Login Problem in sql server 2008 r2
Database
3
Posts
3
Posters
0
Views
1
Watching
-
-
Not enough information! Use SQL credentials - user id and password registered in SQL server, do NOT use integrated security. Create the user for your app in SQL server eg userid - MyAppUser Give the user dbo rights to your database Use those credentials in your connection string. If this does not make sense to you then get a book or an article and work through the examples.
Never underestimate the power of human stupidity RAH
-