I often have to copy the structure of a table between databases and I currently do so with a select into with an erroneous where clause (where 1=2 for example). This copies the structure well, but loses all of the default value constraints, which I would like to keep. Does anyone know of a way to copy the structure of a table, keeping the constraints associated with it?