Viewing 15 posts - 3,946 through 3,960 (of 7,484 total)
Jeff Moden (11/17/2012)
Make the clustered index on the IDENTITY and the GUID column and then...
November 18, 2012 at 10:50 am
Daniel Bowlin (11/16/2012)
Stuart Davies (11/15/2012)
nostalgia!Deja vu
DjVu
November 16, 2012 at 7:07 am
seankyleprice (11/16/2012)
November 16, 2012 at 5:58 am
seankyleprice (11/16/2012)
November 16, 2012 at 5:17 am
Carlo Romagnano (11/16/2012)
declare @err int
,@rows int
select 1
SELECT @err = @@error, @rows = @@rowcount
if @err <> 0 or @rows = 0
...
November 16, 2012 at 4:05 am
Good basics question, nice and easy.
Interesting discussion on the deprecation of 'DEFAULT' used as a default value; I can't imagine a more lunatic restriction myself, and I see Hugo's amusing...
November 15, 2012 at 1:17 pm
OCTom (11/14/2012)
Ray K (11/14/2012)
Asterix"I have but one Asterix for my country."
John Psul Jones
By "my country" did he mean Scotland, the United States, or Russia?
WotD: Trinationality
November 14, 2012 at 2:55 pm
venoym (11/14/2012)
OCTom (11/14/2012)
Stefan Krzywicki (11/14/2012)
QA? What's that? 😛Isn't QA the step that immediately follows implementation?;-)
Wait... after Implementation? I thought it was the Step just after "Deployment" and just...
November 14, 2012 at 2:39 pm
This is an easy question for those not fooled by the title who either remember that in SQL the power operator (POWER) is written as a function (not as an...
November 14, 2012 at 10:59 am
Good question.
I got it wrong through sheer carelessness - read too quickly, and failed to remember when I got to the end that the very first insert is before the...
November 13, 2012 at 5:16 am
mbova407 (11/12/2012)
Will someone please explain example C in english
CREATE TABLE T (a int, b int, c int);
GO
INSERT INTO T VALUES (1, 1, -3), (2, 2, 4),...
November 12, 2012 at 8:39 pm
Nice question, and easy.
But I suspect a sales manager who noticed that goals were being set like that would not be happy - fancy giving the salesman who made the...
November 12, 2012 at 8:21 pm
Craig, it's clear that we each have our own viewpoint on what a spool operation is and whether all operations carried out by SQL server show up in query plans,...
November 12, 2012 at 8:06 pm
sknox (11/10/2012)
November 12, 2012 at 7:51 pm
capnhector (11/9/2012)
Revenant (11/9/2012)
WizardsGandalf
Rod d'Armand
November 9, 2012 at 4:55 pm
Viewing 15 posts - 3,946 through 3,960 (of 7,484 total)