SQL Server 2016を再インストールして、SQL Serverがダウンする原因を突き止めました。ただし、インストールが完了したら、これ以上(LocalDB)\MSSQLLocalDB
に接続できません。私はSQL Serverからこのエラーメッセージを受け取りました。SQL Server 2016(LocalDB) MSSQLLocalDBに接続できません。
Cannot connect to (LocalDB)\MSSQLLocalDB.
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: 52 - Unable to locate a Local Database Runtime installation. Verify that SQL Server Express is properly installed and that the Local Database Runtime feature is enabled.) (Microsoft SQL Server, Error: 2)
この問題を解決する方法の任意のアイデアを持っている誰ですか?私の開発のスピードを上げる必要がありますが、DBの問題は私に何かをさせてくれます。
クール!ありがとうございました!実際、私はDeveloperバージョンを使用していましたが、MSSQLLocalDBへの接続をサポートしていません。私はExpress 1をダウンロードしました。これは現在非常にうまく動作しています。 – Calvin
こんにちはMarc_s、申し訳ありませんが私はあなたの答えを受け入れることを忘れて、私はあまりにも忙しかった。ありがとうございました! – Calvin