Brijesh Solutions
Get Solutions Regarding Computer Problem/Tricks ,C#, .NET and SQL Server , Java Script ,JQuery
Content
(Move to ...)
Home
ASP.NET
SQL Server
Java Script
Computer
▼
Friday, 9 August 2013
Create Table with same Columns of existing table
Hey...try this Sql Query to create new table with same schema as existing table
"
select * into newtable from existingtable
"
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment