I have two large tables and want to combine all of the column names (not as a view) into a new table.
I do not have permission to right click on each t
You can use a SELECT INTO TSQL query - see MSDN link.
SELECT INTO