Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copying table
Message
From
25/04/2007 14:13:16
Keith Payne
Technical Marketing Solutions
Florida, United States
 
 
To
25/04/2007 13:38:15
Issam Mansour
Jordan Business Machines
Amman, Jordan
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Environment versions
SQL Server:
SQL Server 2005
Miscellaneous
Thread ID:
01219823
Message ID:
01219872
Views:
10
>that's why asking for "append from" like command with no need to defined the columens name.
>
>thanks

Since you are adding an identity column, the following will work (after creating the new table):
insert into NewTable select * from OldTable
This will not work if the added column is not an identity column.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform