I have two databases of SQL2008... And two same tables in each... Ofcourse one of them is not created automatically, so missing contraints or only one primarykey instead of 3... (Data, however, is different)
So how can I copy one of tables constraints and pk options etc. without damaging existing data? <