Viewing 6 posts - 1 through 6 (of 6 total)
Hi Jimbo,
thanks! 🙂 Will try this.
//Martin
April 11, 2011 at 7:26 am
Hi Jimbo,
thank you for the answer.
Is there a way around this?
- reinitialize subscriptions?
- dump tables?
- Remove and re-created the replication?
//Martin
April 11, 2011 at 5:11 am
Hi,
I have stopped the agents and I am running the script.
This has been running for some time now, (~1 hour).
Is this normal considering that the database is around...
April 11, 2011 at 2:53 am
Hi,
thanks for the reply, I forgot to mention that, sorry. I tried shrinking the DB already, but it states that I only have around 2 MB available in the...
April 8, 2011 at 10:51 pm
Hi,
thanks a lot. I will test it, but thanks for your efforts! :))
//Martin
April 20, 2010 at 8:03 am
Hi, thanks for the responses so far 🙂
This is the full statement.
with CPU_Util as
(
select "Server_Name" as CPU_SERVER, avg("AVG_%_Total_Processor_Time") as CPU_UTIL, "WRITETIME" as CPU_WRITETIME
from "NT_System_HV"
where "SHIFTPERIOD"= ? and "VACATIONPERIOD"= ?
and...
April 20, 2010 at 4:48 am
Viewing 6 posts - 1 through 6 (of 6 total)