Hi,
I'm new to SQL and inherited an SQL 2000 server to manage. last week it had a transaction file 300GB large and ran out disk space. I've since reduced the transaction file and DB size by using a combination of DBCC and GUI methods but I want to prevent this from happening unexpectedly in the future.
After reading about it I'm a bit confused at the number of ways this should be done.
What is recommended method for prevneting this in the future. Do I:
1. Setup some maintenance plan for the Dbase ?
2. Do I have use the manual DBCC command or can this be scripted ?
Appreciate any info.
regards
I'm new to SQL and inherited an SQL 2000 server to manage. last week it had a transaction file 300GB large and ran out disk space. I've since reduced the transaction file and DB size by using a combination of DBCC and GUI methods but I want to prevent this from happening unexpectedly in the future.
After reading about it I'm a bit confused at the number of ways this should be done.
What is recommended method for prevneting this in the future. Do I:
1. Setup some maintenance plan for the Dbase ?
2. Do I have use the manual DBCC command or can this be scripted ?
Appreciate any info.
regards