Viewing 15 posts - 39,316 through 39,330 (of 59,072 total)
Eoin (3/15/2010)
That's what's known in the business as a "Scream Test"
Heh... I didn't have a name for it but that'll do perfectly. 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2010 at 5:41 am
You're welcome... the only thing that's left is doing a "SUM" by day and the midnight "split". The SUM can be done easily (sorry, don't know why I didn't...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 15, 2010 at 5:38 am
But not too complicated...
SELECT TOP (1)
...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2010 at 10:58 pm
My feedback would be that you shouldn't learn how to use a Cursor until you've really learned and understand Set-Based progamming.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2010 at 10:34 pm
Lutz,
It's unfortunate, but these are credit card expiration dates and they're (unfortunately) frequently provided as CHAR(2) for the month and year entries. Sometimes, they're provided as CHAR(5) mm/yy. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2010 at 10:20 pm
GTR (3/14/2010)
There is no standard protocol, but Rebuilding index with 1000 or more pages is recommended.
What is the link for this recommendation, please?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2010 at 10:07 pm
craig 84462 (3/13/2010)
thanks, any help would be awesome!
Then, avoid the RBAR...
I don't know if this works in 2k8 because I don't have it to test on and I don't know...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2010 at 10:04 pm
Paul White (3/14/2010)
(though it is a shame that NEWID is illegal in a function):
Old gaming advice... if you can't move forward, backward, left, right, up, down, then change "color". 😉
You...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2010 at 9:56 pm
wiernyjacek (3/13/2010)
Table: tmpNames
===================
[firstname = "John"]
[surname = "Scott"]
[age = "12"]
[firstname = "Barbara"]
[surname = "White"]
[age = "15"]
..................
[firstname = "Alex"]
[surname = "Ferguson"]
[age = "19"]
Any tips...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2010 at 9:44 pm
Yeah, but the MODE is flat for C... average shouldn't even come into play on this.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2010 at 9:29 pm
Steve Jones - Editor (3/14/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2010 at 9:27 pm
One of the really annoying problems with Bulk Insert (and BCP) is that all of the rows must have the exact same number of delimiters otherwise the line with the...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2010 at 9:21 pm
Lynn Pettis (3/14/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2010 at 9:10 pm
Are you using SQL Server 2005 or better? If not, you'll need to use a cross-tab, instead.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2010 at 9:07 pm
muratistanbul (3/14/2010)
Hithanks for your informations but ALL TIMES I GET
Msg 170, Level 15, State 1, Line 7
Line 7: Incorrect syntax near 'PIVOT'.
Message Dou you have any suggestion for me
thanks
Are...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 14, 2010 at 9:06 pm
Viewing 15 posts - 39,316 through 39,330 (of 59,072 total)