WiredWorx || Web design || SEO || Bournemouth

Web design, website development and search engine optimisation (SEO) in Bournemouth, Dorset, UK.

Copy a table (including data)


SELECT *
INTO [aaa]
FROM [bbb]

and voila - the data will be copied from one table into the, newly created, other (the tables can also be prefixed with "[user]." )