Viewing 13 posts - 1 through 13 (of 13 total)
Hi julie,
When i run package with all the above options i am getting an error that is msdtc service is not available, if i unselect join transaction if present, roll...
March 31, 2004 at 6:01 am
Hi Julie,
Thanks a lot, it really worked out. Once again thanks for your help.
Ramesh
March 24, 2004 at 10:43 pm
Hi Anthares,
Thanks for your reply, i tried it before writing to forums but it doesn't work out . i selected "Use transactions" and "commit on successful package completion". I do...
March 23, 2004 at 6:32 am
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 =...
February 10, 2004 at 2:48 am
Hi,
For creating a dts package we are following
exec @hr = sp_OACreate "DTS.package"
If at we need to to store it to meta data services what should we do.
Thanks
Ramesh
February 6, 2004 at 3:01 am
Thanks friends with slight modifications it worked out. I will post entire script soon.
February 5, 2004 at 11:53 pm
Hi Phill Carter,
Thanks for sparing your valuable time. I saved it as a procedure and executed. The script was with minor changes.pls find it below.
create procedure dtsimport as
declare @hr int...
February 5, 2004 at 4:33 am
Hi Russel,
Thanks for sparing time for this, my problem is this should be executed at client database server whrere only sql available. If you can suggest some commands or script...
February 4, 2004 at 5:52 am
Hi russel,
Thanks for your response, but this to be achieved by back end scripts only.
Thanks
Ramesh
February 4, 2004 at 4:57 am
Hi noel,
Thanks for your reply, you are very close to my requirement. coluld you pls explaine me in detail how to achieve it by sp_add_dtspackage. I am unaware of obeject...
February 4, 2004 at 3:20 am
Hi julie,
Thanks for you help, but my requirement is through command line only that can be either tsql or bcp or some thing else. i am new to sql server...
February 3, 2004 at 3:22 am
Hi Julie,
Thanks for your response. i need it without using activex. Purely with sql server utilities.
Thanks
Ramesh
February 3, 2004 at 2:42 am
Viewing 13 posts - 1 through 13 (of 13 total)