How to configure Sql-Server Express over network
System Admin
2
Posts
2
Posters
0
Views
1
Watching
-
How to configure Sql-Server Express over network so that my software can access that database from another machice plz help
-
How to configure Sql-Server Express over network so that my software can access that database from another machice plz help
This MSDN article[^] may be helpful. I spent days trying to find this information when I installed it; this item hadn't been written yet. In a nutshell, you use the SQL Server Management tool to grant permissions for each user, then the Configuration tool to enable protocols and ports. For security I keep my local network address enabled for TCP/IP, and the public Internet address disabled.
"A Journey of a Thousand Rest Stops Begins with a Single Movement"