|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Saturday, June 23, 2012 10:54 AM
Points: 8,
Visits: 23
|
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 11:39 AM
Points: 54,
Visits: 309
|
|
Nice article! Just one tweak:
"If one page in an extent is owned by TableA or IndexB, all eight pages will be owned by that same object. An exception is made for very small tables and indexes, ones that would not fill and entire extent."
Close, but not exactly. The first page of a newly created table is put into a mixed extent. When we first create a table, we don't know whether it's going to be a "very small table" - every table starts out very small. After the table has 8 pages, then future allocations are put into uniform extents, but the original pages aren't moved to uniform extents automatically. You can move them yourself by rebuilding the clustered index, though.
You can read more about it here: [url=http://msdn.microsoft.com/en-us/library/ms190969%28v=sql.90%29.aspx][/url]
Also, just to nit-pick, heh - there's a typo. It should say "would not fill AN entire extent."
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Saturday, June 23, 2012 10:54 AM
Points: 8,
Visits: 23
|
|
Brent,
Sorry for the long delay in replying; have been completing the remaining levels.
Will reread the level and reword it, to add your point and fix the typo.
Re the typo: Sharp eyes. Three people (self, Kalen, and Redgate) plus Word missed it.
Thanks for the input, Dave Durant. Author.
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Wednesday, May 15, 2013 11:39 AM
Points: 54,
Visits: 309
|
|
Glad I could help - and again, great series! The community really needed this step-by-step level of training, and I love seeing 'em go live.
|
|
|
|