Forum Replies Created

Viewing 4 posts - 16 through 20 (of 20 total)

  • RE: Better to use Job or DTS

    Thanks alot Steve, think in this case I'll go with DTS as we do have workflow.

    Have a good weekend

  • RE: Multiple Transaction log files

    If the log contains multiple physical log files, then the logical log will move through all of the physical log files before it wraps back to the start of the...

  • RE: dbo problem

    Is he using 2005 ?

  • RE: dbo problem

    use datbase name

    update sysobjects set uid = 1 where uid = 6

    This is writing straight to the system catalog which works perfectly but isn't advised by Microsoft.

Viewing 4 posts - 16 through 20 (of 20 total)