Viewing 3 posts - 1 through 4 (of 4 total)
Is this a bulk insert ?
If this is a bulk insert, you can make minimal transaction logging by changing the database option to bulk logged .
Once when you are done with...
October 21, 2005 at 1:44 pm
#599291
Do you guys do any back up? if so, shrink the log file using DBCC_SHRINKFILE
or
after the execution by the com processs, shrink the log file manually either by using...
October 21, 2005 at 1:24 pm
#599280
use the following statement in the stored procedure
exec dtsrun /S<servername> /U<username> /P<password> /N<packagename>
June 11, 2004 at 9:46 am
#510104