Viewing 15 posts - 76 through 90 (of 194 total)
dwain.c (3/6/2013)
Lynn Pettis (3/6/2013)
Really?? You have to be kidding.
I'm tempted to violate my mantra and post a script that dumps all table names into a temp table and then CURSORs...
March 7, 2013 at 8:08 am
DavidBrown-731687 (2/26/2013)
What disgusts me is the way that corporate America gets away with this deception, and tries to thwart any...
February 26, 2013 at 12:42 pm
This one was easy by process of elimination, as Query 1 and Query 2 both return a 1 (addition/subtraction have same precedence, the parenthesis are superfluous) which yields the only...
January 10, 2013 at 6:42 am
GSquared (12/12/2012)
jeetsingh.cs (12/12/2012)
our query.
For example if we wan to run this command against a database
than
Create...
December 12, 2012 at 8:18 am
Hugo Kornelis (12/6/2012)
December 6, 2012 at 7:08 am
OCTom (11/14/2012)
Stefan Krzywicki (11/14/2012)
Steve Jones - SSC Editor (11/14/2012)
November 14, 2012 at 2:23 pm
I think you need to look into your Row Numbering. Perhaps a PARTITION BY the Group in addition to the ORDER BY.
November 9, 2012 at 3:19 pm
L' Eomot Inversé (11/1/2012)
Of course the words "republican" and "democrat" now have a very specific party-political meaning in the USA...
Tom, I'm very sorry, but I must correct you. it's...
November 1, 2012 at 6:53 am
I must ask, because this section of code gives the proper answer of 105. Why does casting to anything besides an INT (TinyInt, Int, BigInt, etc.) return 105?
For example:
DECLARE...
October 24, 2012 at 6:33 am
What I've done in the past is to
1. Add a new Column with IDENTITY (1, 1) to the table
2. turn off Identity INSERT
3. copy the values from the existing column...
October 5, 2012 at 3:15 pm
do a replace around it. Each character will be XML encoded and you can simply replace it back.
October 5, 2012 at 3:12 pm
CELKO (9/18/2012)
And now you've got a salesperson and his manager on the phone to you. They need to insure an expensive (high premiums, low-risk) collectible car, which doesn't...
September 19, 2012 at 7:21 am
CELKO (9/17/2012)
Both concepts also assume that all data will be for current-era entities. DUNS numbers only go back to 1963. E-mail for common use, even in tech-heavy...
September 17, 2012 at 11:08 am
GSquared (8/17/2012)
I'm not going to dignify you with further discussion. I asked about the difference between the two, if you actually read what I wrote, and you respond to...
August 21, 2012 at 11:29 am
Viewing 15 posts - 76 through 90 (of 194 total)