他のすべてのSQL Serverデータベースと同じフォルダーに配置したデータベースファイル(* .mdf、*。ldf)に添付しようとしています。dbファイルとすべてのアクティブなデータベースファイルを含むフォルダーを参照して、アタッチを開始します。「データベースの接続」を選択し、「追加」ボタンをクリックして、接続するデータベースのリストにデータベースを追加します。そうすると、次のエラーが表示されます。
TITLE: Locate Database Files - BESI-CHAD
------------------------------
D:\SQLdata\MSSQL10_50.SQLBESI\MSSQL\DATA
Cannot access the specified path or file on the server. Verify that you have the necessary security privileges and that the path or file exists.
If you know that the service account can access a specific file, type in the full path for the file in the File Name control in the Locate dialog box.
------------------------------
BUTTONS:
OK
------------------------------
パスは正しく、前述したように、他のすべてのデータベースファイルが含まれているため、アクセス許可が問題になるとは思わないでしょう。
そのフォルダーを参照して、そこに配置したdbファイルに添付できない理由は何ですか?