我有VS 2013最終版。我試圖添加一個sql數據庫文件到我的項目App_Data。我所做的是我用鼠標右鍵單擊程序App_Data,增加了新的項目,名爲我的文件database1.mdf,然後試圖添加的文件,但是當我做它給了我這個錯誤無法將sql數據庫添加到我的項目中
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: 50 - local Database runtime error occurred: Cannot create an automatic instance. See the windows application event log).
現在werid部分。這個使用工作。直到昨天晚上,當我刪除了一些東西或與某些東西混淆時,我真的不記得是什麼。我也注意到我的master.mdf文件不見了。 我進入控制面板和服務,看看是否有一個sql server實例正在運行。它不是,但它被設置爲自動。我試圖通過服務運行它,並得到這個錯誤。
"Windows could not start the SQL server (SQLEXPRESS) on local computer. For more information, review the system event log. If this is a non-microsoft service, contact the service vendor, and refer to service-specific error code 17113"
這讓我瘋狂,我即將格式化我的窗戶,並重新安裝一切。我花了一天的時間試圖弄清楚我可能搞砸了或刪除了這些,因爲它在前些天正常工作。請幫忙。
檢查[Windows無法在本地計算機上啓動SQL Server Express](http://stackoverflow.com/questions/13236110/windows-如果master.mdf損壞,請參閱EventLog中的內容[試試這個](http://stackoverflow.com/questions/13236110)/windows-could-not-start-the-sql-server-express-on-local-computer#comment38609128_13236110) – lad2025
請參考http://www.techrepublic.com/article/recover-the-master-database-in -sql-server/5025441/ –
我查找了Rebuildm.exe程序以嘗試重建主文件,但我無法在/ 80/binn中找到它。我搜索了整個mircosoft sql文件夾,沒有rebuildm.exe。我正在使用sql 2008. –