Query to copy the table with Data and Constraints in SQL Server
ATL / WTL / STL
4
Posts
2
Posters
0
Views
1
Watching
-
How to copy table with Data and constraints from one database to another database Database A have 300000 columns I need above table to copy in Database B but with constraints I am using below Query but here constraints are misssing SELECT * INTO Table1 FROM A.dbo.Table1 Pls suggest me correct Query
-
How to copy table with Data and constraints from one database to another database Database A have 300000 columns I need above table to copy in Database B but with constraints I am using below Query but here constraints are misssing SELECT * INTO Table1 FROM A.dbo.Table1 Pls suggest me correct Query
-
I could not see SQL Server Option so I Posted here. Please Take it forward
-
I could not see SQL Server Option so I Posted here. Please Take it forward