how I would copy a table with all constraints?
I run select * into myNewTable
from baseTable
where 1=0
This copy a table but no with constraints
how I would copy a table with all constraints?
I run select * into myNewTable
from baseTable
where 1=0
This copy a table but no with constraints