Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

问题原因:系统数据库model出问题了。

解决方法:

1、从安装SQL并且能正常运行的电脑中拷一份文件,找到数据库的安装路径,例如本人的安装路径是:C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data,拷贝model.mdf和modellog.ldf;

2、将拷贝的文件放置到出错电脑的安装路径中(同上述),替换到原来出问题的文件即可。

3、或者备份后重装数据库。

  • No labels