Viewing 15 posts - 16 through 30 (of 35 total)
That was helpful..Thanks...
August 17, 2011 at 3:00 pm
Could you help me understand how C1 version of table CTE has only 2 rows even if I inserted 3 rows and did select(*) in CTE definition
and C2 version of...
August 17, 2011 at 2:42 pm
@SSCrazy
Thanks for the code...It is working for my dataset...
August 17, 2011 at 2:25 pm
I actually have a defined crieteria upon which I want to perform rate calculation..
I have the datetime_record ordered by datetime desc...
and I want to pick next immediate datetime column for...
August 17, 2011 at 1:46 pm
Sorry for error...I missed something
August 12, 2011 at 11:17 am
Let us say when I exec stored proc
EXEC myproc (32,442,5000)
I want the code to insert into table 3 times one having period value 32.
2nd insert having period value 442...
August 10, 2011 at 12:46 pm
August 9, 2011 at 6:29 am
The if exists statement that I included performed the check but it also updated the column group values that were not equal to 2 (<>2) made 2.
It updated the legitimate...
August 5, 2011 at 2:19 pm
Thanks lowell
I created another stored procedure to check the condition and to call this stored proc..and I am able to check the condition....
August 5, 2011 at 2:00 pm
I want to include this check within the stored procedure. I want sql to automatically check when stored proc is called by JOB...Can I do that?? or should I check...
August 5, 2011 at 1:51 pm
I have a weired issue with my Record stamp filter in Index seek operation. The argument shows the following
...
September 28, 2010 at 8:01 pm
Chris,
I shall do it that way. I actually found that one of the join was redundant and removed it and found performance improvement.
Grant,
Thanks for your reply. Shall not worry abt...
September 28, 2010 at 6:34 pm
..
September 27, 2010 at 8:44 pm
..
September 24, 2010 at 6:42 am
..
September 23, 2010 at 7:22 pm
Viewing 15 posts - 16 through 30 (of 35 total)