How to do a remote configuration of the Sql server?

0

Good afternoon, I need to develop a C # system that needs to use the same database on three separate computers, so I need to allow my SQL Server 2008 R2 to allow remote connection to the computer that will locate the database.

    
asked by anonymous 19.05.2017 / 14:53

1 answer

0

When you install SQL Server next to the database, SQL Server Configuration Manager is installed on the database. With the right click you need to enable the TCP / IP protocol and Named Pipes. After that, restart services and SQL will accept remote connections.

    
03.06.2017 / 02:38