sql server - Import large table to azure sql database -


i want transfer 1 table sql server instance database newly created database on azure. problem insert script 60 gb large.

i know 1 approach create backup file , load storage , run import on azure. problem when try while importing on azure io have error:

could not load package.  file contains corrupted data.  file contains corrupted data. 

second problem using approach cant copy 1 table, whole database has in backup file.

so there other way perform such operation? best solution. , if backup best why error?

you can use tools out there make easy (point , click). if it's 1 time thing, can use virtually tool (red gate, bluesyntax...). have bcp well. of these approaches allow backup or restore single table.

if need more repeatable, should consider using backup api or code using sqlbulkcopy class.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -