SQL7.0如何恢复MDF/LDF?

jadid 2004-08-16 08:43:55
sql2000可以这样:开始->程序->SQL server->企业管理器->打开服务器组->右键数据库->所有任务->附加数据库->在里面选择你的数据库文件->确定
SQL7.0没有“附加数据库”,我用查询分析器来attach,命令如下:
EXEC sp_attach_db @dbname = N'affairs',
@filename1 = N'e:\affairs_Data.MDF',
@filename2 = N'e:\affairs_Log.LDF'
执行后出错提示为:
Server: Msg 1816, Level 16, State 1, Line 1
Could not attach the database because the character set, sort order, or Unicode collation for the database differs from this server.
Server: Msg 1816, Level 16, State 1, Line 1
Could not attach the database because the character set, sort order, or Unicode collation for the database differs from this server.
Warning: sort order 198 in database differs from server sort order of 199.
Warning: Unicode language locale 33280 in database differs from server Unicode language locale of 2052.
Warning: Unicode comparison flags 0 in database differs from server Unicode comparison flags of 196609.
Warning: sort order 198 in database differs from server sort order of 199.
Warning: Unicode language locale 33280 in database differs from server Unicode language locale of 2052.
Warning: Unicode comparison flags 0 in database differs from server Unicode comparison flags of 196609.
这该如何解决?
可不可以卸载7.0后安装2000来恢复数据库?原来的程序在数据库变成2000后能继续使用吗?
...全文
293 9 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
9 条回复
切换为时间正序
请发表友善的回复…
发表回复
cnham 2004-08-28
  • 打赏
  • 举报
回复
mark
jadid 2004-08-16
  • 打赏
  • 举报
回复
搞定。结贴!
pbsql 2004-08-16
  • 打赏
  • 举报
回复
现在打不开那个数据库,说是有错误发生。
什么错误?

你建库时数据库文件路径应与原数据库路径一样
jadid 2004-08-16
  • 打赏
  • 举报
回复
好的。我试试
谢谢大家
jadid 2004-08-16
  • 打赏
  • 举报
回复
pbsql(风云),我照你的方法做了。现在打不开那个数据库,说是有错误发生。
zjcxc(邹建),那怎么做呢?能装个sql2000再来恢复这个mdf吗?
zjcxc 元老 2004-08-16
  • 打赏
  • 举报
回复
sql2000直接支持附加sql7.0的数据库,而且也支持一个实例多种排序规则

所以你可以升级到sql2000来附加数据库.


但做这些之间,建议你备份好你的.mdf/.ldf文件,以防不成功时想其他办法.
zjcxc 元老 2004-08-16
  • 打赏
  • 举报
回复
你现在的sql7.0的排序规则与你要附加的数据库的排序规则不同,所以不能附加
因为sql7.0一个实例只支持一种排序规则
fengyaner 2004-08-16
  • 打赏
  • 举报
回复
2000的数据库是不能在7.0下恢复的。
pbsql 2004-08-16
  • 打赏
  • 举报
回复
直接在7.0中建个同样的数据库,然后停止SQL SERVER,将原来的数据库文件拷贝过去覆盖掉即可

34,870

社区成员

发帖
与我相关
我的任务
社区描述
MS-SQL Server相关内容讨论专区
社区管理员
  • 基础类社区
  • 二月十六
  • 卖水果的net
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧