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 |
|
Plotin
Starting Member
21 Posts |
Posted - 2005-12-07 : 12:24:06
|
| HiI am running the following OpenRowSet statement select Column Listfrom OpenRowSet('SQLOLEDB','Server=ServerName;Database=Databasename;Trusted_Connection=Yes;',TableName)Where Clauseand get the following errorServer: Msg 18456, Level 14, State 1, Line 1Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.I was able to run this statement fine until I worked with cliconfg and svrnetcn.Enabled protocols in cliconfg areNamed Pipes TCP/IPEnabled Protocols in svrnetcn areNamed PipesTCP/IPAny tip is welcomed ThanksPlotin |
|
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2005-12-07 : 13:45:36
|
| good old connection stringshttp://www.connectionstrings.com/ |
 |
|
|
|
|
|