--
Anith
--
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
"James Nadile" <jna...@praxinet.com> wrote in message
news:9B2AE0F2-E3ED-4A2B...@microsoft.com...
> Just wondering how i would Turn off the Transaction Log for a log process i need to run in Query analyzier,
which need to insert about 10 million rows.
>
> Is there like a
> Set TRANSACTION_LOG OFF??????
hth
Eric
Hi Nadile,
You cannot turn Transaction Logging off in MS SQL Server. What could
use is a Bulk Insert statement or bcp instead. Search BOL for "logged
and minimally logged bulk copy operations".
James
Rand
This posting is provided "as is" with no warranties and confers no rights.