<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Microsoft SQL Server Product Samples: Analysis Services</title><link>http://msftasprodsamples.codeplex.com/project/feeds/rss</link><description>This project contains Analysis Services samples released with Microsoft SQL Server product.   </description><item><title>Source code checked in, #94877</title><link>http://msftasprodsamples.codeplex.com/SourceControl/changeset/changes/94877</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 22:38:35 GMT</pubDate><guid isPermaLink="false">Source code checked in, #94877 20121001103835P</guid></item><item><title>Source code checked in, #94876</title><link>http://msftasprodsamples.codeplex.com/SourceControl/changeset/changes/94876</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 22:31:06 GMT</pubDate><guid isPermaLink="false">Source code checked in, #94876 20121001103106P</guid></item><item><title>Reviewed: SQL Server 2008R2 RTM (Sep 10, 2012)</title><link>https://msftasprodsamples.codeplex.com/releases/view/45911#ReviewBy-nindel27332</link><description>Rated 5 Stars &amp;#40;out of 5&amp;#41; - Ich want first to test it,</description><author>nindel27332</author><pubDate>Mon, 10 Sep 2012 15:55:31 GMT</pubDate><guid isPermaLink="false">Reviewed: SQL Server 2008R2 RTM (Sep 10, 2012) 20120910035531P</guid></item><item><title>Commented Issue: Using existing TraceTables [17238]</title><link>http://msftasprodsamples.codeplex.com/workitem/17238</link><description>Hi all,&lt;br /&gt;I m planning to run multiple instances of AsTrace NT Service &amp;#40; on more than 5-10 machines &amp;#41; to collate the Traces from multiple SSAS. But everytime I install the service onto new machine, the TraceTable &amp;#40; say name &amp;#58; TraceTable1 &amp;#41; gets reset &amp;#91; all the old entries are deleted &amp;#93;.&lt;br /&gt;&lt;br /&gt;Is there a way, I can use the same TraceTable for output from multiple machines not affecting the entries present &amp;#63;&lt;br /&gt;Comments: ** Comment from web user: furmangg ** &lt;p&gt;I should say that ASTrace uses Profiler APIs, and as far as I now, Profiler when it writes to a table will clear out the table when it starts. That&amp;#39;s why we added the PreserveHistory setting so we could save the rows before starting the Profiler trace in ASTrace. Make sense&amp;#63;&lt;/p&gt;</description><author>furmangg</author><pubDate>Thu, 12 Jan 2012 16:51:38 GMT</pubDate><guid isPermaLink="false">Commented Issue: Using existing TraceTables [17238] 20120112045138P</guid></item><item><title>Commented Issue: Using existing TraceTables [17238]</title><link>http://msftasprodsamples.codeplex.com/workitem/17238</link><description>Hi all,&lt;br /&gt;I m planning to run multiple instances of AsTrace NT Service &amp;#40; on more than 5-10 machines &amp;#41; to collate the Traces from multiple SSAS. But everytime I install the service onto new machine, the TraceTable &amp;#40; say name &amp;#58; TraceTable1 &amp;#41; gets reset &amp;#91; all the old entries are deleted &amp;#93;.&lt;br /&gt;&lt;br /&gt;Is there a way, I can use the same TraceTable for output from multiple machines not affecting the entries present &amp;#63;&lt;br /&gt;Comments: ** Comment from web user: furmangg ** &lt;p&gt;There&amp;#39;s a setting in the latest build of ASTrace which is&amp;#58;&lt;br /&gt;            &amp;#60;setting name&amp;#61;&amp;#34;PreserveHistory&amp;#34; serializeAs&amp;#61;&amp;#34;String&amp;#34;&amp;#62;&lt;br /&gt;                &amp;#60;value&amp;#62;True&amp;#60;&amp;#47;value&amp;#62;&lt;br /&gt;            &amp;#60;&amp;#47;setting&amp;#62;&lt;/p&gt;&lt;p&gt;If PreserveHistory is set to true, then when each service starts, it will dump all the rows from the main trace table into an archive table. &lt;/p&gt;&lt;p&gt;If you run multiple services at the same time with PreserveHistory&amp;#61;true, this might work. I&amp;#39;d be concerned what would happen if two services pointing at the same table started at the same time, though.&lt;/p&gt;&lt;p&gt;I would just recommend each service point at a separate SQL destination table. Then put a view over the top of the 5-10 tables &amp;#40;plus the 5-10 archive tables&amp;#41; and UNION ALL them together.&lt;/p&gt;</description><author>furmangg</author><pubDate>Thu, 12 Jan 2012 16:50:21 GMT</pubDate><guid isPermaLink="false">Commented Issue: Using existing TraceTables [17238] 20120112045021P</guid></item><item><title>Commented Issue: Ascmd.exe XMLA batch delimiter regex bug [14608]</title><link>http://msftasprodsamples.codeplex.com/workitem/14608</link><description>I was running into issues trying to run an OLAP DB scripted out XMLA create &amp;#40;from management studio&amp;#41;.  The XMLA was valid and could be run fine in management studio, and AScmd would run simpler XMLA just fine.&lt;br /&gt;&lt;br /&gt;It appears to be the &amp;#34;BatchRegex&amp;#34; pattern defined on line 316 in Ascmd.cs.  It looks for &amp;#34;GO&amp;#34; statements within the xmla, however the pattern looked for any &amp;#34;go&amp;#34; text followed by a space.  We had a dimension attribute of &amp;#34;Year Ago Today&amp;#34;, and the ascmd would try to split the xmla into batches, and truncate the large CREATE statement at &amp;#34;Year Ago&amp;#34;.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve changed the regex to include and end string token and this seems to fix the problem, however I don&amp;#39;t understand the batching properly to know if this is an adequate fix&amp;#58;&lt;br /&gt;My Chagne&amp;#58; const string BatchRegex &amp;#61; &amp;#64;&amp;#34;&amp;#94;&amp;#91;&amp;#92;w&amp;#92;W&amp;#93;&amp;#42;&amp;#63;&amp;#91;&amp;#92;r&amp;#92;n&amp;#93;&amp;#42;go&amp;#92;s&amp;#36;&amp;#34;&amp;#59;&lt;br /&gt;&lt;br /&gt;Reproduction steps&amp;#58;&lt;br /&gt;Create an olapdb&amp;#47;cube with a measure or dimension having &amp;#34;go&amp;#34; in the name, anything like &amp;#34;go time&amp;#34; or &amp;#34;year ago today&amp;#34; should work.&lt;br /&gt;Script entire olap database as &amp;#34;CREATE&amp;#34; from Management studio&lt;br /&gt;Try to run this create script to create the olapdb on a new server using Ascmd.exe.&lt;br /&gt;Comments: ** Comment from web user: kosteckir ** &lt;p&gt;We have faced the same issue and following some code debugging came up with the following bug fix&amp;#58; const string BatchRegex &amp;#61; &amp;#64;&amp;#34;&amp;#94;&amp;#91;&amp;#92;w&amp;#92;W&amp;#93;&amp;#42;&amp;#63;&amp;#91;&amp;#92;r&amp;#92;n&amp;#93;&amp;#43;go&amp;#92;s&amp;#34;&amp;#59;&lt;/p&gt;&lt;p&gt;The second star before &amp;#8216;go&amp;#8217; needs to be replaced with &amp;#8216;&amp;#43;&amp;#8217;&lt;/p&gt;&lt;p&gt;Justification&amp;#58; &lt;br /&gt;&amp;#8220;&amp;#43;&amp;#8221; means 1 or more occurrences. This means that that &amp;#8216;go&amp;#8217; must be preceded by at least one new line &amp;#8220;&amp;#92;r&amp;#92;n&amp;#8221; to form a new batch. &lt;/p&gt;&lt;p&gt;&amp;#8220;&amp;#42;&amp;#8221; means 0 or more occurrences therefore every string ending with &amp;#8220;go&amp;#8221;&amp;#43; white space &amp;#40;such as &amp;#8220;ringo &amp;#8220;, &amp;#8220;bingo &amp;#8220;, &amp;#8220;dingo &amp;#8220; etc.&amp;#41; created a new batch with a broken XML structure regardless whether it was preceded by &amp;#91;&amp;#92;r&amp;#92;n&amp;#93; or not. &lt;/p&gt;</description><author>kosteckir</author><pubDate>Thu, 12 Jan 2012 16:19:44 GMT</pubDate><guid isPermaLink="false">Commented Issue: Ascmd.exe XMLA batch delimiter regex bug [14608] 20120112041944P</guid></item><item><title>Commented Issue: Ascmd.exe XMLA batch delimiter regex bug [14608]</title><link>http://msftasprodsamples.codeplex.com/workitem/14608</link><description>I was running into issues trying to run an OLAP DB scripted out XMLA create &amp;#40;from management studio&amp;#41;.  The XMLA was valid and could be run fine in management studio, and AScmd would run simpler XMLA just fine.&lt;br /&gt;&lt;br /&gt;It appears to be the &amp;#34;BatchRegex&amp;#34; pattern defined on line 316 in Ascmd.cs.  It looks for &amp;#34;GO&amp;#34; statements within the xmla, however the pattern looked for any &amp;#34;go&amp;#34; text followed by a space.  We had a dimension attribute of &amp;#34;Year Ago Today&amp;#34;, and the ascmd would try to split the xmla into batches, and truncate the large CREATE statement at &amp;#34;Year Ago&amp;#34;.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve changed the regex to include and end string token and this seems to fix the problem, however I don&amp;#39;t understand the batching properly to know if this is an adequate fix&amp;#58;&lt;br /&gt;My Chagne&amp;#58; const string BatchRegex &amp;#61; &amp;#64;&amp;#34;&amp;#94;&amp;#91;&amp;#92;w&amp;#92;W&amp;#93;&amp;#42;&amp;#63;&amp;#91;&amp;#92;r&amp;#92;n&amp;#93;&amp;#42;go&amp;#92;s&amp;#36;&amp;#34;&amp;#59;&lt;br /&gt;&lt;br /&gt;Reproduction steps&amp;#58;&lt;br /&gt;Create an olapdb&amp;#47;cube with a measure or dimension having &amp;#34;go&amp;#34; in the name, anything like &amp;#34;go time&amp;#34; or &amp;#34;year ago today&amp;#34; should work.&lt;br /&gt;Script entire olap database as &amp;#34;CREATE&amp;#34; from Management studio&lt;br /&gt;Try to run this create script to create the olapdb on a new server using Ascmd.exe.&lt;br /&gt;Comments: ** Comment from web user: kosteckir ** &lt;p&gt;We have faced the same issue and following some code debugging came up with the following bug fix&amp;#58; const string BatchRegex &amp;#61; &amp;#64;&amp;#34;&amp;#94;&amp;#91;&amp;#92;w&amp;#92;W&amp;#93;&amp;#42;&amp;#63;&amp;#91;&amp;#92;r&amp;#92;n&amp;#93;&amp;#43;go&amp;#92;s&amp;#34;&amp;#59;&lt;/p&gt;&lt;p&gt;The second star before &amp;#8216;go&amp;#8217; needs to be replaced with &amp;#8216;&amp;#43;&amp;#8217;&lt;/p&gt;&lt;p&gt;Justification&amp;#58; &lt;br /&gt;&amp;#8220;&amp;#43;&amp;#8221; means 1 or more occurrences. This means that that &amp;#8216;go&amp;#8217; must be preceded by at least one new line &amp;#8220;&amp;#92;r&amp;#92;n&amp;#8221; to form a new batch. &lt;/p&gt;&lt;p&gt;&amp;#8220;&amp;#42;&amp;#8221; means 0 or more occurrences therefore every string ending with &amp;#8220;go&amp;#8221;&amp;#43; white space &amp;#40;such as &amp;#8220;ringo &amp;#8220;, &amp;#8220;bingo &amp;#8220;, &amp;#8220;dingo &amp;#8220; etc.&amp;#41; created a new batch with a broken XML structure regardless whether it was preceded by &amp;#91;&amp;#92;r&amp;#92;n&amp;#93; or not.  &lt;br /&gt;&lt;/p&gt;</description><author>kosteckir</author><pubDate>Thu, 12 Jan 2012 16:17:49 GMT</pubDate><guid isPermaLink="false">Commented Issue: Ascmd.exe XMLA batch delimiter regex bug [14608] 20120112041749P</guid></item><item><title>Created Issue: Using existing TraceTables [17238]</title><link>http://msftasprodsamples.codeplex.com/workitem/17238</link><description>Hi all,&lt;br /&gt;I m planning to run multiple instances of AsTrace NT Service &amp;#40; on more than 5-10 machines &amp;#41; to collate the Traces from multiple SSAS. But everytime I install the service onto new machine, the TraceTable &amp;#40; say name &amp;#58; TraceTable1 &amp;#41; gets reset &amp;#91; all the old entries are deleted &amp;#93;.&lt;br /&gt;&lt;br /&gt;Is there a way, I can use the same TraceTable for output from multiple machines not affecting the entries present &amp;#63;&lt;br /&gt;</description><author>Balachander</author><pubDate>Wed, 11 Jan 2012 20:49:05 GMT</pubDate><guid isPermaLink="false">Created Issue: Using existing TraceTables [17238] 20120111084905P</guid></item><item><title>Created Issue: How can I add Data Mining Viewer to Visual Studio 2008? [16924]</title><link>http://msftasprodsamples.codeplex.com/workitem/16924</link><description>How can I add Data Mining Viewer to Visual Studio 2008&amp;#63; I  have  read articles and followed instructions  but it is not working. I have installed Microsoft SQL Server 2008 R 2 and I am able to create a data mining structure and model, but I want to add Data Mining Viewer so that I can develop data mining in a web application by using the tools and components under Data Mining Viewer.  I read the instruction on the these urls, but nothing is working. When I add  a component it is not  appearing the menu. Please help&lt;br /&gt;&lt;br /&gt;Urls&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;msftasprodsamples.codeplex.com&amp;#47;wikipage&amp;#63;title&amp;#61;Katmai&amp;#33;Data&amp;#37;20Mining&amp;#37;20Web&amp;#37;20Controls&amp;#37;20Library&lt;br /&gt;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;www.dotnetspark.com&amp;#47;links&amp;#47;63243-installing-data-mining-web-controls-library.aspx&lt;br /&gt;</description><author>mobzam</author><pubDate>Sat, 19 Nov 2011 18:12:58 GMT</pubDate><guid isPermaLink="false">Created Issue: How can I add Data Mining Viewer to Visual Studio 2008? [16924] 20111119061258P</guid></item><item><title>New Comment on "Katmai!Data Mining Web Controls Library"</title><link>http://msftasprodsamples.codeplex.com/wikipage?title=Katmai!Data Mining Web Controls Library&amp;ANCHOR#C20316</link><description>I cannot see folder &amp;#34; C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL Server&amp;#92;100&amp;#92;Samples&amp;#92;Analysis Services&amp;#92;DataMining&amp;#92;Data Mining Web Controls&amp;#34; after installation.&amp;#10;I am using 32 bit msi file.</description><author>thesuraj</author><pubDate>Wed, 13 Jul 2011 18:39:06 GMT</pubDate><guid isPermaLink="false">New Comment on "Katmai!Data Mining Web Controls Library" 20110713063906P</guid></item><item><title>Source code checked in, #76842</title><link>http://msftasprodsamples.codeplex.com/SourceControl/changeset/changes/76842</link><description>Branched from &amp;#36;&amp;#47;MSFTASProdSamples&amp;#47;Kilimanjaro_RTM</description><author>mariwill</author><pubDate>Tue, 12 Jul 2011 22:34:30 GMT</pubDate><guid isPermaLink="false">Source code checked in, #76842 20110712103430P</guid></item><item><title>Commented Issue: ASTrace: time shift [12950]</title><link>http://msftasprodsamples.codeplex.com/workitem/12950</link><description>Hello,&lt;br /&gt;ASTrace runs on the same server as AS being traced and SQL where log table is.&lt;br /&gt;StartTime and CurrentTime have 2 hours shift to system clock.&lt;br /&gt;Same events in Profiler &amp;#40;simultaneously traced&amp;#41; have no time shift.&lt;br /&gt;What can it actually be&amp;#63;&lt;br /&gt;&lt;br /&gt;Thank you in advance&amp;#33;&lt;br /&gt;Michael.&lt;br /&gt;Comments: ** Comment from web user: koehlerb ** &lt;p&gt;The problem looks to be that the TraceServer returns UTC time. No good workaround, though you can correct using SQL.&lt;br /&gt;e.g.&lt;br /&gt;DECLARE &amp;#64;utcOffset int &amp;#61; &amp;#40;SELECT CAST&amp;#40;GETDATE&amp;#40;&amp;#41;-GETUTCDATE&amp;#40;&amp;#41; as float&amp;#41;&amp;#42;24&amp;#41;&lt;br /&gt;SELECT DateAdd&amp;#40;hour,&amp;#64;utcOffset,StartTime&amp;#41; FROM  dbo.ASTrace&lt;/p&gt;&lt;p&gt;This does not account for changes in daylight savings time. &lt;/p&gt;&lt;p&gt;What is needed is something like the dataReader&lt;br /&gt;System.Data.IDataReader dataReader&amp;#59;&lt;br /&gt;...&lt;br /&gt;value &amp;#61; dataReader.GetValue&amp;#40;counter&amp;#41;&amp;#59;&lt;br /&gt;if &amp;#40;value &amp;#33;&amp;#61; null&amp;#41;&lt;br /&gt;                        &amp;#123;   &amp;#47;&amp;#47;time is in UTC, convert to localtime&lt;br /&gt;                            if &amp;#40;value.GetType&amp;#40;&amp;#41; &amp;#61;&amp;#61; typeof&amp;#40;DateTime&amp;#41;&amp;#41;&lt;br /&gt;                            &amp;#123;&lt;br /&gt;                                value &amp;#61; DateTime.SpecifyKind&amp;#40;&amp;#40;DateTime&amp;#41;value, DateTimeKind.Utc&amp;#41;.ToLocalTime&amp;#40;&amp;#41;&amp;#59;&lt;/p&gt;</description><author>koehlerb</author><pubDate>Tue, 15 Mar 2011 20:07:16 GMT</pubDate><guid isPermaLink="false">Commented Issue: ASTrace: time shift [12950] 20110315080716P</guid></item><item><title>Reviewed: SQL Server 2008R2 RTM (Nov 25, 2010)</title><link>http://msftasprodsamples.codeplex.com/releases/view/45911#ReviewBy-yoh_khos</link><description>Rated 4 Stars &amp;#40;out of 5&amp;#41; - the tutorial using this sample could be found here&amp;#58;&amp;#10;http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;ms169620&amp;#40;v&amp;#61;SQL.90&amp;#41;.aspx&amp;#10;&amp;#10;while the result of the installation could be found in&amp;#58;&amp;#10;C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft SQL Server&amp;#92;90&amp;#92;Samples&amp;#92;&amp;#42; directory..</description><author>yoh_khos</author><pubDate>Thu, 25 Nov 2010 17:49:09 GMT</pubDate><guid isPermaLink="false">Reviewed: SQL Server 2008R2 RTM (Nov 25, 2010) 20101125054909P</guid></item><item><title>Created Issue: Ascmd.exe XMLA batch delimiter regex bug [14608]</title><link>http://msftasprodsamples.codeplex.com/workitem/14608</link><description>I was running into issues trying to run an OLAP DB scripted out XMLA create &amp;#40;from management studio&amp;#41;.  The XMLA was valid and could be run fine in management studio, and AScmd would run simpler XMLA just fine.&lt;br /&gt;&lt;br /&gt;It appears to be the &amp;#34;BatchRegex&amp;#34; pattern defined on line 316 in Ascmd.cs.  It looks for &amp;#34;GO&amp;#34; statements within the xmla, however the pattern looked for any &amp;#34;go&amp;#34; text followed by a space.  So we had a dimension attribute of Year Ago Today, and the ascmd would try to split the xmla into batches, and truncate the large CREATE statement at &amp;#34;Year Ago&amp;#34;.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve changed the regex to include and end string token and this seems to fix the problem, however I don&amp;#39;t understand the batching properly to know if this is an adequate fix&amp;#58;&lt;br /&gt;My Chagne&amp;#58; const string BatchRegex &amp;#61; &amp;#64;&amp;#34;&amp;#94;&amp;#91;&amp;#92;w&amp;#92;W&amp;#93;&amp;#42;&amp;#63;&amp;#91;&amp;#92;r&amp;#92;n&amp;#93;&amp;#42;go&amp;#92;s&amp;#36;&amp;#34;&amp;#59;&lt;br /&gt;&lt;br /&gt;Reproduction steps&amp;#58;&lt;br /&gt;Create an olapdb&amp;#47;cube with a measure or dimension having &amp;#34;go&amp;#34; in the name, anything like &amp;#34;go time&amp;#34; or &amp;#34;year ago today&amp;#34; should work.&lt;br /&gt;Script entire olap database as &amp;#34;CREATE&amp;#34; from Management studio&lt;br /&gt;Try to run this create script to create the olapdb on a new server using Ascmd.exe.&lt;br /&gt;</description><author>garrettpatterson</author><pubDate>Fri, 05 Nov 2010 17:39:57 GMT</pubDate><guid isPermaLink="false">Created Issue: Ascmd.exe XMLA batch delimiter regex bug [14608] 20101105053957P</guid></item><item><title>New Comment on "SS2005!Readme For Command-line Utility Sample"</title><link>http://msftasprodsamples.codeplex.com/wikipage?title=SS2005!Readme For Command-line Utility Sample&amp;ANCHOR#C16995</link><description>Am I the only one who have problems with deploying roles &amp;#63;</description><author>mavericklbj</author><pubDate>Tue, 14 Sep 2010 14:39:55 GMT</pubDate><guid isPermaLink="false">New Comment on "SS2005!Readme For Command-line Utility Sample" 20100914023955P</guid></item><item><title>Source code checked in, #57274</title><link>http://msftasprodsamples.codeplex.com/SourceControl/changeset/changes/57274</link><description>Checked in by server upgrade</description><author>_TFSSERVICE</author><pubDate>Wed, 28 Jul 2010 22:13:23 GMT</pubDate><guid isPermaLink="false">Source code checked in, #57274 20100728101323P</guid></item><item><title>Reviewed: SQL Server 2008R2 RTM (七月 26, 2010)</title><link>http://msftasprodsamples.codeplex.com/releases/view/45911#ReviewBy-yls087412</link><description>Rated 4 Stars &amp;#40;out of 5&amp;#41; - It is well done.</description><author>yls087412</author><pubDate>Tue, 27 Jul 2010 01:32:43 GMT</pubDate><guid isPermaLink="false">Reviewed: SQL Server 2008R2 RTM (七月 26, 2010) 20100727013243A</guid></item><item><title>Created Issue: Does ascmd know about multiple rollover Trace files? [13524]</title><link>http://msftasprodsamples.codeplex.com/workitem/13524</link><description>If you passin the first Trace file, will it know to keep going with the rest of the roll-overs&amp;#63;&amp;#63;&lt;br /&gt;</description><author>ericblair</author><pubDate>Fri, 11 Jun 2010 19:31:28 GMT</pubDate><guid isPermaLink="false">Created Issue: Does ascmd know about multiple rollover Trace files? [13524] 20100611073128P</guid></item><item><title>Commented Issue: Where is ASTrace util? [13517]</title><link>http://msftasprodsamples.codeplex.com/workitem/13517</link><description>I downloaded the sample and searched through all the folders and nothing with the name ASTrace is there&amp;#63; What could I be missing&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: furmangg ** &lt;p&gt;I believe the latest codebase is here&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;sqlsrvanalysissrvcs.codeplex.com&amp;#47;releases&lt;/p&gt;&lt;p&gt;It became a community managed sample, not an official SQL Server sample, I believe.&lt;/p&gt;</description><author>furmangg</author><pubDate>Fri, 11 Jun 2010 15:28:35 GMT</pubDate><guid isPermaLink="false">Commented Issue: Where is ASTrace util? [13517] 20100611032835P</guid></item><item><title>Commented Issue: Where is ASTrace util? [13517]</title><link>http://msftasprodsamples.codeplex.com/workitem/13517</link><description>I downloaded the sample and searched through all the folders and nothing with the name ASTrace is there&amp;#63; What could I be missing&amp;#63;&lt;br /&gt;&lt;br /&gt;Thanks&amp;#33;&amp;#33;&lt;br /&gt;Comments: ** Comment from web user: ericblair ** &lt;p&gt;Found it. Not very clear as to where to get it. The Samples page insinuates that simply installing the sample should get the astrace util, but in fact astrace is a separate install.&lt;/p&gt;</description><author>ericblair</author><pubDate>Fri, 11 Jun 2010 13:58:20 GMT</pubDate><guid isPermaLink="false">Commented Issue: Where is ASTrace util? [13517] 20100611015820P</guid></item></channel></rss>