How do I create SQL Script to create SQL table that includes Data for for an existing SQL 2008 Table. I need this to be able to add the script to my Visual Studio 2008 SQL.txt file for when I publish the project, I havelooked all over the MSDN Library and have NOT been able to find what I am looking for, especially since I do not know the terminology.
create table as select...
Here is an example:
http://www.faqs.org/docs/ppbook/r25329.htm