Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can I step out of a transaction
Message
 
 
To
28/11/2011 09:18:22
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
01529923
Message ID:
01529925
Views:
44
>hi
>
>I have an importing process that is loading members into a SQL table.
>
>There are several other tables that I also have to create entries in for address, subscription etc.
>
>I've wrapped everything in a transaction so if one item fails I can rollback nothing gets added and that all works ok.
>
>Is there any way I can update a file outside the transaction while its running. I don't want one particular thing to be based on the transaction at all.
>
>Thanks

Use table variable - it does not participate in a transaction. You can append from this table variable into real table.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform