Home All Groups Group Topic Archive Search About


Author
2 Jun 2005 12:33 PM
andrew bourne
Hi all, what i really want to know is what actualy tells sql server to grow
the database, file, i found a post that says something about xmb size, what
can find no other impormation, So my question is what event promts sql to
autogrow its database file,

Thanks Andrew

Author
2 Jun 2005 1:39 PM
Tibor Karaszi
Whenever a connection is executing a query where space needed to be allocated (read about extents in
Books Online), and there is not space in the database file (or files if that object is on a
filegroup constituted of several files).

Show quoteHide quote
"andrew bourne" <andrewbou***@vardells.com> wrote in message
news:uYmvtb3ZFHA.3320@TK2MSFTNGP12.phx.gbl...
> Hi all, what i really want to know is what actualy tells sql server to grow the database, file, i
> found a post that says something about xmb size, what can find no other impormation, So my
> question is what event promts sql to autogrow its database file,
>
> Thanks Andrew
>

Bookmark and Share