I am using SQL Server authentication for login through SQL Server Management Studio and I can access SQL Server. However, my desktop application cannot establish a connection to the server. I use the following connection string:
Server=PC-ADMIN\SQLEXPRESS; Database= Cafe; User=name; Pwd=password;
Please help.