Viewing 9 posts - 1 through 9 (of 9 total)
Hi,
Thanks for the reply, I tried this with 6million rows and I stopped the query once it hit 8 minutes and I have a quad core processor.
Admittedly I did not...
December 19, 2008 at 6:03 am
Oh one more thing....
Instead of perhaps an app_lock mutex am I able to somehow lock the table while I perform the seed and truncate operations? They are very fast so...
December 19, 2008 at 4:26 am
Hey all,
Ok after some thought I really don't think replication is correct for this scenario.
I have created a stored procedure which copies data using linked servers and runs as a...
September 11, 2008 at 5:10 am
Hi,
Using application locks (sp_getapplock, sp_releaseapplock) along with the SET based update SPROC shown last I have had a concurrent test run all night without fail, which is a first. It...
May 14, 2008 at 2:44 am
Another update...
I have got around the concurrency problem by using an application lock via sp_getapplock and sp_releaseapplock. I never even knew this could be accomplished in SS and I have...
May 13, 2008 at 10:13 am
Hi everyone,
Thanks again. I have gone back to the RBAR article, the reason I initially shyed away from this is the UPDATE recalculates every row which seemd a little OTT...
May 13, 2008 at 9:27 am
As an update also setting SET TRANSACTION ISOLATION LEVEL SERIALIZABLE appears to have potentially solved the problem I have now successfully run 50,000 concurrent transactions I will keep it executing.
UPDATE:...
May 13, 2008 at 5:59 am
Hi all,
Firstly, thanks for the responses
I have read the suggested article and although it is very informative it is geared towards calculating the total after the data is populated. I...
May 13, 2008 at 5:25 am
Now about to leave work, yeah thanks for the reply I will think about this and post again tomorrow. With the table design I have posted yes the only useful...
May 12, 2008 at 10:43 am
Viewing 9 posts - 1 through 9 (of 9 total)