SQL 2000和Sql 2005相互转换(SQL 2000 and SQL 2005 interconvert).docVIP

SQL 2000和Sql 2005相互转换(SQL 2000 and SQL 2005 interconvert).doc

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  4. 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  5. 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  6. 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  7. 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
SQL 2000和Sql 2005相互转换(SQL 2000 and SQL 2005 interconvert)

SQL 2000和Sql 2005相互转换(SQL 2000 and SQL 2005 interconvert) SQL 2000 and Sql 2005 interconversion methods: Importing 2000 of the data from the SQL Server2005 is not difficult. Practices are as follows: 1: the SQL Server 2000 database backup, make a bak backup file 2: create a new database in SQL Server 2005, and then select the restore database, select the BAK file just now 3: choose to overwrite the original data file. 4: fix. Or copy 2000 of the database files and logs to 2005, attached to the OK! But how do you import 2005 of the data from 2000? The methods of online introduction are as follows: 1: in 2005, choose to create the SQL statement, select the target for SQL Server2000 format 2: execute SQL in 2000 to create a database structure 3: connect 2005 in the 2000 SQL manager, and then select import data. 4: fix. But there is a problem with this method. Both the first and second can be done, but if 2000 cannot access 2005 (security, or firewall, or inaccessible), then third steps cannot be performed at all. So, is there any other way? Yes。 Microsoft provides a tool: DatabasePublishingWizard.msi, which enables this data import and export. His principle is: This tool database can be derived into a SQL statement in the file (data structure and data, then the data file) to 2000 copy on the server, then the implementation of SQL, to create the database and data tables, and insert data. Restore the backup file for Sql2000 in Sql2005 Preface: The backup file of MSSQL2000 reduction in MSSQL2005 (*.bak) 2008-02-19 14:55 as MSSQL database upgrade (from 2000 to 2005), MSSQL2000 database backup file system we used before (*.bak file) needs to be imported into mssql2005. Our usual practice is..: 1. create a new database in the database (usually named after the backup file) 2. restore the new database, specifying the BAK file to return the source. Just OK. However, if your database spare parts file (*.bak) is backed up in MSSQL2000 and restored to MSSQL2005, there will be erro

文档评论(0)

f8r9t5c + 关注
实名认证
文档贡献者

该用户很懒,什么也没介绍

版权声明书
用户编号:8000054077000003

1亿VIP精品文档

相关文档