Definition of ‘UNLIMITED’ as it relates to file size

Filed under: Administration — dswanson at 12:15 pm on Thursday, September 25, 2008

We had a question submitted regarding the ‘unlimited’ setting for data files and log files in SQL Server. It seems that it is being misinterpreted as a setting that allows data and log files to grow to an unlimited size. This is not the case. The definition of ‘unlimited’ in this case means that a file will be allowed to grow until the disk is full. The size limits imposed by SQL Server are still enforced (data = 16TB, log file = 2TB).

Here is the link to the BOL entry for CREATE DATABASE which documents ‘unlimited’ clearly.

1 Comment »

Comment by meklembl

September 25, 2008 @ 1:10 pm

Thanks. I should have read BOL. Still, some of the databases (79) continue to report “Unlimited” and 2 report the value of 2147483648 KB. Not very consistent on Microsoft’s part.

RSS feed for comments on this post. TrackBack URI

Leave a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>