摘要:
Start Notepad in administrator mode, and open the file (substituting Community for Professional or Enterprise depending on your version): C:\Program F 阅读全文
摘要:
处理方法,修改注册表 Add the following values to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion Add: DWORD ForceLog set value to 1 DWORD LogFailures set value to 阅读全文
摘要:
有时候数据库在占用时,想做一些操作,无法操作。可以尝试将数据库切换为单用户模式来操作。操作完之后再切换回多用户模式。 命令如下: alter database 数据库名 set Single_user 单用户 alter database 数据库名 set multi_user 多用户 或者 sp_ 阅读全文