Viewing 6 posts - 1 through 7 (of 7 total)
Thank you for the quick reply.
I did all the things that I was supposed to do in order for this to work (followed the instructions posted on Microsoft support page)...
November 8, 2004 at 7:59 am
That's the problem. But if I want to fix this problem I have to obtain a Hotfix: Microsoft Windows 2000 Post-Service Pack 4 (SP4) COM+ 1.0 Hotfix Package 27 which...
November 8, 2004 at 5:19 am
The Distributed Transaction Coordinator service is started and at properties in the Log on tray I have: Log on as: Local System account.
The exact error is: "MSDTC on server 'SERVER-MACHINE'...
November 8, 2004 at 4:57 am
There is one more problem for me: if I try executing all that using a transaction (begin tran UPDATE... commit tran) I get this error: MSDTC on server 'SERVER-MACHINE' is...
November 8, 2004 at 4:43 am
Yes I finally realized the comma error to. I can't believe i didn't see it in the first place!
Thank you for the supplied example to.
Regards,
Michael
November 8, 2004 at 4:18 am
Hello
If i use "server=localhost" i get the same error:Login failed for user 'sa,Password='.
I have resolverd the conenction problem using OPENROWSET like this:
SELECT *
FROM OPENROWSET('SQLOLEDB','localhost';'sa';'',
'SELECT * FROM Bank.dbo.ClientInfo').
My...
November 7, 2004 at 9:29 am
Viewing 6 posts - 1 through 7 (of 7 total)