Forum Moderators: open

Message Too Old, No Replies

ASDB database is huge!

How do I reduce it?

         

AWildman

12:45 pm on Jun 12, 2006 (gmt 0)

10+ Year Member



Okay, first off, am I correct in thinking that the asdb database is the transaction database for all the databases in MSSQL?

Second, how can I reduce the current size? We can limit the growth size down the road, but how do we reduce it right now and what are the affects? I'll assume that I'd lose the ability to recover database transactions from the rows that are removed, but beyond that, should I be okay?

TheNige

10:59 pm on Jun 13, 2006 (gmt 0)

10+ Year Member



Did you look at the tables in ASDB? TempDB is where transactions get stored in SQL Server as far as I know.

AWildman

11:44 am on Jun 14, 2006 (gmt 0)

10+ Year Member



I did look at the tables in ASDB, but I don't have a complete grasp on exactly what it is.

Can this TempDB table simply be removed or emptied to free up space?