Configuring SQL Server Express 2005

Posted by MrTognio on Server Fault See other posts from Server Fault or by MrTognio
Published on 2010-11-15T21:13:38Z Indexed on 2010/12/31 19:55 UTC
Read the original article Hit count: 187

Filed under:

What's the proper way to configure SQL Server Express 2005 so that it can allow for a number of clients to get connected to the server? I have my application running both in the server machine and the client machines. Given the nature of my application, clients are the branches geographically distant from each other, and the server itself. Every operation the client records must be reported to the server, because the server needs total control over the usage and production. But, what should I consider when configuring the connection in both sides, the server and the client? I'm not as used to SQL Server, I'm a beginner, however through SQL Server Configuration Manager I have set the main options without success. The problem seems to be related to trusted connections even though I have set it to support both windows and SQL Server authentication. When the client tries to connect to the server using windows authentication it displays no table; when it tries to communicate using a password (SQL Server authentication), tables are successfully displayed but no access is allowed...

Thanx in advance!

© Server Fault or respective owner

Related posts about sql-server-2005