Viewing 15 posts - 616 through 630 (of 1,086 total)
You should be able to declare a @Variable and pass it into your recordset using the following:
SELECT DATENAME( month, GETDATE()) + ', ' + DATENAME( year, GETDATE())
If you...
August 30, 2005 at 11:29 am
Probably most of it. But I had to PM Frank 'cause I did not understand how modulo was working... I am sure we used the same if not similar code...
August 30, 2005 at 7:51 am
I got this from Frank Kalis, (and because I am so thick headed he had to explain it to me more than once...). It is a VERY slick way to...
August 30, 2005 at 7:09 am
It sounds like a scope issue. I am not sure how this would work, but:
BEGIN TRANSACTION A
BEGIN TRANSACTION B
DO SP C... (three iterations and then...
August 29, 2005 at 3:22 pm
Salvatore,
We are at a real loss here until you can tell how these tables relate each other and just exactly how the dates matter.
August 29, 2005 at 12:46 pm
We probably won't search this down since we can get what need by going around the barn and this is not run on a regular basis. But it was odd,...
August 25, 2005 at 11:57 am
I saw that, but I figured Bendan had all the information needed... Just kind'a talkin'..., I was....
August 25, 2005 at 10:21 am
Thanks Remi. That's what I was trying to get at.
This was VERY good to learn about BETWEEN. Thanks all.
August 25, 2005 at 10:11 am
I thought that too. That would be a great citing to see. Thanks Du Bois!
August 25, 2005 at 9:13 am
Why are you converting your @DateFrom and @DateTo values? Will this capture record one if you do not convert those?
If you are converting them because the SP has the...
August 25, 2005 at 9:09 am
Go to the search page and type in "Cross Tab". You will get more hits than I could post...
August 25, 2005 at 7:41 am
Thank you! This is not actually my query, but since I had this forum available to me I told them I would help. The error, (I only got today) is...
August 25, 2005 at 7:29 am
Remi is right. Plus, it has been a long time since I had to force an index (I think it was 6.5). I will look, but it will take me...
August 24, 2005 at 2:18 pm
Have you tried forcing the use of any of the Indexes?
August 24, 2005 at 1:46 pm
Viewing 15 posts - 616 through 630 (of 1,086 total)