TO UNSUBSCRIBE: email "unsubscribe issforum" in the body of your message to [EMAIL PROTECTED] Contact [EMAIL PROTECTED] for help with any problems! ----------------------------------------------------------------------------
You can do this using the iss_truncateevents stored procedure. the full details can be found in the realsecure manual but from memory it goes something like this: *** Very Important : shutdown the event collector first. osql -E (within sql) use ISSED go iss_truncateevents go quit To find out how many events are stored: osql -E (within sql) use ISSED go iss_eventcount go quit I hope this helps "Eng. Ahed M. Okasha" wrote: > TO UNSUBSCRIBE: email "unsubscribe issforum" in the body of your message to > [EMAIL PROTECTED] Contact [EMAIL PROTECTED] for help with any problems! > ---------------------------------------------------------------------------- > > Hi again, > > My other problem is regarding the Database, > I'm using MS SQL 2000 as my Database for > RS 6.5 console, and I have 3 NS active and > Sending data to it. > > My question is how to delete the records in > The database after backing it up? (Not using > The RS Console Configuration -> Enterprise Database > Configuration) I want it using SQL commands or > A 3rd party software. > > Thanks, > > Eng. Ahed M. Okasha > IT Security
