Viewing 4 posts - 16 through 19 (of 19 total)
Thanks for the reply Michael.
Here is my activex task:
Function Main()
If DTSGlobalVariables("InLineExist").Value = true then
Main = DTSTaskExecResult_Success
Else
Main = DTSTaskExecResult_Failure
End if
End Function
I do have logging enabled, but it only tells me...
February 28, 2003 at 8:48 am
You have to right click on the database and then go to properties. Once in the properties window click onto the options tab and you will notice that the first...
March 13, 2002 at 6:12 pm
By removing access to the msdb (I assume you mean the guest account) you would lose the ability to track job history, backup history, and other run histories. You would...
March 13, 2002 at 3:44 pm
Steve,
The server that your linked server was created on, is the version of MDAC, that is being used.
Edited by - cspangler on 10/09/2001 6:11:42 PM
October 9, 2001 at 6:04 pm
Viewing 4 posts - 16 through 19 (of 19 total)