Viewing 14 posts - 46 through 59 (of 59 total)
If Cursors need to be used, I'm ok with that. Unfortunately, I dont have any experience using Cursors.
April 27, 2012 at 12:39 am
dwain.c (4/26/2012)
As I promised, I am willing to take another shot at this but before I do, what I'm going to need from you is an exact expected results set...
April 26, 2012 at 8:26 pm
Lynn Pettis (4/26/2012)
idyana (4/26/2012)
Really looking for help
Please realize that we are volunteers and help when we can. While you are waiting, please feel free to continue working on your...
April 26, 2012 at 5:51 pm
Sir, your query still not cover the requirement as following,
What I want to do?
1. Each data in applyProgram need to be processed based on the data in programQuota
2. Each data...
April 26, 2012 at 5:05 am
Hi Gail,
There are four isolation levels:
1. READ UNCOMMITTED
2. READ COMMITTED
3. REPEATABLE READ
4. SERIALIZABLE
which one is suitable and the best?
November 1, 2011 at 4:26 am
Jeff Moden (10/30/2011)
October 30, 2011 at 8:33 pm
Kindest Mr Jeff Moden,
Sorry for the weaknesses. I try to re-explain as above
My table and data as following,
declare @t1 table
(idx int identity, programID int, quota int, dtVersion timestamp);
/*programID is unique*/
insert...
October 30, 2011 at 7:44 pm
tq sir.
it's work and your solution really great. but, how to prevent another transaction is updated the myRunnNum till I'm finish?
July 31, 2011 at 12:07 am
Welsh Corgi (6/12/2011)
Have you considered consolidating the PaymentItemD_zAgro,PaymentItemD_zBiz & PaymentItemD_zKWSP Tables into one table and store the payment type value 'agro', 'business' & 'kwsp' in this column?
Sir Welsh Corgi,
I cannot...
June 13, 2011 at 5:20 am
To Mr The Dixie Flatline & Mr Welsh Corgi,
Thanks for your technical info. Let me digest it. Will get back to you ASAP
June 12, 2011 at 7:26 pm
Viewing 14 posts - 46 through 59 (of 59 total)