How to make a remote Sql server configuration?

Asked

Viewed 69 times

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.

1 answer

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.

  • I was able to configure the remote configuration, thanks for the Krismostre

Browser other questions tagged

You are not signed in. Login or sign up in order to post.