Viewing 15 posts - 1 through 15 (of 15 total)
That did it! Problem was that on the originating WinServer 2003 (Server 1), the Component Services / MSDTC / Transaction Configuration / Security Configuration / Transaction Manager Configuration was set...
February 25, 2006 at 8:02 am
Yes, we did. The article applies to Windows Server 2003 which is the originating server (Server 1). Server 1 is configed as per the article, and does work with another Windows Server...
February 24, 2006 at 4:30 pm
Yes, it is.
February 24, 2006 at 2:19 pm
Great! Thanks very much!
December 30, 2005 at 9:37 am
This would be multiple publications on 1 server 1 db pushing multiple subscriptions to another server 1 db. It is possible and does work. Just wondering about the performance advantage/disadvantage...
December 30, 2005 at 8:36 am
Bingo !!! The key I was missing was the ol' "RAISERROR 99999 'Failure'". Doesn't take much to stop a horse, does it? Also, thanks for the alternative -- the registry...
November 22, 2002 at 10:34 am
Let's say that a SQL Task in a DTS calls the stored procedure which 'RETURN's a value. What is the SQL syntax to get the DTS to interpret that value...
November 21, 2002 at 6:17 am
I created SPROC:
create procedure dbo.stp_test
as
if GetDate() = GetDate()
begin
RAISERROR ('DTSTaskExecResult_Success', 16, 1)
end
When I ran it via SQL Query Analyzer, I get results:
Server: Msg 50000, Level 16, State 1,...
November 20, 2002 at 10:58 am
Thanks for the responses. Before I tackle the NT method, is there a way for a SQL Task (version 7.0) to evaluate a return value from a stored procedure and...
November 20, 2002 at 8:10 am
Said I'd get back and here are our findings. Esentially, nothing to add to the previous posting, except that it's imperative that SQL Server Agent have valid id, password and...
October 23, 2002 at 2:23 pm
Just a note to let you know we're still around and trying. Thanks to all for the great suggestions, we finally got it to work twice, and are still in...
October 17, 2002 at 1:19 pm
Thanks to all so far for the input. My responses to Steve are in [CAPS].
MAchine1 - SQL Server 7 server, has dts pacakge. [CORRECT]
Machine2 - Remote Windows server machine containing...
October 16, 2002 at 11:31 am
Simon, SQL Agent is running under the domain account, SQL Server is not. The DTS is being fired by a CmdExec in the job (example: DTSRun /S GGGSVR199 /U sa...
October 16, 2002 at 9:36 am
Not sure by what you mean by logging in with SQL Server account. In addition to logging in with SQL Agent Id, we also logged in with sys admin id....
October 16, 2002 at 8:48 am
Here's another one that I came across the other day. Documentation says it's supposed to take care of the midnight issue. (Apologies to the author of this code for no...
September 26, 2002 at 11:03 am
Viewing 15 posts - 1 through 15 (of 15 total)