Quote:
|
quote:i do not want to increase the size of the transaction log file
|
Why is that you are against it? Then you got to do something that can afford to use the space of the tran log, and that doesn't let the tranlog grow in size, which you cannot control.
Transaction log is a rough work space used by the sql server. You never know which transaction fired by you would use what amount of space in the transaction log. So in that case, you should always have set the transaction log grow automatically and periodically clean up or back up the transaction log based on the necessity. This is how you manage your db server. When you say you dont want to increase its size, you should do something that doesn't eat up much space on the tran log.
Doing a "dump tran" on db "with no_log" will clean up the space for you, if you prefer not to back up the log.
Hope that helps.
Cheers!
_________________________
- Vijay G
Strive for Perfection