TO UNSUBSCRIBE: email "unsubscribe issforum" in the body of your message to [EMAIL PROTECTED] Contact [EMAIL PROTECTED] for help with any problems! ----------------------------------------------------------------------------
Jessie, Stop both the issDaemon & MSSQLSERVER services Back up the file ISSED_DATA.MDF found in \program files\Microsoft SQL Server\MSSQL\DATA Since you backed up DB, the following will clear DB Open a Dos prompt Switch your current directory to \Program Files\Microsoft SQL Server\80\Tools\Binn Type osql -E 1> use ISSED 2> exec iss truncateevents ( might be iss_truncateevents, forgot! ) 3> go This should have wiped out full database. Type exit Restart your services that were previously stopped and voila! [EMAIL PROTECTED] ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 01, 2001 3:55 PM Subject: MSDE > > TO UNSUBSCRIBE: email "unsubscribe issforum" in the body of your message to > [EMAIL PROTECTED] Contact [EMAIL PROTECTED] for help with any problems! > -------------------------------------------------------------------------- -- > > Hello, > I am testing Real Secure 6.0 using MSDE for the database. Does anyone > know how to clear the database or remove/create a new one? > > Thank you, > Jessie > > > >
