Viewing 4 posts - 16 through 20 (of 20 total)
Thanks alot Steve, think in this case I'll go with DTS as we do have workflow.
Have a good weekend
May 6, 2005 at 1:31 am
#557283
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...
April 26, 2005 at 4:50 am
#554812
Is he using 2005 ?
April 22, 2005 at 8:49 am
#554361
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.
April 22, 2005 at 2:06 am
#554280