简体   繁体   中英

SQL Server 2008 - Migrating database to new schema most efficient way?

I'm just wondering what the opinion is on the most efficient way to migrate data to new schema in SQL server 2008. The database has 7 tables and is 8gb in size. I briefly tried using a .NET app and the entity framework but this was very very slow. It will need to convert GUIDs to INTs in a few places and so the relationships need to persisted. Just wondering if there is a simple way

听起来像SQL Server Integration Services (SSIS)的工作,因为它的主要功能之一是支持ETL工作负载。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM