Home > MSSQL > Copy two tables in MsSql

Copy two tables in MsSql

Do you know how to copy two tables in mssql 2000? It’s quite simple.

SELECT *
INTO master.dbo.micro_blog
FROM master.dbo.micro_blog

Categories: MSSQL Tags: , ,
  1. No comments yet.
  1. No trackbacks yet.
You must be logged in to post a comment.