Viewing 15 posts - 301 through 315 (of 549 total)
I am a purist at heart and was looking for a plain vanilla view. But you are convincing me that you need this sequence number stuff both of you are...
November 16, 2007 at 1:47 am
That's correct.
The keyword is contiguous.
Give me the start and end date of all contigous date sequences.
November 15, 2007 at 2:35 pm
The interval can be anything. It can be a single day or 150 days. They never overlap. It's easy to get the start of an interval (the previous non weekend...
November 15, 2007 at 1:01 pm
Just the min and max of each interval.
November 15, 2007 at 12:46 pm
I just realized that the full title is "Matrix month columns out of sequence in 'Reporting Services'". The 'Reporting Services' part doesn't show up in the browser. I caught it...
November 5, 2007 at 2:37 am
So I ask the forum, has anyone understood Steve's problem - much less Scott's solution?
Having 'duly noted' my comment about posting code sounds like you're a bit ticked off with...
November 5, 2007 at 2:15 am
You should really post some DDL and sample data along with exactly what the output should look like. Once you do that you'll have about a zillion people on this...
November 2, 2007 at 8:32 am
Seems we all suffer from this and, I presume, the site administrators are aware of it.
A workaround suggested by Jeff Modem works fine for me, i.e. paste into MS Word...
November 2, 2007 at 7:19 am
If OrderSequence has a known upper limit this should do the trick. And if it should contain a correlated subquery, I beg everyone's pardon.:)
select [Order],max(od1)+' '+max(od2)+' '+max(od3)+' '+max(od4)+' '+max(od5)
from
...
November 2, 2007 at 6:58 am
Can you describe this in more detail? I can't see the problem.
November 2, 2007 at 6:39 am
I'm not sure that's going to be easy. Thus I did a quick display of numbers in a float column where I know I placed numbers with at most 6...
November 1, 2007 at 10:36 am
Tony Davis (11/1/2007)
November 1, 2007 at 5:48 am
goodguy (9/29/2007)
I use VB6 ad have a big headache juggling date formats in my apps.
One thing I used frequently in VB6 to remove the time was the DateSerial function...
November 1, 2007 at 4:13 am
sp_prepare appears to be SS2005, i.e. don't see it in SS2K. In any case, many SPs in master have execute permission to public. I found at least one (sp_remove_tempdb_file) which...
November 1, 2007 at 4:03 am
I suspect some stored procedures require special permissions, i.e. datareader/datawriter is not enough. Just to give you one example, to use sp_password to change someone else's password requires you to...
November 1, 2007 at 3:44 am
Viewing 15 posts - 301 through 315 (of 549 total)