我有个数据库无法删除 drop database bmc_database Device 'bmc_database' (with physical name '/dev/rbmc_database', and virtual device number 23) has not been correctly activated at startup time. Please contact a user with System Administrator (SA) role. dbcc dbrepair(bmc_database,dropdb) DBCC execution completed. If DBCC printed error messages, contact a user with System Administrator (SA) role....
我现在要装一台备份机,开始从要备份的机器中导出sybase数据库agentdb结构和数据: isql -Uagent -Ptzagent 1>dump database agentdb to '/tmp/agentdb' 2>go 然后将agentdb取到备份机器/tmp/,执行: isql -Uagent -Ptzagent 1>load database agentdb from '/tmp/agentdb' 2>go 报错: Msg 3101,Level 16,State 1: Line 1: database in use.A user with System Adminstrator (SA) role must have exclusive uSE OF database TO RUN LOA...
服务器突然断电 ,导致 数据库中的一个database 坏了 sp_helpdb 查看 显示database 状态 为 offline not recovered 请教大家如何 修复 谢谢
1>; dump database pubs2 to "compress::4::e:\pubs2.cmp"
2>; go
Backup Server session id is: 17. Use this value when executing the
'sp_volchanged' system stored procedure after fulfilling any volume change
request from the Backup Server.
Backup Server: 4.124.2.1: Archive API error for
device='compress::4::e:\pubs2.cmp::00': Vendor application name=
I am planning to implemet web database solution. I need a good document (step by step) installing apache, php, mod_ssl, mod_perl, mod_frontpage openssl, Mysql, search engine on RedHat9 or SusE9 Linux Thnaks