skip to main
|
skip to sidebar
Wednesday, April 28, 2010
Copy table with data and structure in SQL
SELECT *
INTO new_table_name FROM old_tablename
above statement copy the table(existing table) data and structure into new table
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Search This Blog
Blog Archive
►
2011
(3)
►
August
(3)
▼
2010
(5)
►
May
(1)
▼
April
(4)
Prevent Page from being Cached in ASP.NET
Copy table with data and structure in SQL
Abstract Classes Vs Interface
MD5 Password in Database(SQL Server 2005) itself
Followers
No comments:
Post a Comment