Following steps are to be followed so that the SQL Server can be accessed across machines or be accessed from a remote machine via Sql Server Management Studio [SSMS]
Enable the following
1) TCP/IP,
2) Shared Memory
3) Named Pipes
1) TCP/IP,
2) Shared Memory
3) Named Pipes
from all programs> sql 2012 > configuration tools > sql server configuration manager > expand sql server network configuration > protocols for sql2012r2de
Now, in the “Run” command, put Services.msc and then choose the SQL Server and then enable the SQL Server Browser service
Now try connecting from any remote machine.
Comments
Post a Comment