I have to migrate some tables from oracle to sqlserver. I can import the tables and get them into sqlserver but I have not been able to create a primary key column on the tables once they are in sql server. How can I get my data into sqlserver and create a primary key on the table AND populate that primary key column with my existing primary key data? Any attempts to create any primary key on the table once its in sqlserver fail with an error that the table has to be re-created to accomplish it.
Can anybody point me in the right direction to accomplish this? I've got several dozen tables I need to move from oracle into sql server and Im sure there must be a simple way to do it but I just dont know enough about sql server.
thanks
Can anybody point me in the right direction to accomplish this? I've got several dozen tables I need to move from oracle into sql server and Im sure there must be a simple way to do it but I just dont know enough about sql server.
thanks