Viewing 15 posts - 3,826 through 3,840 (of 8,416 total)
A bit unfortunate about the read only option. An interesting QotD might have been "True or False: The model database can be set to READ_ONLY" ... that would have...
April 18, 2010 at 5:20 am
Tom.Thomson (4/17/2010)
Someone may already have said this, but in case they haven't:
Actually, pretty much every other post so far has covered it :w00t: and Rune responded:
"Yep, I was wrong about...
April 18, 2010 at 5:06 am
Hugo Kornelis (4/16/2010)
April 18, 2010 at 4:56 am
I would like to express my sincere thanks to the following people, for their help in producing this article:
Amanda Lawrence
Paul
April 18, 2010 at 3:36 am
Dobermann (4/16/2010)
PKs are automagically clustered
This is true by default, but a PK will be created as non-clustered if it is added to a table that already has a clustered index.
CREATE...
April 18, 2010 at 3:28 am
sqlquery-101401 (4/17/2010)
this article http://msdn.microsoft.com/en-us/library/ms156421.aspx suggest to take backup with copy_all , is this valid option? , i am not able to use this , any pointers?
It's a mis-print; it should...
April 18, 2010 at 3:17 am
lmu92 (4/18/2010)
Is Google down?
Classic.
April 18, 2010 at 2:50 am
Michael Valentine Jones (4/16/2010)
Shorter?
select @Date+case when @date%100=12 then 89 else 1 end
Even shorter?
SELECT @Date+1+88*((@date%100)/12)
April 18, 2010 at 2:47 am
SELECT K,
ISNULL(NULLIF(CONVERT(BIT, SIGN(SUM(MONEY) - 999) - 1), 0) * SUM(MONEY), $999)
FROM AAA
GROUP BY K;
April 18, 2010 at 2:27 am
New for 2008, a filtered unique index can allow an unlimited number of NULLs.
April 18, 2010 at 12:11 am
The Dixie Flatline (4/17/2010)
Jeff,Did you ever see this thread? http://www.sqlservercentral.com/Forums/Topic809640-338-1.aspx
One of my favourite threads ever on here.
April 17, 2010 at 11:49 pm
Michael H Lutz (4/17/2010)
April 17, 2010 at 11:34 pm
krypto69 (4/16/2010)
all it takes is that one time when you can't re-attach and you'll always use a bak
Until that one time when the backup turns out to be corrupt 😉
I...
April 16, 2010 at 7:11 pm
Stefan_G (4/16/2010)
April 16, 2010 at 7:05 pm
Stefan_G (4/16/2010)
You dont have to post a full repro script, but it would be interesting to see the actual...
April 16, 2010 at 6:27 am
Viewing 15 posts - 3,826 through 3,840 (of 8,416 total)