|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, January 16, 2013 11:18 PM
Points: 3,
Visits: 17
|
|
| There is an issue held to copy table for this way .Key and identity are lost.Only use the query to use take Backup ony.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Wednesday, June 13, 2012 9:15 AM
Points: 1,
Visits: 97
|
|
is not this better?
SELECT TOP 0 * INTO [New_Table1] FROM [Table1] GO
|
|
|
|