Viewing 15 posts - 301 through 315 (of 702 total)
george sibbald (2/8/2010)
At least SQL server is fully heterogenous with Oracles electro-encephalagraphic interface for SPC ( a cost extra I might add) simply by using the...
February 8, 2010 at 2:31 pm
I have to laugh at all you Microsoft acolytes trying to master DBCC Time Warp.
If you'd been working with Oracle instead, you'd know that Ellison's minions realized the...
February 8, 2010 at 1:07 pm
Hmmm. I'd always thought that "golf clap" was what you got if your ball went in the wrong hole.
Congrats, Jack!!
February 3, 2010 at 5:37 pm
The real problem is that REPLICATE uses the same input as output data type, which in this case has an 8000-byte limit, and that longer values are truncated.
I would...
February 3, 2010 at 12:53 pm
The "inconsistencies" I point to in this post may actually be controlled by the use of settings as pointed out by Paul White in a post later in this thread....
February 2, 2010 at 3:32 pm
Hugo Kornelis (2/1/2010)
February 2, 2010 at 10:03 am
CirquedeSQLeil (1/29/2010)
Is it alive? Anybody have a defibrillator?
Careful. It starts to be a sad thing when someone looks to the Thread for company on a Friday night....;-)
January 29, 2010 at 6:34 pm
Hi. I just noticed that Wayne's given some ideas, but I haven't gone through them yet. Meanwhile, I worked up a simple case showing how a CTE and...
January 29, 2010 at 5:47 pm
I would approach this with a CTE that provides a list of coordinates, then use RowNumber() partitioning while going through the CTE results to calculate distance between each successive pair...
January 29, 2010 at 12:09 pm
Dave62 (1/28/2010)
A little more information about the BIT type. The bit type has 3 states: NULL, 0, and 1. . . .
I don't think that's quite right. ...
January 28, 2010 at 10:04 am
Paul White (1/26/2010)
BrainDonor (1/26/2010)
http://www.sqlservercentral.com/Forums/FindPost853470.aspx
The same message three times in a row - he's determined someone will write...
January 26, 2010 at 10:14 am
Yes, Paul gave you a script that works well per your request, but consider whether you'll be able to explain the use of a CTE (Common Table Expression) should anyone...
January 26, 2010 at 10:05 am
Gianluca Sartori (1/25/2010)
Grant Fritchey (1/25/2010)
GilaMonster (1/25/2010)
Gianluca Sartori (1/25/2010)
Did you use your crystal ball, Gail? 🙂Sorry for the broken link, I'll fix it.
Didn't need to (and I think Grant has the...
January 25, 2010 at 9:30 am
Ah, thank you for the correction, Jeff.
Now I do wonder if the procedural loop need be done at the row level or if it could be done with...
January 22, 2010 at 10:28 am
Number one suggestion: Do NOT use a cursor or WHILE loop to do this. You can let SQL match up the reference table with the rows to be...
January 21, 2010 at 8:02 pm
Viewing 15 posts - 301 through 315 (of 702 total)