SQL65 upgrade to SQL2000

來源: DBDB 2003-12-11 08:12:00 [] [舊帖] [給我悄悄話] 本文已被閱讀: 次 (818 bytes)
本文內容已被 [ DBDB ] 在 2004-02-06 15:24:48 編輯過。如有問題,請報告版主或論壇管理刪除.
回答: 求救 DBDBpeterpang2003-12-11 05:46:00
Exactly say, SQL2000 upgrade wisard does not support SQL65. As I mentioned you before, you have to upgrade SQL65 to SQL70 first, the migrate SQL70 to SQL2K.

There is no sure way for database conversion (SQL and Oracle, DB2 even worse).

The simple way and more accurate:
Create same name DB in SQL2000;
Script your Tables in SQL65, modify it to SQL2000 format and run in SQL 2000;
BCP data out to file in business logic order (!) from 65
-- If not sure with BCP, you can use Access, just slow.
BCP files into SQL 2000--- must in PK-FK order.
Script TR, VW, SP from SQL65 (no Fn in 65)
Modify the format to match SQL 2000
Run the Scripts in your new DB in SQL 2000.

This is a pain and risky job, just get more trials before do any thing on PRODUCTION server !!!
Good luck.



--文學城www.wenxuecity.com--

所有跟帖: 

回複:SQL65 upgrade to SQL2000 -peterpang- 給 peterpang 發送悄悄話 (336 bytes) () 12/12/2003 postreply 05:49:00

請您先登陸,再發跟帖!

發現Adblock插件

如要繼續瀏覽
請支持本站 請務必在本站關閉/移除任何Adblock

關閉Adblock後 請點擊

請參考如何關閉Adblock/Adblock plus

安裝Adblock plus用戶請點擊瀏覽器圖標
選擇“Disable on www.wenxuecity.com”

安裝Adblock用戶請點擊圖標
選擇“don't run on pages on this domain”