Viewing 15 posts - 76 through 90 (of 325 total)
did I miss something ???
or there are more than 2 failures ...
select db_id('dbdb')
-- and the second one
select object_id('dbdb')
I don't think it will return the same value for a database.
I dig...
March 6, 2013 at 11:17 pm
happycat59 (3/5/2013)
March 6, 2013 at 12:05 am
Lokesh Vij (3/5/2013)
happycat59 (3/5/2013)
March 5, 2013 at 9:29 pm
L' Eomot Inversรฉ (3/5/2013)
March 5, 2013 at 9:33 am
Lokesh Vij (3/5/2013)
ggeier (3/5/2013)
How can the index rebuild remove the fragmentation from the index? The table is empty at that step so it should already be at 0.00% fragmentation.
Nice catch!!
I...
March 5, 2013 at 8:10 am
nice and easy Q for the monday ...
and a great explanation by Tom ...
thanks for Q & E
March 3, 2013 at 9:57 pm
winmansoft (2/28/2013)
thanks for repliesWe want sorting sometimes,I think we will stick to
select min[v.date]
from
(select top 100 [date]
from
WHERE [date] BETWEEN '01-Jan-2012' and '20-Jan-2013'
order by [date] desc) V
While...
March 1, 2013 at 3:56 am
sqlnaive (3/1/2013)
March 1, 2013 at 1:57 am
Christian Buettner-167247 (3/1/2013)
demonfox (2/28/2013)
tom.kane (2/28/2013)
March 1, 2013 at 1:37 am
tom.kane (2/28/2013)
February 28, 2013 at 9:49 pm
I got it right, but it was a sheer guess on the mind of OP ..
will this code execute successfully
it should have been mentioned as the 4th step..
also, it does...
February 28, 2013 at 9:15 pm
Raghavendra Mudugal (2/28/2013)
demonfox (2/28/2013)
yes.. and I think , it would be same as this one
...also significant improvement on the EP.
+1 .. a better look , should I have said...
February 28, 2013 at 1:25 am
Good one. :), thank you for posting. (very cute logic...)
yes.. and I think , it would be same as this one
DECLARE @maxc INT
SELECT @maxc = MAX(C1)
FROM dbo.T1
UPDATE...
February 28, 2013 at 12:22 am
EL Jerry (2/27/2013)
I, too, was looking for a trick, but couldn't find any, and got it right.Thanks for the easy question, Dave.
Saludos,
+1
it was easy one ...thanks for the question..attempted it...
February 27, 2013 at 10:43 pm
Lokesh Vij (2/27/2013)
For me this was an easy one to attempt ๐
+1
not so different for me too .. ๐
thanks for the question ๐
February 27, 2013 at 10:40 pm
Viewing 15 posts - 76 through 90 (of 325 total)