易截截图软件、单文件、免安装、纯绿色、仅160KB

无法启动SqlServer服务器了怎么办?

SERVER 停止,无法启动,过期了 (评估版2000)(2008-04-25 22:31:17)标签:sql server 无法启动 过期 解决方法 it   
当 SQL Server 2000 评估版的 120 天评估期过期后,SQL Server 将无法启动。
在 Windows 事件查看器应用程序日志中,您可能会看到下面的错误:
SQL Server evaluation period has expired.
 
 
解决方法:(我的是Windows2003)
转到: C:\Documents and Settings\All Users\「开始」菜单\程序\启动
就是 开始菜单的启动项那里, 创建一个文件: 启动SQLSERVER.Bat
 
右键.bat文件--> 编辑 -->输入:
 
date/t>temp.txt
date 2008-03-15
net start mssqlserver
@for /f "tokens=1" %%c in (temp.txt) do date %%c
 
保存。
 
这样下次重起计算机时,它会先修改系统至 2008-03-15 (这个时间自己定,但要在你装Sql server2000 的 120 天之内.)
然后会自动重起 Sql server 这个服务。 当启动成功后,系统会自动改回到系统正确的时间.
(注意:如果你有装阻止修改系统时间的软件 AutoRun (auto专杀) 的话,可能会失败.)


相关文档:

SQLServer DBA常見問題

In the latest installment of the SQL Server interview questions, we will outline questions suitable for a DBA interview to assess the candidates skills related to SQL Server system databases. In this tip, the questions are there to read, but the answers are intentionally hidden to really test your s ......

sqlserver和mysql的行转列通用存储过程

sqlserver中:
  1 /*
  2 1 * Description:对数据表进行行列转换
  3 2 * Author:llf
  4 3 * 调用说明:exec SP_RowChangeCol '学生成绩表','姓名','课程','分数','desc',0,0,'where 年级=''一年级'''
& ......

Sqlserver语句大全

 --语 句              功 能 
--数据操作 
SELECT   --从数据库表中检索数据行和列 
INSERT   --向数据库表添加新数据行 
DELETE   --从数据库表中删除数据行 
UPDATE   --更新数据库表中的数据 
--数据定义 
CREATE TABLE  --创建一个数据库 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号