Viewing 15 posts - 1 through 15 (of 22 total)
Hey-O
I got Luis suggestion first and implemented it and it worked like a charm! Since my rows are interspersed I tried it on my larger data set and used a...
October 2, 2014 at 10:34 am
No worries people. I just many times like to make sure something is true before I add it to my knowledge. We are on good terms but the...
July 23, 2012 at 2:35 pm
I see what you are saying now.
Makes sense to me. I just didn't understand what the advantage is but it is catching it within the loop so...
July 20, 2012 at 10:49 am
Yes that is it.
I just don't see the benefit in doing it and it adds to code complexity.
July 20, 2012 at 10:33 am
Oh and before anyone asks This is a fairly complicated grouping issue I am workin on and even with the nested cursor the query time is single digit miliseconds with...
July 20, 2012 at 10:22 am
My Senior DBA who reviews my code. I just wanted to know if it was true or not. I need to follow the sr. DBA standard but wanted...
July 20, 2012 at 7:41 am
Well it took an act of God for to get a sequence number on one particular table and we were depending on BCP to keep the data in the correct...
June 6, 2012 at 12:32 pm
yes we have the order by statements. Not sure why the reluctance other than in the past the other non dba developer relied on static data to be in...
June 6, 2012 at 11:37 am
I have the same problem. If I find a resolution I will let you know.
December 30, 2010 at 11:38 am
SwePeso knocked it out of the park. Good work. I learned something. I will certainly add cross apply to my tool kit and I am a huge...
November 5, 2010 at 8:36 am
how about no overlapping date ranges and no nested date ranges
so for example if I was looking for CRATES for 07/01/2001 and I wanted to select * from @overlap where...
November 4, 2010 at 7:09 pm
I should have said overlapping ranges. You can't have a date range of rates that overlap another date range of rates with the same infoname
make sense?
November 4, 2010 at 6:29 pm
I completely appreciate all the responses. SSCertifiables approach will resolve my issue completely. The codes I could range from are always in three possible formats
4 numerals and...
July 14, 2009 at 11:23 am
Thanks to everyone. I need to read and digest what you wrote and I will let you know what approach I take.
To answer the question the codes are not...
July 14, 2009 at 6:38 am
Viewing 15 posts - 1 through 15 (of 22 total)