I have a SQL Server 2014 installation on a server ([b]CHRIS-PC\CHRISSQL[/b])I have SQL Server 2014 management studio installed on local server called [b]Pootle[/b]I have gone through the configuration on server (CHRIS-PC\CHRISSQL) inc the following:(1) I have set up a user on CHRIS-PC\CHRISSQL called [b]sqladminuser [/b]atserver level with the Server Roles of 'Public' and 'SysAdmin'(2) The computers are both on the same homegroup. (3) On Chris-PC , I have opened up the firewall port 1433 as Inbound Rule(4) On Chris-PC, Within SQL Server Configuration Manager,the 'SQL Server Network Configuration for Protocols for CHRISSQL' have been set up as follows:- The TCP protocol is enabled- I have set up IP2as follows:Active: YesEnabled: NoIP Addres: 192.168.0.3However when I try to connect from SQL Server Management Studio 2014 on my local machine Pootleto Chris-PC\CHRISSQL using SQL Server Authentication with the user sqladminuser , I get the followingerror message:TITLE: Connect to Server------------------------------Cannot connect to CHRIS-PC\CHRISSQL.------------------------------ADDITIONAL INFORMATION:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (Microsoft SQL Server, Error: -1)For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&EvtSrc=MSSQLServer&EvtID=-1&LinkId=20476------------------------------BUTTONS:OK------------------------------Can someone please give me some guidance on how to set up a remote connection from SQL Server Management Studioon my local machine Pootle to CHRIS-PC\CHRISSQL
↧