Hello,
I am trying to use the following statement,
ALTER TABLE AuditAbatements ADD SELECT * INTO AuditAbatements FROM Abatements WHERE 1 = 2, but I am getting a syntax error.
I am trying to copy the structure of another table into a table that is already created. Can this be done
Thanks

Using Select Into
Goofs
Sorry, forgot to add:
And to do this dynamically you would have to create a dynamic SQL statement, built up from the table definition. Not advisable.
AxeldraX
Pierce Blaylock
John-at-WSRB