Home > Database > Mysql Tutorial > body text

sqlserver数据库出现置疑的解决办法

WBOY
Release: 2016-06-07 17:43:42
Original
1604 people have browsed it

sqlserver数据库出现置疑的解决办法 先备份数据库,再用下面的办法: USE MASTER GO SP_CONFIGURE , OVERRIDE Database_Name SET EMERGENCY GO sp_dboption , , CHECKDB(, ) Database_Name SET ONLINE GO sp_configure , override GO sp_dboption , ,

 

sqlserver数据库出现置疑的解决办法

 

先备份数据库,香港空间,再用下面的办法:

USE MASTER GO SP_CONFIGURE , OVERRIDE Database_Name SET EMERGENCY GO sp_dboption , , CHECKDB(,) Database_Name SET ONLINE GO sp_configure , override GO sp_dboption , , ,免备案空间,香港服务器

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template