06-07-2011, 05:43 AM
|
#11 (permalink)
|
| Knows Where the Search Button Is
Join Date: Dec 2010 Model: 9700 PIN: N/A Carrier: Vodafone
Posts: 18
Post Thanks: 1 Thanked 0 Times in 0 Posts
| Re: Reset BES statistics is it a problem to clear the ServerStats table with
DELETE from dbo.ServerStats
or should i UPDATE every entry with something like
UPDATE dbo.ServerStats set MsgsForwarded=0,MsgsSent=0,MsgsPending=0,MsgsExpir ed=0,MsgsFiltered=0,MsgsFailed=0
Or is there generally a problem with modifiing the content of this table
What's your opinion?
Last edited by MLoy0815 : 06-07-2011 at 05:58 AM.
|
| Offline
| |