This is a discussion on SQL-server. How do I insert millions of... within the SQL Server forums, part of the Database category; ...records - whithout adding data to the transaction log file?...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
This is not exactly an answer but more of an additional question: Why in the world would you want to do that? The logs are there for troubleshooting, recovery, and rebuilding lost data.
__________________
Powered by Yahoo! Answers |
|
|||
|
there are "minimally logged" operations in sql server (SEE LIST BELOW), but no TOTALLY "non-logged" operations.*SELECT INTO*BULK COPY and Bulk Copy Program (BCP)*CREATE INDEX*TRUNCATE*Certain text operations (WRITETEXT and UPDATETEXT)The first two in the list above can be used to insert data into a table...
__________________
Powered by Yahoo! Answers |
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SQL SERVER CE | NareshShroff | Microsoft .NET Tutorials and Articles | 0 | 08-18-2004 04:32 AM |
| SQL Server CE 2.0 installation Problem | NareshShroff | SQL Server 2005 Tutorials | 2 | 07-17-2004 06:55 AM |
| Migrating Oracle Databases to SQL Server 2000 | sanereddy | SQL Server 2005 Tutorials | 0 | 07-05-2004 07:37 AM |
| Sybase FAQ: 1/19 - index | David Owen | Tech FAQ | 2 | 04-20-2004 09:45 AM |
| Kerberos FAQ, v2.0 (last modified 8/18/2000) | Ken Hornstein | Tech FAQ | 0 | 04-17-2004 07:28 AM |