Forum Moderators: open
When trying to set a primary key on my log file databse I get the following error:
The log file for database 'db_name' is full. Back up the transaction log for the database to free up some log space.
I tried to clear the log with
dump tran db_name with truncate_only
and also with
dump tran db_name with no_log
but the transaction log file is still as big as it was.
So my question is pretty simple: what can I do?
Thanks
Sinner
<added>BTW, talking SQL 2000 here</added>