Viewing 15 posts - 1,006 through 1,020 (of 1,999 total)
sounds like checkpointing may have stopped - you get that a lot on slow IO when you have large amounts of memory
try the following
USE TEMPDB
GO
CHECKPOINT
if the script takes more than...
September 5, 2012 at 3:45 am
as per the link you posted - each socket is one licence.. therefore 1 8-core socket will count as 1 cpu licence
September 5, 2012 at 3:43 am
it supports 4 physical sockets , but each socket is allowed to be multi-core
so you can have 4 8-core processors (32 cores) if you want
September 5, 2012 at 3:42 am
i just did the same thing for a UDT (as per the original post) rather than a table type and you seem to be able to do it.... possibly because...
August 29, 2012 at 7:48 am
as you can see from my example - i didn't touch the proc - just the UDT
August 29, 2012 at 4:51 am
And my application is live on production.Is any way to edit UDT?
you should really do this on a dev server and send it for test before you even think...
August 29, 2012 at 4:02 am
i know since sql 2000 there have been some changes to the way queries are evaluated... you get the same type of errors is you try and insert from a...
August 29, 2012 at 3:55 am
My Company is a huge user of Cloud services (we consume about 250Gb of new data a day) and although there are some drawbacks (IO performance is appauling etc) the...
August 13, 2012 at 2:36 am
Changing the recovery model to simple is not recommended for the fact it will break the chain of the log in case if you are having log shipping or database...
July 10, 2012 at 3:55 am
in that case (depending on how dilligent your test analyst is and what methods/tools they are using for the test) then i would just leave it alone - any...
July 6, 2012 at 2:56 am
in that case (depending on how dilligent your test analyst is and what methods/tools they are using for the test) then i would just leave it alone - any...
July 6, 2012 at 2:30 am
what kind of testing ?
performance testing (soak, stress, load tests)?
functional testing / Unit testing?
environment/patch deployment testing ?
July 5, 2012 at 9:30 am
joe.eager (7/5/2012)
Background: I was...
July 5, 2012 at 9:23 am
are you doing index rebuilds or index reorganisation? it sounds like a rebuild
if it is a rebuild then changing the t-log backup schedule would be pointless as the entire index...
July 5, 2012 at 9:18 am
i can see that in some cases using an IF statement might make huge blocks of duplicate code, but i can't see any performance issues
regardless you can do the following...
July 5, 2012 at 7:10 am
Viewing 15 posts - 1,006 through 1,020 (of 1,999 total)