Showing posts with label
from
.
Show all posts
Showing posts with label
from
.
Show all posts
Sunday, 27 September 2009
How do you copy a database table in SQL using code?
Open Query analyser
Select the required database (Use [databasename])
Type :
SELECT * INTO MyNewTable FROM MyTable
e.g
SELECT * INTO Customer2 FROM Customer
Older Posts
Home
Subscribe to:
Posts (Atom)