Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Preserving auto incremental field in SQL Server
Message
From
27/02/2008 22:30:26
 
General information
Forum:
Microsoft SQL Server
Category:
Import/Export
Miscellaneous
Thread ID:
01296736
Message ID:
01297270
Views:
16
>You need to issue a
>
>SET IDENTITY INSERT database.dbo.tablename ON
>
>on the table to be updated then
>
>SET IDENTITY INSERT database.dbo.tablename OFF
>
>as only one table can have set identity insert on per transaction.

Yes, the code I have now takes care of all that.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform