Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: Log file grows uncontrollably

    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...

  • RE: Log file grows uncontrollably

    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...

  • RE: Possible to call a package from a SP ?

     use the following statement in the stored procedure

    exec dtsrun /S<servername> /U<username> /P<password> /N<packagename>

Viewing 3 posts - 1 through 4 (of 4 total)