0
Good afternoon!
Guys, I have a situation: I have a backup of the database and the server has already been created a database with this base called test, however, I need to migrate a specific table that is in this test base to another database called Producao that is on the same server. The table name is complement.
Hello, I think the link below will resolve [https://docs.microsoft.com/pt-br/azure/sql-database/sql-database-cloud-migrate-restore-single-table-azure-backup]
– Renan Silveira
Link to @Renansilveira?
– Renan Bessa
Not Visible ? https://docs.microsoft.com/pt-br/azure/sql-database/sql-database-cloud-migrate-restore-single-table-azure-backup
– Renan Silveira
This is not only for SQL Azure?
– Renan Bessa
Barely I read only the text now I saw that is SQL server 2012
– Renan Silveira
Check if this Help, if I don’t delete the comments, so the post doesn’t get too dirty. https://www.tiagoneves.net/blog/restaurar-uma-database-sql-server-2012-em-uma-instance-sql-server-inferior/
– Renan Silveira
friend, ta dar o erro quando chega na ultima janela q é na validação: Messages Error 0xc0202049: Data Flow Task 1: Failure inserting into the read-only column "Compcolid". (SQL Server Import and Export Wizard) Error 0xc0202045: Data Flow Task 1: Column Metadata validation failed. (SQL Server Import and Export Wizard) Error 0xc004706b: Data Flow Task 1: "Destination - Complementocolunas" failed validation and returned validation status "VS_ISBROKEN". (SQL Server Import and Export Wizard)
– Renan Bessa
@Renanbessa: If the goal is to migrate the contents of a table from one bank to another, both on the same computer, it seems to me more reliable and simple that run, in the production database, import program of table content.
– José Diz
It worked, master. obg @Josédiz
– Renan Bessa