Viewing 15 posts - 1,966 through 1,980 (of 7,484 total)
Interesting question, but extrremely easy for anyone who knows the syntax for CREATE LOGIN.
Why have two different wordings of the same wrong answer? (The third and fourth options both...
February 6, 2015 at 9:50 am
shane.green 1227 (2/3/2015)
February 3, 2015 at 6:09 pm
Ed Wagner (2/2/2015)
SQLRNNR (2/2/2015)
Ed Wagner (2/2/2015)
I only have Standard Edition, but I can't imagine running a production instance on SQL Express. Maybe I'm just spoiled.
I have to agree. ...
February 3, 2015 at 5:46 pm
GilaMonster (1/29/2015)
Brandie Tarvin (1/29/2015)
Here's one for everyone. Does anyone have an environment where Enterprise is the production edition and Standard is the Dev / Test version?
That's kinda dumb. Instead of...
January 31, 2015 at 7:19 pm
mister.magoo (1/28/2015)
January 28, 2015 at 7:39 pm
Eric M Russell (1/27/2015)
andrew gothard (1/27/2015)
Eric M Russell (1/21/2015)
However, I would take issue with ID by...
January 28, 2015 at 7:08 pm
Sean Lange (1/26/2015)
set @Counter = 1
while exists(select * from StupidlyLargeHeap (nolock) where someColume = @Counter) begin
set...
January 28, 2015 at 6:50 pm
The thing that makes me thingk neither schema will work is that forex rates dont change nicely at month boundaries. Any organisation that pretends they do will either run...
January 28, 2015 at 6:08 pm
SQLRNNR (1/26/2015)
Grant Fritchey (1/24/2015)
Sean Lange (1/23/2015)
January 26, 2015 at 9:43 am
Nice straightforward question.
Half the people who have replied so far think they can use a column filter to select rows, which is a bit startling; and more than four fifths...
January 26, 2015 at 6:33 am
ScottPletcher (1/23/2015)
TomThomson (1/23/2015)
Sean Lange (1/23/2015)
Eric M Russell (1/23/2015)
Date/Time: datetime, offset, varchar?There is only one option here. Datetime.
I suppose if your dBMS is anccient enough that's excusable. But it...
January 23, 2015 at 1:22 pm
Although I agree with you 100%, Hugo, I thinkyou are wasting your time (in much the same ways as I waste my time when commenting on this nonsense). People...
January 23, 2015 at 12:57 pm
Sean Lange (1/23/2015)
Eric M Russell (1/23/2015)
Date/Time: datetime, offset, varchar?There is only one option here. Datetime.
I suppose if your dBMS is anccient enough that's excusable. But it probably isn't...
January 23, 2015 at 12:46 pm
Carlo Romagnano (1/22/2015)
Hugo Kornelis (1/22/2015)
Carlo Romagnano (1/22/2015)
Hugo Kornelis (1/22/2015)
January 23, 2015 at 12:32 pm
Viewing 15 posts - 1,966 through 1,980 (of 7,484 total)