Hi All,
I'm looking for the cleanest way to postpone commiting a transaction until an update in a related table is complete. I believe Oracle has a deferred option associated with it's table properties but am thinking it's not as easy as that with a SQL Server tbl. There's probably going to be more code required. Any ideas or suggestions on where to start?
Thanks--
I'm looking for the cleanest way to postpone commiting a transaction until an update in a related table is complete. I believe Oracle has a deferred option associated with it's table properties but am thinking it's not as easy as that with a SQL Server tbl. There's probably going to be more code required. Any ideas or suggestions on where to start?
Thanks--