Viewing 15 posts - 31 through 45 (of 53 total)
Hey checkai, thanks for the response.
This is quicker cause it's not doing a whole table scan. It is still doing an index scan but it's quicker than what I...
June 17, 2010 at 8:49 am
I'm a moron do you know that!
Of course the reason I was returning N when using Varchar is becuase I never specified how many characters I wanted back
Thanks for your...
November 5, 2009 at 8:15 am
Hey,
For example, for todays date, I'd like:
Nov 2009
November 5, 2009 at 8:03 am
Cheers Steve, I looked at BOL, however I didn't notice 113.
🙂
October 16, 2009 at 9:18 am
Thanks for anyone who looks at this, however, I found the answer
select replace(convert(char(11),getdate(),113),' ','-')
Cheers
October 16, 2009 at 8:35 am
Thanks, I checked BOL but at first didn't understand the explanation. I've went into Job alert and looked at properties and this shows the GUI set up
Cheers
October 7, 2009 at 9:39 am
Thanks for responding. So, just to clarify, that's every 15 minutes all day?
Thanks
October 7, 2009 at 3:17 am
Hi folks,
Similar to what Greg posted, here is another method. Both have advantages and disadvantages, but together they should give you a good idea of how to use a tally...
September 21, 2009 at 9:08 am
First of all, I'd like to thank everyone for the input to my thread, without this sort of help, i'd be lost, so one day I'd like to help as...
September 17, 2009 at 4:53 am
Thanks both for responding.
Lynn, yeah, I noticed the mistake I made, I actually meant that the year ends on the last Saturday and starts on the last Sunday of March....
September 15, 2009 at 2:20 am
Hi Gail,
Thanks again for responding to my threads; you've been very helpful.
I wasn't sure if it worked on 2000 so just wanted to be sure. At the moment I'm...
August 13, 2009 at 4:45 am
Hi there,
I've not read the article yet, and yes, I agree that I should provide code and samples. it's a little tricky with this one cause there's so many...
August 10, 2009 at 9:07 am
Hi, thanks for the response. I managerd to sort my problem out by using a view instead. The code's a bit convoluted so I think it's best if...
August 10, 2009 at 6:10 am
Thanks Drew for your help. I'm working on the code just now and will let you know how I get on.
Cheers
Paul
August 3, 2009 at 2:37 am
Viewing 15 posts - 31 through 45 (of 53 total)