Hi,
I have a table with data in it, (tblT1)
A. How do I create a table tblT2 with the same columns in tblT1, but without data in (blank tblT2 table with columns).
B. And also how do I copy the enitre table's data (tblT1) into tblT2.
Thank you,
Give a look in books online to SELECT ... INTO.
Here are some previous posts:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=126194&SiteID=1
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=307375&SiteID=1
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=691090&SiteID=1
Got it . I will check it out.
Thank you.
No comments:
Post a Comment