を使用してSQL Server 2014に接続できません:私は私の最初のSQL Server 2014を設定していると私はODBC経由して接続しようとしていますが、私はエラーを取得していますODBC
Microsoft SQL Server Native Client Version 11.00.2100
Running connectivity tests...
Attempting connection [Microsoft][SQL Server Native Client 11.0]Named Pipes Provider: Could not open a connection to SQL Server [53]. [Microsoft][SQL Server Native Client 11.0]Login timeout expired [Microsoft][SQL Server Native Client 11.0]A network-related or instance-specific error has occurred while establishing a connection to SQL Server. Server is not found or not accessible. Check if instance name is correct and if SQL Server is configured to allow remote connections. For more information see SQL Server Books Online.
TESTS FAILED!
これは、私が設定した最初のSQL Serverなので、初歩的なものを見逃してしまった場合はお詫びします。
tcp/ipを適切に設定しましたか? https://technet.microsoft.com/en-us/library/hh231672(v=sql.110).aspx –
はい、正しく設定しました。私は確かめるためにサービスを再開しました。それでも同じエラーが発生します。 – jstacy00