loading dts package through command line

  • Hi,

    Can any one explain how to save with SaveToRepository option using transact sql i tried in the following way but it is not wrking out.

    Exec @hr = sp_OAMethod @obj,

    'SaveToRepository',

    @RepositoryServerName = '(local)',

    @RepositoryDatabaseName = 'master'

    @RepositoryUsername = 'SA',

    @RepositoryUserPassword = 'abcd',

    @flags = 256

     

    Thanks

    ramesh

Viewing post 16 (of 15 total)

You must be logged in to reply to this topic. Login to reply