0
Good afternoon guys, I need to develop a C# system that needs to use the same database on three different computers, so I need to allow my SQL Server 2008 R2 to allow remote connection to the computer that will locate the database.
0
Good afternoon guys, I need to develop a C# system that needs to use the same database on three different computers, so I need to allow my SQL Server 2008 R2 to allow remote connection to the computer that will locate the database.
0
When you install SQL Server next to the database the SQL Server Configuration Manager
in it are the installed services relating to the bank.
With the right button you need to enable the TCP/IP protocol and Named Pipes.
After that just restart the services and SQL will accept remote connections.
Browser other questions tagged sql-server
You are not signed in. Login or sign up in order to post.
I was able to configure the remote configuration, thanks for the Krismostre
– António Mateta