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