Suppose, I have sql server "A" and sql server "B"
I want to export Tables from database a1 (in sql server A) to database b1 (in sql server B) using sql server import export wizard keeping the key definitions
But,when I export ,a new table get created in b1 with all data,but key is not established there,what is the way to transfer/export so that I can get exact structure and also data of the source table