Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
scelamko
Constraint Violating Yak Guru
309 Posts |
Posted - 2005-10-04 : 09:43:46
|
| Guys, I am trying to query from database on a different server, inorder to do so I ve set up DTC and executed the followingstored procedure. USE masterGOEXEC sp_addlinkedserver 'SERVERNAME', N'SQL Server'GOBut I get the following error "Server: Msg 18456, Level 14, State 1, Line 1Login failed for user 'sa'."This is strange for me b'cos it worked earlier for me and I never entered sa login credentials for it work.Any suggestions/inputs would be very helpfulThanksSri |
|
|
SreenivasBora
Posting Yak Master
164 Posts |
Posted - 2005-10-04 : 15:34:39
|
| I hope 'sa' password was modified OR your user has revoked the permissions on Linked server !!!Check it.With RegardsBSR |
 |
|
|
|
|
|