SQL Server Copy Table

This SQL will create another table from the select statement

SELECT *
INTO table2
FROM table1

Comments

Popular posts from this blog

Tibco Rendezvous (tibrv) C# .Net example

Parse XML to dynamic object in C#