Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert a record in a table, which has identity column
Message
From
19/03/2003 23:30:53
Keith Payne
Technical Marketing Solutions
Florida, United States
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
00757536
Message ID:
00767945
Views:
15
The best way is to set the column to Identity in the table designer. To get the identity value of a row that was just inserted, return @@IDENTITY from the stored procedure.

>Hi everybody,
>
>Sorry for such naive question. If I want to insert data into the table, which has identity column, what can I do?
>
>Can I use statement similar to
insert into CreditInfo select * from CWebCreditLoad
, where CreditInfo would have one additional field (identity)?
>
>Thanks in advance.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform