Blog Pages

Copy a table with data

SELECT *
INTO MyNewTable
FROM MyTable

-- Note that this method does not copy constraints and indexes.

No comments:

Post a Comment