In Query Analyzer run this command, and it shows you, where the log file is:
EXECUTE sp_helpdb 'your_database_name'
You have to backup your transaction log
or shring database ( free up alocated unused space )
DBCC SHRINGDATABASE
(
your_database_name
)
Zhavic
---------------------------------------------------------------
In the 1960s you needed the power of two Comodore64s to get a rocket to the moon. Now you need a machine which is a vast number of times more powerful just to run the most popular GUI.