sqlserver2000数据库恢复到不同名数据库的方法
摘要:选择了数据库备份文件后,在options中修改Move to physical file name为新数据库的mdf文件和ldf文件地址
阅读全文
posted @
2006-06-21 16:50
赶路人之刚出发
阅读(566)
推荐(0) 编辑
The way to restore sqlserver2000 database to sqlserver2005
摘要:There are two ways to do this: 1. Backup the database in sqlserver2000, restore the database in sqlserver2005 using the backup file with the option “overwrite the existing database”. 2. Export ...
阅读全文
posted @
2006-06-21 16:20
赶路人之刚出发
阅读(202)
推荐(0) 编辑