December 2, 2009 SQL
December 2, 2009 SQL
If you want copy data from one database to another on the same server you could use next SQL:
Also if you want to copy data with the schema of table, i.e. copy table structure and contents to another database you could use:
code
more code
~~~~