Viewing 15 posts - 1 through 15 (of 32 total)
"your answer will never be wrong if you read the related subject first" is not my experience!
I might miss out on gaining a point getting it wrong but...
July 27, 2012 at 6:33 am
hbanerje (6/5/2012)
I have facing problem with one practice rate which is printing in green supposed to print in black because A_NatlRate and A_75NatlRate are each 0.0
how...
June 6, 2012 at 8:08 am
SQLKnowItAll (6/4/2012)
Just do this:
set @MaxTotalidade = select convert(bigint,isnull(max(cod_sincronismo_fim),0))
from...
June 4, 2012 at 9:28 am
Looks like you have a misplaced quote at the end and you're missing a closing parenthesis.
June 4, 2012 at 8:44 am
You could try a trace to see how long its taking to complete one batch. With that and the total number of records you expect to be deleted, you...
May 16, 2012 at 7:54 am
Since your select returns over 3000 records, your next step would be to test the 'if' condition.
May 15, 2012 at 8:01 am
Could your db have been imported from some other dbms? Might explain those extra files.
Regardless as Steve already advised those additional filegroups can be removed.
May 11, 2012 at 1:03 pm
Viewing 15 posts - 1 through 15 (of 32 total)