標籤:
SQL Server 2008附加資料庫失敗:無法開啟物理檔案拒絕訪問解決方案
無法開啟物理檔案 "E:\SQLDATA\EMSXDB.mdf"。作業系統錯誤 5:"5(拒絕訪問。)"。 (Microsoft SQL Server,錯誤: 5120)
這是由於許可權問題導致的,解決方案有兩種:一是將mdf和ldf檔案移動到資料庫資料目錄(例如D:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\DATA)再附加;二是修改MSSQLSERVER服務登入身份為本地系統帳戶。
以前用win8.1都可以直接附加,現在用win10預覽版就是問題多啊。
收藏本站,設為首頁
<a href="javascript:void(0);" id="setHomePage" onclick="this.style.behavior=‘url(#default#homepage)‘;this.setHomePage(‘你的首頁‘);return(false);" style="behavior:url(#default#homepage);">設為首頁</a>
<span style="CURSOR:hand" onclick="window.external.addFavorite(‘‘,‘我的網站‘)">收藏本站</span>
<a href="javascript:void(0)" onclick="SetHome(this,window.location)">設為首頁</a>
<a href="javascript:void(0)" onclick="AddFavorite(window.location,document.title)">加入收藏 </a>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>
設為首頁、加入收藏案例
</title>
<script type="text/javascript" language="javascript">
function AddFavorite(sURL, sTitle)
{
try
{
window.external.addFavorite(sURL, sTitle);
}
catch (e)
{
try
{
window.sidebar.addPanel(sTitle, sURL, "");
}
catch (e)
{
alert("加入收藏失敗,請使用Ctrl+D進行添加");
}
}
}
function SetHome(obj,vrl)
{
try
{
obj.style.behavior=‘url(#default#homepage)‘;obj.setHomePage(vrl);
}
catch(e){
if(window.netscape) {
try {
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
}
catch (e) {
alert("此操作被瀏覽器拒絕!\n請在瀏覽器地址欄輸入“about:config”並斷行符號\n然後將[signed.applets.codebase_principal_support]設定為‘true‘");
}
var prefs = Components.classes[‘@mozilla.org/preferences-service;1‘].getService(Components.interfaces.nsIPrefBranch);
prefs.setCharPref(‘browser.startup.homepage‘,vrl);
}
}
}
</script>
</head>
<body>
<div>
<a href="javascript:void(0)" onclick="SetHome(this,window.location)">設為首頁</a>
<a href="javascript:void(0)" onclick="AddFavorite(window.location,document.title)">加入收藏 </a>
</div>
</body>
</html>
純屬借鑒,希望能幫到有需要的人。
asp.net連結資料庫問題,設定收藏本站,設定首頁