Hello, (SQL Server 2000)
I created a login for a new user. Actually it will be used for a program to connect to the server.
Here is how I set up the login
SQL Server Authentication
A default database
Under database Access I gave permission to the three database the program uses. These have roles of public and db_datareader.
When I tried the connection it would not work. I finally tried a Query Analyzer session and it said something about not being able to read the master database.
I gave the login public permission to the master database and was able to connect.
What did I do wrong?
I need to find the answer before we implement the program which outside users will access over the web. Thus I need to now if this will open up the server to possible security issues.
Thank you,
djj
I created a login for a new user. Actually it will be used for a program to connect to the server.
Here is how I set up the login
SQL Server Authentication
A default database
Under database Access I gave permission to the three database the program uses. These have roles of public and db_datareader.
When I tried the connection it would not work. I finally tried a Query Analyzer session and it said something about not being able to read the master database.
I gave the login public permission to the master database and was able to connect.
What did I do wrong?
I need to find the answer before we implement the program which outside users will access over the web. Thus I need to now if this will open up the server to possible security issues.
Thank you,
djj