Forum Replies Created

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

  • RE: a failed step.

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

  • RE: Restore SQL Master Database - How ???

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

  • RE: Prevent creation and running of DTS packages

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

  • RE: Linked Server

    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

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