Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Database/Transaction Log File Growth

Status
Not open for further replies.

StevenK

Programmer
Jan 5, 2001
1,294
GB
I have created SQL server databases setting both the database and log files as having 'Automatic File Growth' and 'Unrestricted File Growth' (this is confirmed through the properties against the database). Would this mean that the only reason my transaction log file would ever get full would be the limit of physical space of the hard drive on which the database is sitting ?
Thanks in advance
Steve
 
foxdev : Thanks for the info. - The database is constucted with option to expand. Does this therefore imply that my limit for the database/log files is the hard drive space ?
 
foxdev : Thanks again for the speedy response - my mind is now at rest.
Steve
 
Keep in mind, though, that disk space can be taken up by a number of things, so while you're watching one log file's size another log or data file from a different database or a group of temp files can swallow all that free space in just a few minutes. Robert Bradley
Coming Soon:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top