<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>SQL Server Compression Estimator</title><link>http://ssce.codeplex.com/project/feeds/rss</link><description>SQL Server Compression Estimator makes it easier for DBA&amp;#39;s to estimate the value of compression on objects in their database. You will no longer have to manually calculate comression savings. This tool is developed in C&amp;#35;.</description><item><title>Source code checked in, #19253</title><link>http://ssce.codeplex.com/SourceControl/changeset/changes/19253</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 20:30:36 GMT</pubDate><guid isPermaLink="false">Source code checked in, #19253 20121001083036P</guid></item><item><title>Source code checked in, #19252</title><link>http://ssce.codeplex.com/SourceControl/changeset/changes/19252</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 20:28:45 GMT</pubDate><guid isPermaLink="false">Source code checked in, #19252 20121001082845P</guid></item><item><title>Patch Uploaded: #12241</title><link>http://ssce.codeplex.com/SourceControl/list/patches</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/ahribernik'&gt;ahribernik&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;- changed table name filter to be case insensitive&lt;br /&gt;- included Patch 11883 by philcart&lt;br /&gt;&lt;/p&gt;</description><author>ahribernik</author><pubDate>Fri, 18 May 2012 05:16:45 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #12241 20120518051645A</guid></item><item><title>New Post: "Cannot specify partition number in the alter index statement as the index  is not partitioned."</title><link>http://ssce.codeplex.com/discussions/354915</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;&lt;br&gt;
&amp;quot;Cannot specify partition number in the alter index statement as the index&amp;nbsp; is not partitioned.&amp;quot;&lt;/p&gt;
&lt;p&gt;When i queried Sys.partitions table for the table name i could get multiple rows so i had rebuilt below syantax&lt;br&gt;
&lt;br&gt;
alter index&amp;nbsp;&amp;lt;Indexname1&amp;gt; on &amp;lt;tablename&amp;gt;&lt;br&gt;
rebuild partition = 1&lt;/p&gt;
&lt;p&gt;But recieve the error &amp;quot;Cannot specify partition number in the alter index statement as the index&amp;nbsp; is not partitioned.&amp;quot;&lt;/p&gt;
&lt;p&gt;I had removed partition =1 from alter index and rebuild the index but when i check the fragmentaation level on physical _io_stats, i could find the fragmentation level &amp;gt;50.&lt;/p&gt;
&lt;p&gt;Need help to defragment the table.&lt;/p&gt;
&lt;p&gt;Details: SQL Server 2005&lt;br&gt;
Indexes : two indexes&lt;br&gt;
Query on sys.partitions for table : 2 rows&lt;/p&gt;
&lt;/div&gt;</description><author>sanathkura</author><pubDate>Tue, 08 May 2012 12:41:49 GMT</pubDate><guid isPermaLink="false">New Post: "Cannot specify partition number in the alter index statement as the index  is not partitioned." 20120508124149P</guid></item><item><title>New Post: Error applying the automatic scripting</title><link>http://ssce.codeplex.com/discussions/257929</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I am also getting the same error as above&lt;br /&gt;&lt;br /&gt;"Cannot specify partition number in the alter index statement as the index&amp;nbsp; is not partitioned."&lt;/p&gt;
&lt;p&gt;When i queried Sys.partitions table for the table name i could get multiple rows so i had rebuilt below syantax&lt;br /&gt;&lt;br /&gt;alter index&amp;nbsp;&amp;lt;Indexname1&amp;gt; on &amp;lt;tablename&amp;gt;&lt;br /&gt;rebuild partition = 1&lt;/p&gt;
&lt;p&gt;But recieve the error "Cannot specify partition number in the alter index statement as the index&amp;nbsp; is not partitioned."&lt;/p&gt;
&lt;p&gt;I had removed partition =1 from alter index and rebuild the index but when i check the fragmentaation level on physical _io_stats, i could find the fragmentation level &amp;gt;50.&lt;/p&gt;
&lt;p&gt;Need help to defragment the table.&lt;/p&gt;
&lt;p&gt;Details: SQL Server 2005&lt;br /&gt;Indexes : two indexes&lt;br /&gt;Query on sys.partitions for table : 2 rows&lt;/p&gt;&lt;/div&gt;</description><author>sanathkura</author><pubDate>Tue, 08 May 2012 12:38:06 GMT</pubDate><guid isPermaLink="false">New Post: Error applying the automatic scripting 20120508123806P</guid></item><item><title>Patch Uploaded: #11883</title><link>http://ssce.codeplex.com/SourceControl/list/patches</link><description>
&lt;p&gt;&lt;a href='http://www.codeplex.com/site/users/view/philcart'&gt;philcart&lt;/a&gt; has uploaded a patch.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Description:&lt;/b&gt;&lt;br /&gt;Set Anchor properties so DataGrid resizes with form.&lt;br /&gt;Added filter for table name.&lt;br /&gt;Fixed some errors with SQL scripts.&lt;br /&gt;Add &amp;#39;Raiserror&amp;#39; notification messages to generated script.&lt;br /&gt;Added statusbar with progress indicators.&lt;/p&gt;</description><author>philcart</author><pubDate>Mon, 02 Apr 2012 07:25:15 GMT</pubDate><guid isPermaLink="false">Patch Uploaded: #11883 20120402072515A</guid></item><item><title>Created Issue: Divide by zero error encountered [536]</title><link>http://ssce.codeplex.com/workitem/536</link><description>Hello&amp;#58;&lt;br /&gt;&lt;br /&gt;This is an excellent tool &amp;#38; thank you for provding this tool to SQL Community.&lt;br /&gt;&lt;br /&gt;When i run this tool, intermitently i am getting popup window saying &amp;#34;Divide by zero error encountered&amp;#34;.&lt;br /&gt;&lt;br /&gt;Any resolution to this error or latest version is greatly appreciated.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Regards&lt;br /&gt;Jay&lt;br /&gt;</description><author>aaditya2000</author><pubDate>Thu, 15 Dec 2011 18:43:29 GMT</pubDate><guid isPermaLink="false">Created Issue: Divide by zero error encountered [536] 20111215064329P</guid></item><item><title>New Post: Divide by zero error encountered</title><link>http://ssce.codeplex.com/discussions/283118</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello:&lt;br&gt;
&lt;br&gt;
This is an excellent tool &amp;amp; thank you for provding this tool to SQL Community.&lt;br&gt;
&lt;br&gt;
When i run this tool, intermitently i am getting popup window saying &amp;quot;Divide by zero error encountered&amp;quot;.&lt;br&gt;
&lt;br&gt;
Any resolution to this error or latest version is greatly appreciated.&lt;br&gt;
&lt;br&gt;
Thanks&lt;br&gt;
Regards&lt;br&gt;
Jay&lt;/p&gt;
&lt;/div&gt;</description><author>aaditya2000</author><pubDate>Thu, 15 Dec 2011 18:38:55 GMT</pubDate><guid isPermaLink="false">New Post: Divide by zero error encountered 20111215063855P</guid></item><item><title>New Comment on "Documentation"</title><link>http://ssce.codeplex.com/documentation?&amp;ANCHOR#C21932</link><description>Hello&amp;#58;&amp;#10;&amp;#10;This is an excellent tool &amp;#38; thank you for provding this tool to SQL Community.&amp;#10;&amp;#10;When i run this tool intermitently i am getting popup window saying &amp;#34;Divide by zero error encountered&amp;#34;.&amp;#10;&amp;#10;Any resolution to this error or latest version is greatly appreciated.&amp;#10;&amp;#10;Thanks&amp;#10;Regards&amp;#10;Jay</description><author>aaditya2000</author><pubDate>Thu, 15 Dec 2011 18:36:33 GMT</pubDate><guid isPermaLink="false">New Comment on "Documentation" 20111215063633P</guid></item><item><title>New Post: Divide By Zero Error</title><link>http://ssce.codeplex.com/discussions/273189</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Same here ... also not every tables were evaluated and only in the schema dbo.&lt;/p&gt;&lt;/div&gt;</description><author>YvesA</author><pubDate>Tue, 22 Nov 2011 16:43:15 GMT</pubDate><guid isPermaLink="false">New Post: Divide By Zero Error 20111122044315P</guid></item><item><title>New Post: Divide By Zero Error</title><link>http://ssce.codeplex.com/discussions/273189</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I get a lot of these when processing my tables.&lt;/p&gt;
&lt;/div&gt;</description><author>SwePeso</author><pubDate>Tue, 20 Sep 2011 13:23:16 GMT</pubDate><guid isPermaLink="false">New Post: Divide By Zero Error 20110920012316P</guid></item><item><title>New Post: Row compression?</title><link>http://ssce.codeplex.com/discussions/264330</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;It tries both ROW and PAGE. Depending upon which row in the grid you click you can choose to implement ROW or PAGE. IF all you are getting is PAGE as a possibility, then I need to investigate :)&lt;/p&gt;
&lt;p&gt;boB&lt;/p&gt;&lt;/div&gt;</description><author>majikbybob</author><pubDate>Mon, 18 Jul 2011 16:38:39 GMT</pubDate><guid isPermaLink="false">New Post: Row compression? 20110718043839P</guid></item><item><title>Reviewed: Error 207 Invalid column name (Jul 07, 2011)</title><link>http://ssce.codeplex.com/releases/view/67500#ReviewBy-kkline84</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - A very useful and direct utility that helps you quickly analyze whether data compression will be useful on your SQL Server database, and then creates the scripts to implement data compression.</description><author>kkline84</author><pubDate>Thu, 07 Jul 2011 22:21:32 GMT</pubDate><guid isPermaLink="false">Reviewed: Error 207 Invalid column name (Jul 07, 2011) 20110707102132P</guid></item><item><title>New Post: Row compression?</title><link>http://ssce.codeplex.com/discussions/264330</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi Bob,&lt;br&gt;
&lt;br&gt;
Very nice utility! I'm even doing a write-up for SQL Server Magazine about it.&lt;br&gt;
&lt;br&gt;
I noticed that all of the scripts produce PAGE compression.&amp;nbsp; Any plans to support ROW compression in the future? Since this is a simple switch in&amp;nbsp;&lt;em&gt;sp_estimate_data_compression_savings&lt;/em&gt;, I wondered if you might support that level of analysis
 as well?&lt;/p&gt;
&lt;p&gt;In the category of &amp;quot;cool &amp;amp; nice, but not necessary&amp;quot;, it'd be useful to be able to do blanket specification of certain types of objects, such as only tables, only clustered indexes, only indexed views, etc.&amp;nbsp; Again, not necessary, but could be very
 useful in a big schema.&lt;/p&gt;
&lt;p&gt;Also, a couple behavioral oddities.&amp;nbsp; First, the column sorts seemed a little weird.&amp;nbsp; For example, if I clicked to sort on the
&lt;em&gt;Current Size (KB)&lt;/em&gt; column, it didn't always come out in correct sorted order.&amp;nbsp; Lastly, although the tool is resizable, it doesn't appear that the column window itself is.&amp;nbsp; So I could drag the tool out to fit all of the columns into view, but
 the column window remained the same size hiding a couple columns.&lt;/p&gt;
&lt;p&gt;All in all, a great tool!&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;-Kevin Kline&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Twitter at @kekline&lt;/p&gt;
&lt;p&gt;&amp;nbsp;kevin.kline@quest.com&lt;/p&gt;
&lt;/div&gt;</description><author>kkline84</author><pubDate>Thu, 07 Jul 2011 22:19:16 GMT</pubDate><guid isPermaLink="false">New Post: Row compression? 20110707101916P</guid></item><item><title>Created Issue: Numerical column data sorts as character within the GUI [342]</title><link>http://ssce.codeplex.com/workitem/342</link><description>When the results of the analysis are presented within the Compression Calculator GUI, the numerical columns such as current size and &amp;#37; savings etc. are sorted as text values when the column header is clicked.&lt;br /&gt;&lt;br /&gt;This is a very minor and aesthetic point that of course becomes irrelevant once data is exported to another application&amp;#47;tool for review.&lt;br /&gt;&lt;br /&gt;I would also like to say that I think this is a fantastic tool by the way and I certainly appreciate the development efforts. Keep up the great work&amp;#33;&lt;br /&gt;</description><author>JohnSansom</author><pubDate>Sun, 05 Jun 2011 10:01:19 GMT</pubDate><guid isPermaLink="false">Created Issue: Numerical column data sorts as character within the GUI [342] 20110605100119A</guid></item><item><title>New Post: Columns with imbedded ampersand (&amp;)</title><link>http://ssce.codeplex.com/discussions/259881</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;There appears to be a defect in the system stored procedure that provides the estimate of savings for compression. It does not correctly handle the case you have identified. I am filing a bug with the Product Team. Until then I can't fix this one. I did provide a minor release that at least gives a more meaningful message to the user. Thank you for your feedback.&lt;/p&gt;
&lt;p&gt;boB&lt;/p&gt;&lt;/div&gt;</description><author>majikbybob</author><pubDate>Thu, 02 Jun 2011 12:29:42 GMT</pubDate><guid isPermaLink="false">New Post: Columns with imbedded ampersand (&amp;) 20110602122942P</guid></item><item><title>Created Release: Error 207 Invalid column name (Jun 02, 2011)</title><link>http://ssce.codeplex.com/releases?ReleaseId=67500</link><description>&lt;div class="wikidoc"&gt;&lt;b&gt;There appears to be a defect in the sp_estimate_data_compression_savings system stored procedure if you have a table with a column that does not conform to the rules for regular identifiers.&lt;/b&gt; According to Books Online, for identifiers that do not conform to the rules, those identifers must be enclosed in double quotes or square brackets. This action is not being performed by the system stored procedure. As such, if you process a table with a non-regular identifier as a column name youi will receive an Error 207 Invalid column name. Calls to COL_NAME resolve correctly, so it appears to be a problem only in this stored procedure.&lt;br /&gt;&lt;br /&gt;I am filing a bug with the Product Team.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;This release just provides a bit more meaningful feedback to the user when this condition occurs.&lt;/b&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>majikbybob</author><pubDate>Thu, 02 Jun 2011 12:27:51 GMT</pubDate><guid isPermaLink="false">Created Release: Error 207 Invalid column name (Jun 02, 2011) 20110602122751P</guid></item><item><title>Released: Error 207 Invalid column name (Jun 02, 2011)</title><link>http://ssce.codeplex.com/releases/view/67500</link><description>
&lt;div class="wikidoc"&gt;&lt;b&gt;There appears to be a defect in the sp_estimate_data_compression_savings system stored procedure if you have a table with a column that does not conform to the rules for regular identifiers.&lt;/b&gt; According to Books Online, for identifiers
 that do not conform to the rules, those identifers must be enclosed in double quotes or square brackets. This action is not being performed by the system stored procedure. As such, if you process a table with a non-regular identifier as a column name youi
 will receive an Error 207 Invalid column name. Calls to COL_NAME resolve correctly, so it appears to be a problem only in this stored procedure.&lt;br&gt;
&lt;br&gt;
I am filing a bug with the Product Team.&lt;br&gt;
&lt;br&gt;
&lt;b&gt;This release just provides a bit more meaningful feedback to the user when this condition occurs.&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
</description><author></author><pubDate>Thu, 02 Jun 2011 12:27:51 GMT</pubDate><guid isPermaLink="false">Released: Error 207 Invalid column name (Jun 02, 2011) 20110602122751P</guid></item><item><title>Source code checked in, #8167</title><link>http://ssce.codeplex.com/SourceControl/changeset/changes/8167</link><description>If a column name has embedded special characters, sp_estimate_data_compression_savings will throw a 207 error. Notify the user</description><author>MajikbyboB</author><pubDate>Thu, 02 Jun 2011 12:10:36 GMT</pubDate><guid isPermaLink="false">Source code checked in, #8167 20110602121036P</guid></item><item><title>New Post: Columns with imbedded ampersand (&amp;)</title><link>http://ssce.codeplex.com/discussions/259881</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I'll take a look at it. Do you use QUOTED IDENTIFIERs in this database? Also, is it during the processing, or the script creation, or the execution of the script that this error occurs?&lt;/p&gt;
&lt;p&gt;boB&lt;/p&gt;&lt;/div&gt;</description><author>majikbybob</author><pubDate>Thu, 02 Jun 2011 11:34:43 GMT</pubDate><guid isPermaLink="false">New Post: Columns with imbedded ampersand (&amp;) 20110602113443A</guid></item></channel></rss>