免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2871 | 回复: 3
打印 上一主题 下一主题

use sybsystemprocs有错误 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-11-26 22:12 |只看该作者 |倒序浏览
1>; use sybsystemprocs
2>; go
Msg 926, Level 14, State 1:
Line 1:
Database 'sybsystemprocs' cannot be opened. An earlier attempt at recovery
marked it 'suspect'. Check the SQL Server errorlog for information as to the
cause.

-------------------------

请问这是怎么回事,谢谢

论坛徽章:
0
2 [报告]
发表于 2003-11-27 09:04 |只看该作者

use sybsystemprocs有错误

故障现象:

在$SYBASE/install目录下的数据库系统日志中发现错误号为926,严重级别为14,错误消息为:

Database 'xx' cannot be opened - it has been marked SUSPECT by recover Explanation

解决方法:

1.以SA 身份用ISQL 登 录 到SQL Server

1>;sp_configure "allow updates", 1

2>;go

2>;reconfigure with override

2>;go

1>;update master..sysdatabases

2>;set status =-32768

3>;Where name="database_name"

4>;go

1>;shutdown with nowait

2>;go

2. 重新启动SQL Server, 再以SA身份登录到SQL Server.

1>;update master..sysdatabases

2>;set status=0

3>;Where name="database_name"

4>;go

1>;sp_configure "allow updates" ,0

2>;go

1>;reconfigure with override

2>;go

3. 重新配置

1>;sp_dboption database_db,‘trunc log on chkpt’,true

2>;go

1>;sp_dboption database_db,‘select into/bulkcopy ’,true

2>;go

论坛徽章:
0
3 [报告]
发表于 2003-11-28 17:41 |只看该作者

use sybsystemprocs有错误

真的万分感谢

论坛徽章:
0
4 [报告]
发表于 2004-09-01 09:04 |只看该作者

use sybsystemprocs有错误

我现在也碰到这个问题,
1>; sp_configure "allow updates",1
2>; go
Msg 926, Level 14, State 1:
Line 1:
Database 'sybsystemprocs' cannot be opened. An earlier attempt at recovery
marked it 'suspect'. Check the SQL Server errorlog for information as to the
cause.
Msg 2812, Level 16, State 4:
Line 1:
Stored procedure 'sp_configure' not found. Specify owner.objectname or use
sp_help to check whether the object exists (sp_help may produce lots of output)

怎么办?
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP