Groups | Blog | Home
all groups > sql server clients > april 2005 >

sql server clients : very urgent


Joh
4/25/2005 12:00:00 AM

Dear Professionals

I want to ask one thing like my database recovery model is Simple and I am
using

Insert into table
select * from table (3226303 records)

Its filled up the log and my harddisk gone full, can any one let me know the
solution like I don't want Log to be saved.


Jens Süßmeyer
4/25/2005 12:00:00 AM
You cannot turn off the transaction log completely. However you can try
inserting into the table using minimally logged operations like BCP,
Bulk Insert, SELECT INTO etc.

You can use BuldCopy (BCP) which is included within SQL Server.

There are many examples out there and in BOL.


HTH, Jens Suessmeyer.

---
http://www.sqlserver2005.de
---


"Joh" <joh@mailcity.com> schrieb im Newsbeitrag
news:OhksrPcSFHA.1348@TK2MSFTNGP15.phx.gbl...
[quoted text, click to view]

Joh
4/25/2005 2:56:07 PM
Okie thanks....

"Jens Süßmeyer" <Jens@Remove_this_For_Contacting.sqlserver2005.de> wrote in
message news:eKbiQXcSFHA.3516@TK2MSFTNGP10.phx.gbl...
[quoted text, click to view]

AddThis Social Bookmark Button