Hello SQL experts -
The drive where my db resides is bulging - only has 122 MB free space.
The Transaction Log size is a total of 144 MB:
Used : only 19 MB Free : 125 MB !
I want to recover some of the 125 MB
I ran Truncate Trans Log... completed successfully.
Next, in the datbase's properties (Enterprise Manager), I tried to change the Trans Log's Space Allocated from 144 MB
to 100 MB. I got an error message ....
"Error 21335 The new DB file size must be larger than the current size"
What am I doing wrong. How can I get the Transaction Log to allocate less space ?
This is SQL Server 7
Thanks, John
The drive where my db resides is bulging - only has 122 MB free space.
The Transaction Log size is a total of 144 MB:
Used : only 19 MB Free : 125 MB !
I want to recover some of the 125 MB
I ran Truncate Trans Log... completed successfully.
Next, in the datbase's properties (Enterprise Manager), I tried to change the Trans Log's Space Allocated from 144 MB
to 100 MB. I got an error message ....
"Error 21335 The new DB file size must be larger than the current size"
What am I doing wrong. How can I get the Transaction Log to allocate less space ?
This is SQL Server 7
Thanks, John