3

SQL Server Management Studio を使用して、ドキュメント フォルダーに保存されている Visual Studio データベースにアクセスしようとしています。パスを [データベースのアタッチ] ダイアログに貼り付けると、次のエラーが表示されます。

    TITLE: Locate Database Files - LAPTOP\SQLEXPRESS
------------------------------

C:\Users\Flaxbeard\Documents\Visual Studio 2012\Projects\Contacts\Contacts
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.

C:\Users\Flaxbeard に手動で移動しても、右側には何も表示されません。私の問題は何ですか?

4

1 に答える 1

0

ディレクトリを引用符で囲んでみてください

于 2014-03-18T10:26:46.327 に答える