Hi all, i've sql server 2008 enterprise edition, and a c# windows form code that should connect to server. it's a local server, on my computer, and when i try to log on i get this error
cannot open database "Clients" requested by the login, the login failed. login faild for user crmsys.
now, this user have the right permissions, this server even configured to allow remote connections and through the management studio i can access with this user. my connection string is:
Data Source=./; Initial Catalog=Clients;user ID=crmsys;Password= Password;
Thank you all. Amit.