Viewing 4 posts - 16 through 19 (of 19 total)
Thank you for the reply. Yes, I have looked at the job step detail where the DTS task bombs. Here's the tail-end of it:"DTSStep_DTSDataPumpTask_16; 5000 Rows have been transformed...
November 13, 2003 at 12:13 pm
Had this problem as well. Try running the server with no one logged in. Authentication will then occur using the credentials that were used when the server...
September 19, 2003 at 11:50 am
Here's one I use:
USE master
BACKUP LOG Vision WITH NO_LOG
GO
Use MyDatabase
DBCC SHRINKFILE(MyDatabase_Log)
GO
July 18, 2003 at 10:35 am
Check out this article in the Microsoft Knowledge base: Q268413. It fixed our problem with the SSPI error.
May 23, 2003 at 2:50 pm
Viewing 4 posts - 16 through 19 (of 19 total)