Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: tranfer file

    If you are using vbscript, you can use the following

    object.Copy destination[, overwrite]

    the overwrite is a boolean value - True overwrites the file.

    File.copy <filename>, TRUE

  • RE: How to connect to another Server from a Server in a DTS Package

    Why are you copying the package to get the server information?   Use the connection object button through the enterprise manager. ie. use the enterprise manager ->data transformation services -> local...

Viewing 2 posts - 1 through 2 (of 2 total)