Manual conversion میں Identity یا DEFAULT دوبارہ نہ بننے پر required numeric یا bit columns کو NULL ملتا ہے اور INSERT ناکام ہوتا ہے۔
SQL Version Bridge INSERT کو کیسے محفوظ رکھتا ہے
Agent Identity کا Seed اور Increment اور safe defaults محفوظ رکھتا ہے۔ Tables-and-data mode صرف eligible NOT NULL numeric اور bit columns پر reported DEFAULT 0 لگاتا ہے؛ ID، computed، key اور unsafe columns خارج رہتے ہیں۔
Compatibility preflight سے شروع کریں
Target database بنانے سے پہلے tables، columns، collations، keys، indexes، views، procedures، triggers، data types اور version features کی inventory کریں۔ Source connection read-only رکھیں۔
Target بنائیں اور data منتقل کریں
نیا target database بنائیں اور target engine کے لیے T-SQL definitions generate کریں۔ Controlled batches میں rows منتقل کریں، identity values محفوظ رکھیں اور dependencies کے مطابق constraints بنائیں۔
Rebuild، verify اور deliver کریں
Supported programmable objects rebuild کریں، deferred items document کریں، row counts اور SHA-256 hashes compare کریں، DBCC checks چلائیں اور RESTORE VERIFYONLY یا test restore کامیاب ہونے پر native BAK بنائیں۔
Guided workflow کے ذریعے database convert کریں
Fragile scripts کی جگہ inspection، progress tracking اور evidence-based verification استعمال کریں۔
Conversion dashboard کھولیں