Re: Inserting into a table without logging - SQL Server 2005
- From: "Hari Prasad" <hari_prasad_k@xxxxxxxxxxx>
- Date: Tue, 14 Nov 2006 21:36:27 -0600
Hi,
No, You cant do that. Even in SIMPLE recovery model the transaction will be
logged and cleared during checkpoint. The best way for you is
change the recovery to SIMPLE and insert the records in batches. After the
data load change the recovery model to FULL and perform
a full database backup to reclaim the backup chain.
Thanks
Hari
"spoons" <spoons@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:D43AB567-3ECE-4A7D-AB63-64E65FB40184@xxxxxxxxxxxxxxxx
I would like to insert into a table millions of rows without logging the
activity. Can this be done without changing the setting for the database?
I
do not want logging just for that transaction.
.
- Prev by Date: Re: Linked Databases
- Next by Date: Re: Login failed for user '(null)'
- Previous by thread: Re: Login failed for user '(null)'
- Next by thread: Re: SQL Server does not exist or acces denied
- Index(es):
Relevant Pages
|
|