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 |
|
sanj
Starting Member
22 Posts |
Posted - 2008-12-21 : 21:04:26
|
| Hi,I am new to SQL and have been using Access previously, I have installed MS SQL 2005 Standard Version.When I added a a user to a DB everything seems OK, then I tried to create a ODBC System DSN connection with the user added and got an error message:'User is not associated with a trusted SQL server connection'A looked up the error on the web and found that I need open the instance as a SQL Server Authentication.So in the Management Studio:In Object Explorer,Connect > New Database Engine > Server Name 'localhost' > Authentication > login > user1 > passowrd > 1234Doesn't work - what am I doing wrong? |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
sanj
Starting Member
22 Posts |
Posted - 2008-12-22 : 16:25:27
|
| thanks for that, got that sorted. |
 |
|
|
|
|
|