Thread: Cloning a table
View Single Post

   
  #1 (permalink)  
Old 02-29-2008, 07:31 AM
Michael Jackson
 
Posts: n/a
Default Cloning a table

In my .NET code, with SQL Server 2000 as the backend, I need to create an
exact copy, without data, of an existing table in the same database, that
the user selects from a combo box. Any ideas on how to do this?


Reply With Quote