<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>SSMSAllocation Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/SSMSAllocation/Wiki/View.aspx?title=Home</link><description>SSMSAllocation Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/SSMSAllocation/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Please visit the Internals Viewer for SQL Server project - &lt;a href="http://InternalsViewer.codeplex.com" class="externalLink"&gt;http://InternalsViewer.codeplex.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for more SQL Server internals functionality&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This is add-in for SQL Server Management Studio &amp;#40;SSMS&amp;#41; to display database allocation information.&lt;br /&gt;&lt;br /&gt;It builds on allocation information displayed by SQL Internals Viewer to show how data is allocated in SQL Server files.&lt;br /&gt;&lt;br /&gt;The add-in also displays information on space usage, table sizes and total proportion used.&lt;br /&gt;&lt;br /&gt;The add-in works with SQL Server Management Studio &amp;#40;SSMS&amp;#41; for both SQL Server 2008 &amp;#40;RTM&amp;#41; and SQL Server 2005.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Instructions&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;After the add-in has been installed click &lt;b&gt;View - Show Allocation Info&lt;/b&gt;.&lt;br /&gt; &lt;br /&gt;(Note: There's a problem at the moment where the window doesn't appear tabbed to start with. To fix this drag the window and drop it on the centre icon that pops up. This will be fixed in a future version).&lt;br /&gt; &lt;br /&gt;&lt;b&gt;What is this showing?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The allocation add-in displays a map that shows how different database object are physically allocated over a database file.&lt;br /&gt; &lt;br /&gt;SQL Server stored data in 8KB units called &lt;i&gt;pages&lt;/i&gt;. Pages are grouped into &lt;i&gt;extents&lt;/i&gt;, which are 8 contiguous pages. SQL Server manages allocation at both a page and extent level.&lt;br /&gt; &lt;br /&gt;In the add-in allocation map for the Small, Medium, and Large view each block is a page. &lt;br /&gt; &lt;br /&gt;For more information on pages and extents see:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Books Online: &lt;a href="http://msdn2.microsoft.com/en-us/library/ms190969.aspx" class="externalLink"&gt;http://msdn2.microsoft.com/en-us/library/ms190969.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;SQL Server Storage Engine Blog - What are pages? &lt;a href="https://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/26/647005.aspx" class="externalLink"&gt;https://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/26/647005.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;SQL Server Storage Engine Blog - What are extents? &lt;a href="http://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/28/649884.aspx" class="externalLink"&gt;http://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/28/649884.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Other SQL Server internals resources &lt;a href="http://www.sqlinternalsviewer.com/resources.html" class="externalLink"&gt;http://www.sqlinternalsviewer.com/resources.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Development Resources&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/SSMSAllocation/Wiki/View.aspx?title=Development%20Tools&amp;amp;referringTitle=Home"&gt;Development Tools&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/SSMSAllocation/Wiki/View.aspx?title=SSMS%20Add-in%20development&amp;amp;referringTitle=Home"&gt;SSMS Add-in development&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>DannyGould</author><pubDate>Sun, 28 Dec 2008 15:05:28 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20081228030528P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/SSMSAllocation/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Please visit the Internals Viewer for SQL Server project - &lt;a href="InternalsViewer.codeplex.com" class="externalLink"&gt;InternalsViewer.codeplex.com&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt; for more SQL Server internals functionality&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This is add-in for SQL Server Management Studio &amp;#40;SSMS&amp;#41; to display database allocation information.&lt;br /&gt;&lt;br /&gt;It builds on allocation information displayed by SQL Internals Viewer to show how data is allocated in SQL Server files.&lt;br /&gt;&lt;br /&gt;The add-in also displays information on space usage, table sizes and total proportion used.&lt;br /&gt;&lt;br /&gt;The add-in works with SQL Server Management Studio &amp;#40;SSMS&amp;#41; for both SQL Server 2008 &amp;#40;RTM&amp;#41; and SQL Server 2005.&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Instructions&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;After the add-in has been installed click &lt;b&gt;View - Show Allocation Info&lt;/b&gt;.&lt;br /&gt; &lt;br /&gt;(Note: There's a problem at the moment where the window doesn't appear tabbed to start with. To fix this drag the window and drop it on the centre icon that pops up. This will be fixed in a future version).&lt;br /&gt; &lt;br /&gt;&lt;b&gt;What is this showing?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The allocation add-in displays a map that shows how different database object are physically allocated over a database file.&lt;br /&gt; &lt;br /&gt;SQL Server stored data in 8KB units called &lt;i&gt;pages&lt;/i&gt;. Pages are grouped into &lt;i&gt;extents&lt;/i&gt;, which are 8 contiguous pages. SQL Server manages allocation at both a page and extent level.&lt;br /&gt; &lt;br /&gt;In the add-in allocation map for the Small, Medium, and Large view each block is a page. &lt;br /&gt; &lt;br /&gt;For more information on pages and extents see:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Books Online: &lt;a href="http://msdn2.microsoft.com/en-us/library/ms190969.aspx" class="externalLink"&gt;http://msdn2.microsoft.com/en-us/library/ms190969.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;SQL Server Storage Engine Blog - What are pages? &lt;a href="https://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/26/647005.aspx" class="externalLink"&gt;https://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/26/647005.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;SQL Server Storage Engine Blog - What are extents? &lt;a href="http://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/28/649884.aspx" class="externalLink"&gt;http://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/28/649884.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Other SQL Server internals resources &lt;a href="http://www.sqlinternalsviewer.com/resources.html" class="externalLink"&gt;http://www.sqlinternalsviewer.com/resources.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Development Resources&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/SSMSAllocation/Wiki/View.aspx?title=Development%20Tools&amp;amp;referringTitle=Home"&gt;Development Tools&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/SSMSAllocation/Wiki/View.aspx?title=SSMS%20Add-in%20development&amp;amp;referringTitle=Home"&gt;SSMS Add-in development&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>DannyGould</author><pubDate>Sun, 28 Dec 2008 15:04:57 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20081228030457P</guid></item><item><title>Updated Wiki: SSMS Add-in development</title><link>http://www.codeplex.com/SSMSAllocation/Wiki/View.aspx?title=SSMS Add-in development&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;SSMS Add-in development&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The following sites detail how to create SSMS add-ins:&lt;br /&gt; &lt;br /&gt;Extend Functionality in SQL Server 2005 Management Studio with Add-ins - Ameet Phadnis&lt;br /&gt;*&lt;a href="http://aspalliance.com/137" class="externalLink"&gt;http://aspalliance.com/137&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Building a SQL Server Management Studio Add-in - Jon Sayce&lt;br /&gt;*&lt;a href="http://sqlblogcasts.com/blogs/jonsayce/archive/2008/01/15/building-a-sql-server-management-studio-addin.aspx" class="externalLink"&gt;http://sqlblogcasts.com/blogs/jonsayce/archive/2008/01/15/building-a-sql-server-management-studio-addin.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;The Black Art of Writing a SQL Server Management Studio 2005 Add-In - Joseph Cooney&lt;br /&gt;*&lt;a href="http://jcooney.net/archive/2007/11/26/55358.aspx" class="externalLink"&gt;http://jcooney.net/archive/2007/11/26/55358.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Window Location&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The following registry entry allows a window to start as a 'Tabbed Document' rather than floating:&lt;br /&gt; &lt;br /&gt;&lt;i&gt;2005&lt;/i&gt;&lt;br /&gt;HKLM\SOFTWARE\Microsoft\Microsoft SQL Server\90\Tools\Shell\ToolWindows\{00000000-0000-0000-0000-000000000000}&lt;br /&gt;REG_SZ - Style: MDI&lt;br /&gt; &lt;br /&gt;&lt;i&gt;2008&lt;/i&gt;&lt;br /&gt;HKLM\SOFTWARE\Microsoft\Microsoft SQL Server\90\Tools\Shell\ToolWindows\{00000000-0000-0000-0000-000000000000}&lt;br /&gt;REG_SZ - Style: MDI&lt;br /&gt; &lt;br /&gt;Where {00000000-0000-0000-0000-000000000000} is the GUID of the tool window created by CreateToolWindow2.&lt;br /&gt; &lt;br /&gt;After the add-in has been installed the window position is saved in the files windows.prf and windowsidx.prf in the following location:&lt;br /&gt; &lt;br /&gt;&lt;i&gt;2008&lt;/i&gt;&lt;br /&gt;%USERPROFILE%\AppData\Roaming\Microsoft\Microsoft SQL Server\100\Tools\Shell\&lt;br /&gt; &lt;br /&gt;&lt;i&gt;2005&lt;/i&gt;&lt;br /&gt;%USERPROFILE%\AppData\Roaming\Microsoft\Microsoft SQL Server\90\Tools\Shell\&lt;br /&gt; &lt;br /&gt;Delete the two files to get the add-in to use the registry again for the window location.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>DannyGould</author><pubDate>Wed, 20 Aug 2008 21:39:11 GMT</pubDate><guid isPermaLink="false">Updated Wiki: SSMS Add-in development 20080820093911P</guid></item><item><title>Updated Wiki: SSMS Add-in development</title><link>http://www.codeplex.com/SSMSAllocation/Wiki/View.aspx?title=SSMS Add-in development&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;SSMS Add-in development&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The following sites detail how to create SSMS add-ins:&lt;br /&gt; &lt;br /&gt;Extend Functionality in SQL Server 2005 Management Studio with Add-ins - Ameet Phadnis&lt;br /&gt;*&lt;a href="http://aspalliance.com/137" class="externalLink"&gt;http://aspalliance.com/137&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Building a SQL Server Management Studio Add-in - Jon Sayce&lt;br /&gt;*&lt;a href="http://sqlblogcasts.com/blogs/jonsayce/archive/2008/01/15/building-a-sql-server-management-studio-addin.aspx" class="externalLink"&gt;http://sqlblogcasts.com/blogs/jonsayce/archive/2008/01/15/building-a-sql-server-management-studio-addin.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;The Black Art of Writing a SQL Server Management Studio 2005 Add-In - Joseph Cooney&lt;br /&gt;*&lt;a href="http://jcooney.net/archive/2007/11/26/55358.aspx" class="externalLink"&gt;http://jcooney.net/archive/2007/11/26/55358.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Window Location&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The following registry entry allows a window to start as a 'Tabbed Document' rather than floating:&lt;br /&gt; &lt;br /&gt;&lt;i&gt;2005&lt;/i&gt;&lt;br /&gt;HKLM\SOFTWARE\Microsoft\Microsoft SQL Server\90\Tools\Shell\ToolWindows\{00000000-0000-0000-0000-000000000000}&lt;br /&gt;REG_SZ - Style: MDI&lt;br /&gt; &lt;br /&gt;&lt;i&gt;2008&lt;/i&gt;&lt;br /&gt;HKLM\SOFTWARE\Microsoft\Microsoft SQL Server\90\Tools\Shell\ToolWindows\{00000000-0000-0000-0000-000000000000}&lt;br /&gt;REG_SZ - Style: MDI&lt;br /&gt; &lt;br /&gt;Where {00000000-0000-0000-0000-000000000000} is the GUID of the tool window created by CreateToolWindow2.&lt;br /&gt; &lt;br /&gt;After the add-in has been installed the window position is saved in the files windows.prf and windowsidx.prf in the following location:&lt;br /&gt; &lt;br /&gt;&lt;i&gt;2008&lt;/i&gt;&lt;br /&gt;%USERPROFILE%\AppData\Roaming\Microsoft\Microsoft SQL Server\100\Tools\Shell\&lt;br /&gt; &lt;br /&gt;&lt;i&gt;2005&lt;/i&gt;&lt;br /&gt;%USERPROFILE%\AppData\Roaming\Microsoft\Microsoft SQL Server\90\Tools\Shell\&lt;br /&gt; &lt;br /&gt;Delete the two files to get the add-in to use the registry.&lt;br /&gt; &lt;br /&gt;
&lt;/div&gt;</description><author>DannyGould</author><pubDate>Wed, 20 Aug 2008 21:38:42 GMT</pubDate><guid isPermaLink="false">Updated Wiki: SSMS Add-in development 20080820093842P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/SSMSAllocation/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This is add-in for SQL Server Management Studio &amp;#40;SSMS&amp;#41; to display database allocation information.&lt;br /&gt;&lt;br /&gt;It builds on allocation information displayed by SQL Internals Viewer to show how data is allocated in SQL Server files.&lt;br /&gt;&lt;br /&gt;The add-in also displays information on space usage, table sizes and total proportion used.&lt;br /&gt;&lt;br /&gt;The add-in works with SQL Server Management Studio &amp;#40;SSMS&amp;#41; for both SQL Server 2008 &amp;#40;RTM&amp;#41; and SQL Server 2005.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Instructions&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;After the add-in has been installed click &lt;b&gt;View - Show Allocation Info&lt;/b&gt;.&lt;br /&gt; &lt;br /&gt;(Note: There's a problem at the moment where the window doesn't appear tabbed to start with. To fix this drag the window and drop it on the centre icon that pops up. This will be fixed in a future version).&lt;br /&gt; &lt;br /&gt;&lt;b&gt;What is this showing?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The allocation add-in displays a map that shows how different database object are physically allocated over a database file.&lt;br /&gt; &lt;br /&gt;SQL Server stored data in 8KB units called &lt;i&gt;pages&lt;/i&gt;. Pages are grouped into &lt;i&gt;extents&lt;/i&gt;, which are 8 contiguous pages. SQL Server manages allocation at both a page and extent level.&lt;br /&gt; &lt;br /&gt;In the add-in allocation map for the Small, Medium, and Large view each block is a page. &lt;br /&gt; &lt;br /&gt;For more information on pages and extents see:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Books Online: &lt;a href="http://msdn2.microsoft.com/en-us/library/ms190969.aspx" class="externalLink"&gt;http://msdn2.microsoft.com/en-us/library/ms190969.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;SQL Server Storage Engine Blog - What are pages? &lt;a href="https://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/26/647005.aspx" class="externalLink"&gt;https://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/26/647005.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;SQL Server Storage Engine Blog - What are extents? &lt;a href="http://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/28/649884.aspx" class="externalLink"&gt;http://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/28/649884.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Other SQL Server internals resources &lt;a href="http://www.sqlinternalsviewer.com/resources.html" class="externalLink"&gt;http://www.sqlinternalsviewer.com/resources.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Development Resources&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/SSMSAllocation/Wiki/View.aspx?title=Development%20Tools&amp;amp;referringTitle=Home"&gt;Development Tools&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/SSMSAllocation/Wiki/View.aspx?title=SSMS%20Add-in%20development&amp;amp;referringTitle=Home"&gt;SSMS Add-in development&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>DannyGould</author><pubDate>Wed, 20 Aug 2008 21:23:59 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080820092359P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/SSMSAllocation/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This is add-in for SQL Server Management Studio &amp;#40;SSMS&amp;#41; to display database allocation information.&lt;br /&gt;&lt;br /&gt;It builds on allocation information displayed by SQL Internals Viewer to show how data is allocated in SQL Server files.&lt;br /&gt;&lt;br /&gt;The add-in also displays information on space usage, table sizes and total proportion used.&lt;br /&gt;&lt;br /&gt;The add-in works with SQL Server Management Studio &amp;#40;SSMS&amp;#41; for both SQL Server 2008 &amp;#40;RTM&amp;#41; and SQL Server 2005.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Instructions&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;After the add-in has been installed click &lt;b&gt;View - Show Allocation Info&lt;/b&gt;.&lt;br /&gt; &lt;br /&gt;(Note: There's a problem at the moment where the window doesn't appear tabbed to start with. To fix this drag the window and drop it on the centre icon that pops up. This will be fixed in a future version).&lt;br /&gt; &lt;br /&gt;&lt;b&gt;What is this showing?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The allocation add-in displays a map that shows how different database object are physically allocated over a database file.&lt;br /&gt; &lt;br /&gt;SQL Server stored data in 8KB units called &lt;i&gt;pages&lt;/i&gt;. Pages are grouped into &lt;i&gt;extents&lt;/i&gt;, which are 8 contiguous pages. SQL Server manages allocation at both a page and extent level.&lt;br /&gt; &lt;br /&gt;In the add-in allocation map for the Small, Medium, and Large view each block is a page. &lt;br /&gt; &lt;br /&gt;For more information on pages and extents see:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Books Online: &lt;a href="http://msdn2.microsoft.com/en-us/library/ms190969.aspx" class="externalLink"&gt;http://msdn2.microsoft.com/en-us/library/ms190969.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;SQL Server Storage Engine Blog - What are pages? &lt;a href="https://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/26/647005.aspx" class="externalLink"&gt;https://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/26/647005.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;SQL Server Storage Engine Blog - What are extents? &lt;a href="http://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/28/649884.aspx" class="externalLink"&gt;http://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/28/649884.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Other SQL Server internals resources &lt;a href="http://www.sqlinternalsviewer.com/resources.html" class="externalLink"&gt;http://www.sqlinternalsviewer.com/resources.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;b&gt;Development Resources&lt;/b&gt;&lt;br /&gt;&lt;a href="http://www.codeplex.com/SSMSAllocation/Wiki/View.aspx?title=Development%20Tools&amp;amp;referringTitle=Home"&gt;Development Tools&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/SSMSAllocation/Wiki/View.aspx?title=SSMS%20Add-in%20development&amp;amp;referringTitle=Home"&gt;SSMS Add-in development&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>DannyGould</author><pubDate>Wed, 20 Aug 2008 21:23:37 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080820092337P</guid></item><item><title>Updated Wiki: Development Tools</title><link>http://www.codeplex.com/SSMSAllocation/Wiki/View.aspx?title=Development Tools&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
This add-in has been created using the following development tools and utilities&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Visual Studio 2008&lt;/li&gt;&lt;li&gt;GhostDoc - &lt;a href="http://www.roland-weigelt.de/ghostdoc/" class="externalLink"&gt;http://www.roland-weigelt.de/ghostdoc/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Microsoft StyleCop - &lt;a href="http://code.msdn.microsoft.com/sourceanalysis" class="externalLink"&gt;http://code.msdn.microsoft.com/sourceanalysis&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Source control with CodepPlex:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Tortoise SVN - &lt;a href="http://tortoisesvn.net/" class="externalLink"&gt;http://tortoisesvn.net/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;VisualSVN - &lt;a href="http://www.visualsvn.com/" class="externalLink"&gt;http://www.visualsvn.com/&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;li&gt;SVNBridge - &lt;a href="http://www.codeplex.com/SvnBridge" class="externalLink"&gt;http://www.codeplex.com/SvnBridge&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>DannyGould</author><pubDate>Mon, 18 Aug 2008 19:34:04 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Development Tools 20080818073404P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/SSMSAllocation/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This is add-in for SQL Server Management Studio &amp;#40;SSMS&amp;#41; to display database allocation information.&lt;br /&gt;&lt;br /&gt;It builds on allocation information displayed by SQL Internals Viewer to show how data is allocated in SQL Server files.&lt;br /&gt;&lt;br /&gt;The add-in also displays information on space usage, table sizes and total proportion used.&lt;br /&gt;&lt;br /&gt;The add-in works with SQL Server Management Studio &amp;#40;SSMS&amp;#41; for both SQL Server 2008 &amp;#40;RTM&amp;#41; and SQL Server 2005.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Instructions&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;After the add-in has been installed click &lt;b&gt;View - Show Allocation Info&lt;/b&gt;.&lt;br /&gt; &lt;br /&gt;(Note: There's a problem at the moment where the window doesn't appear tabbed to start with. To fix this drag the window and drop it on the centre icon that pops up. This will be fixed in a future version).&lt;br /&gt; &lt;br /&gt;&lt;b&gt;What is this showing?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The allocation add-in displays a map that shows how different database object are physically allocated over a database file.&lt;br /&gt; &lt;br /&gt;SQL Server stored data in 8KB units called &lt;i&gt;pages&lt;/i&gt;. Pages are grouped into &lt;i&gt;extents&lt;/i&gt;, which are 8 contiguous pages. SQL Server manages allocation at both a page and extent level.&lt;br /&gt; &lt;br /&gt;In the add-in allocation map for the Small, Medium, and Large view each block is a page. &lt;br /&gt; &lt;br /&gt;For more information on pages and extents see:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Books Online: &lt;a href="http://msdn2.microsoft.com/en-us/library/ms190969.aspx" class="externalLink"&gt;http://msdn2.microsoft.com/en-us/library/ms190969.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;SQL Server Storage Engine Blog - What are pages? &lt;a href="https://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/26/647005.aspx" class="externalLink"&gt;https://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/26/647005.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;SQL Server Storage Engine Blog - What are extents? &lt;a href="http://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/28/649884.aspx" class="externalLink"&gt;http://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/28/649884.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Other SQL Server internals resources &lt;a href="http://www.sqlinternalsviewer.com/resources.html" class="externalLink"&gt;http://www.sqlinternalsviewer.com/resources.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/SSMSAllocation/Wiki/View.aspx?title=Development%20Tools&amp;amp;referringTitle=Home"&gt;Development Tools&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>DannyGould</author><pubDate>Mon, 18 Aug 2008 19:28:11 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080818072811P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/SSMSAllocation/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This is add-in for SQL Server Management Studio &amp;#40;SSMS&amp;#41; to display database allocation information.&lt;br /&gt;&lt;br /&gt;It builds on allocation information displayed by SQL Internals Viewer to show how data is allocated in SQL Server files.&lt;br /&gt;&lt;br /&gt;The add-in also displays information on space usage, table sizes and total proportion used.&lt;br /&gt;&lt;br /&gt;The add-in works SQL Server Management Studio &amp;#40;SSMS&amp;#41; for both SQL Server 2008 &amp;#40;RTM&amp;#41; and SQL Server 2005.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Instructions&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;After the add-in has been installed click &lt;b&gt;View - Show Allocation Info&lt;/b&gt;.&lt;br /&gt; &lt;br /&gt;(Note: There's a problem at the moment where the window doesn't appear tabbed to start with. To fix this drag the window and drop it on the centre icon that pops up. This will be fixed in a future version).&lt;br /&gt; &lt;br /&gt;&lt;b&gt;What is this showing?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The allocation add-in displays a map that shows how different database object are physically allocated over a database file.&lt;br /&gt; &lt;br /&gt;SQL Server stored data in 8KB units called &lt;i&gt;pages&lt;/i&gt;. Pages are grouped into &lt;i&gt;extents&lt;/i&gt;, which are 8 contiguous pages. SQL Server manages allocation at both a page and extent level.&lt;br /&gt; &lt;br /&gt;In the add-in allocation map for the Small, Medium, and Large view each block is a page. &lt;br /&gt; &lt;br /&gt;For more information on pages and extents see:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Books Online: &lt;a href="http://msdn2.microsoft.com/en-us/library/ms190969.aspx" class="externalLink"&gt;http://msdn2.microsoft.com/en-us/library/ms190969.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;SQL Server Storage Engine Blog - What are pages? &lt;a href="https://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/26/647005.aspx" class="externalLink"&gt;https://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/26/647005.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;SQL Server Storage Engine Blog - What are extents? &lt;a href="http://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/28/649884.aspx" class="externalLink"&gt;http://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/28/649884.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Other SQL Server internals resources &lt;a href="http://www.sqlinternalsviewer.com/resources.html" class="externalLink"&gt;http://www.sqlinternalsviewer.com/resources.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>DannyGould</author><pubDate>Sun, 17 Aug 2008 17:39:00 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080817053900P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/SSMSAllocation/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This is add-in for SQL Server Management Studio &amp;#40;SSMS&amp;#41; to display database allocation information.&lt;br /&gt;&lt;br /&gt;It builds on allocation information displayed by SQL Internals Viewer to show how data is allocated in SQL Server files.&lt;br /&gt;&lt;br /&gt;The add-in also displays information on space usage, table sizes and total proportion used.&lt;br /&gt;&lt;br /&gt;The add-in works SQL Server Management Studio &amp;#40;SSMS&amp;#41; for both SQL Server 2008 &amp;#40;RTM&amp;#41; and SQL Server 2005.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Instructions&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;After the add-in has been installed click &lt;b&gt;View - Show Allocation Info&lt;/b&gt;.&lt;br /&gt; &lt;br /&gt;(Note: There's a problem at the moment where the window doesn't appear tabbed to start with. To fix this drag the window and drop it on the centre icon that pops up. This will be fixed in a future version).&lt;br /&gt; &lt;br /&gt;&lt;b&gt;What is this showing?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The allocation add-in displays a map that shows how different database object are physically allocated over a database file.&lt;br /&gt; &lt;br /&gt;SQL Server stored data in 8KB units called &lt;i&gt;pages&lt;/i&gt;. Pages are grouped into &lt;i&gt;extents&lt;/i&gt;, which are 8 contiguous pages. SQL Server manages allocation at both a page and extent level.&lt;br /&gt; &lt;br /&gt;In the add-in allocation map for the Small, Medium, and Large view each block is a page. &lt;br /&gt; &lt;br /&gt;For more information on pages and extents see:&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Books Online: &lt;a href="http://msdn2.microsoft.com/en-us/library/ms190969.aspx" class="externalLink"&gt;http://msdn2.microsoft.com/en-us/library/ms190969.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;SQL Server Storage Engine Blog - What are pages? &lt;a href="https://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/26/647005.aspx" class="externalLink"&gt;https://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/26/647005.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;SQL Server Storage Engine Blog - What are extents? &lt;a href="http://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/28/649884.aspx" class="externalLink"&gt;http://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/28/649884.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Other SQL Server internals resources &lt;a href="http://www.sqlinternalsviewer.com/resources.html" class="externalLink"&gt;http://www.sqlinternalsviewer.com/resources.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>DannyGould</author><pubDate>Sun, 17 Aug 2008 17:38:10 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080817053810P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/SSMSAllocation/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This is add-in for SQL Server Management Studio &amp;#40;SSMS&amp;#41; to display database allocation information.&lt;br /&gt;&lt;br /&gt;It builds on allocation information displayed by SQL Internals Viewer to show how data is allocated in SQL Server files.&lt;br /&gt;&lt;br /&gt;The add-in also displays information on space usage, table sizes and total proportion used.&lt;br /&gt;&lt;br /&gt;The add-in works SQL Server Management Studio &amp;#40;SSMS&amp;#41; for both SQL Server 2008 &amp;#40;RTM&amp;#41; and SQL Server 2005.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Instructions&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;After the add-in has been installed click &lt;b&gt;View - Show Allocation Info&lt;/b&gt;.&lt;br /&gt; &lt;br /&gt;(Note: There's a problem at the moment where the window doesn't appear tabbed to start with. To fix this drag the window and drop it on the centre icon that pops up. This will be fixed in a future version).&lt;br /&gt; &lt;br /&gt;&lt;b&gt;What is this showing?&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;The allocation add-in displays a map that shows how different database object are physically allocated over a database file.&lt;br /&gt; &lt;br /&gt;SQL Server stored data in 8KB units called &lt;i&gt;pages&lt;/i&gt;. Pages are grouped into &lt;i&gt;extents&lt;/i&gt;, which are 8 contiguous pages. SQL Server manages allocation at both a page and extent level.&lt;br /&gt; &lt;br /&gt;In the add-in allocation map for the Small, Medium, and Large view each block is a page. &lt;br /&gt; &lt;br /&gt;For more information on pages and extents see:&lt;br /&gt; &lt;br /&gt;*Books Online: &lt;a href="http://msdn2.microsoft.com/en-us/library/ms190969.aspx" class="externalLink"&gt;http://msdn2.microsoft.com/en-us/library/ms190969.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;*SQL Server Storage Engine Blog - What are pages? &lt;a href="https://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/26/647005.aspx" class="externalLink"&gt;https://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/26/647005.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;*SQL Server Storage Engine Blog - What are extents? &lt;a href="http://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/28/649884.aspx" class="externalLink"&gt;http://blogs.msdn.com/sqlserverstorageengine/archive/2006/06/28/649884.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;*Other SQL Server internals resources &lt;a href="http://www.sqlinternalsviewer.com/resources.html" class="externalLink"&gt;http://www.sqlinternalsviewer.com/resources.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>DannyGould</author><pubDate>Sun, 17 Aug 2008 17:37:27 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080817053727P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/SSMSAllocation/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This is add-in for SQL Server Managment Studio &amp;#40;SSMS&amp;#41; to display database allocation information.&lt;br /&gt;&lt;br /&gt;It builds on allocation information displayed by SQL Internals Viewer to show how data is allocated in SQL Server files.&lt;br /&gt;&lt;br /&gt;The add-in also displays information on space usage, table sizes and total proportion used.&lt;br /&gt;&lt;br /&gt;The add-in works SQL Server Management Studio &amp;#40;SSMS&amp;#41; for both SQL Server 2008 &amp;#40;RC0&amp;#41; and SQL Server 2005.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Instructions&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;After the add-in has been installed click &lt;b&gt;View - Show Allocation Info&lt;/b&gt;.&lt;br /&gt; &lt;br /&gt;(Note: There's a problem at the moment where the window doesn't appear tabbed to start with. To fix this drag the window and drop it on the centre icon that pops up. This will be fixed in a future version).&lt;br /&gt;
&lt;/div&gt;</description><author>DannyGould</author><pubDate>Fri, 01 Aug 2008 20:14:09 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080801081409P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/SSMSAllocation/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This is add-in for SQL Server Managment Studio &amp;#40;SSMS&amp;#41; to display database allocation information.&lt;br /&gt;&lt;br /&gt;It builds on allocation information displayed by SQL Internals Viewer to show how data is allocated in SQL Server files.&lt;br /&gt;&lt;br /&gt;The add-in also displays information on space usage, table sizes and total proportion used.&lt;br /&gt;&lt;br /&gt;The add-in works SQL Server Management Studio &amp;#40;SSMS&amp;#41; for both SQL Server 2008 &amp;#40;RC0&amp;#41; and SQL Server 2005.
&lt;br /&gt; &lt;br /&gt;&lt;b&gt;Instructions&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;After the add-in has been installed click &lt;b&gt;View - Show Allocation Info&lt;/b&gt; to display the add-in.&lt;br /&gt; &lt;br /&gt;(Note: There's a problem at the moment where the window doesn't appear tabbed to start with. To fix this drag the window and drop it on the centre icon that pops up. This will be fixed in a future version).&lt;br /&gt;
&lt;/div&gt;</description><author>DannyGould</author><pubDate>Fri, 01 Aug 2008 20:13:47 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080801081347P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/SSMSAllocation/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt; &lt;br /&gt;This is add-in for SQL Server Managment Studio &amp;#40;SSMS&amp;#41; to display database allocation information.&lt;br /&gt;&lt;br /&gt;It builds on allocation information displayed by SQL Internals Viewer to show how data is allocated in SQL Server files.&lt;br /&gt;&lt;br /&gt;The add-in also displays information on space usage, table sizes and total proportion used.&lt;br /&gt;&lt;br /&gt;The add-in works SQL Server Management Studio &amp;#40;SSMS&amp;#41; for both SQL Server 2008 &amp;#40;RC0&amp;#41; and SQL Server 2005.
&lt;br /&gt; &lt;br /&gt;!Instructions!&lt;br /&gt; &lt;br /&gt;After the add-in has been installed click &lt;b&gt;View - Show Allocation Info&lt;/b&gt; to display the add-in.&lt;br /&gt; &lt;br /&gt;(Note: There's a problem at the moment where the window doesn't appear tabbed to start with. To fix this drag the window and drop it on the centre icon that pops up. This will be fixed in a future version).&lt;br /&gt;
&lt;/div&gt;</description><author>DannyGould</author><pubDate>Fri, 01 Aug 2008 20:12:59 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080801081259P</guid></item></channel></rss>