Viewing 15 posts - 151 through 165 (of 304 total)
Thanks to both of you for those references. They were both extremely helpful.
Noel, that article is AMAZING. Here's the part that makes the biggest difference:
Not all search routines are as...
December 5, 2008 at 9:20 am
I can post sample DDL and DATA if people think that would be useful.
However, I'm really looking to see if someone has a different approach to the problem.
December 4, 2008 at 2:20 pm
rshafer (12/3/2008)
Thanks again for everyones help.
You're welcome, and thanks for the feedback.
December 3, 2008 at 12:59 pm
You did not see any results for the end dates because you specified exactly midnight of that day.
You did not have any records at exactly midnight on 10/4. However, if...
December 3, 2008 at 12:00 pm
And of course, Jeff's newest article on Dynamic Cross Tabs: http://www.sqlservercentral.com/articles/cross+tab/65048/
December 3, 2008 at 8:27 am
There's been many discussions about this on the forums.
The consensus was that the method Lynn mentioned is the fastest.
SELECT DATEADD(dd,0, DATEDIFF(dd,0,GetUTCDate()))
December 3, 2008 at 8:13 am
Great article Jeff!
Do you think this will perform better than a dynamic pivot?
December 3, 2008 at 8:08 am
Have you read Jeff's article, Hugo?
It actually answers some of the points you brought up.
Solving the "Running Total" & "Ordinal Rank" Problems in SS 2k/2k5[/url]
November 27, 2008 at 4:13 pm
You can't paste XML in the forums.
Try attaching it as a txt file.
November 14, 2008 at 1:23 pm
this is not what I need, I don't want hard code the data, I need results inserted in a table .Is there way to do it?
Using SELECT INTO will get...
November 14, 2008 at 9:09 am
venki (11/12/2008)
I want to get auto numbers for a one of the column in the table. How can I get this.
Previously, the database in MS Access. So in MS...
November 13, 2008 at 6:38 pm
Jeff Moden (11/13/2008)
November 13, 2008 at 6:03 pm
Jeff Moden (11/13/2008)
Ggraber's advise and read the link he posted
:hehe: Not HE -- SHE :hehe:
November 13, 2008 at 5:48 pm
Viewing 15 posts - 151 through 165 (of 304 total)