<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>sqlnexus Forum Rss Feed</title><link>http://www.codeplex.com/sqlnexus/Thread/List.aspx</link><description>sqlnexus Forum Rss Description</description><item><title>New Post: SQL 2012 PerfWaitStats</title><link>http://sqlnexus.codeplex.com/discussions/438463</link><description>&lt;div style="line-height: normal;"&gt;Are there any plans to get the PerfWaitStats scripts page updated to include SQL 2012?  PerfWaitStats traces are incredibly useful, and it would be great if a working 2012 script could be posted at &lt;a href="http://sqlnexus.codeplex.com/wiki/PageInfo?title=Sql2005PerfStatsScript" rel="nofollow"&gt;http://sqlnexus.codeplex.com/wiki/PageInfo?title=Sql2005PerfStatsScript&lt;/a&gt;. &lt;br /&gt;
&lt;/div&gt;</description><author>eh3034</author><pubDate>Fri, 29 Mar 2013 18:13:24 GMT</pubDate><guid isPermaLink="false">New Post: SQL 2012 PerfWaitStats 20130329061324P</guid></item><item><title>New Post: Tables not created for bottleneck rpts</title><link>http://sqlnexus.codeplex.com/discussions/437061</link><description>&lt;div style="line-height: normal;"&gt;Hi Folks,&lt;br /&gt;
&lt;br /&gt;
As mentioned by a number of folks here, some of the reports like the bottleneck report rely of tables not always created when importing occurs. In my environment this seems due to invalid creation of the nnnn_Startup.OUT file. That file seems to be created by running RDTSTestLoop.cmd in the Perf Stats Script for SQL Server 2008R2. Where does that script come from? I do not have it although I have all of the prereq's for running SQL Nexus. If someone could tell me how to replicate the data that should be in the nnnStartup.OUT file that would also be welcome.&lt;br /&gt;
&lt;br /&gt;
It's almost like a secret to determine where some of this stuff comes from. Any help would be appreciated.&lt;br /&gt;
&lt;br /&gt;
Mark&lt;br /&gt;
&lt;/div&gt;</description><author>tiermark</author><pubDate>Mon, 18 Mar 2013 14:55:44 GMT</pubDate><guid isPermaLink="false">New Post: Tables not created for bottleneck rpts 20130318025544P</guid></item><item><title>New Post: Please release the 2012 SQL Nexus and 2012 RML utilities and 2012 PSSDIag</title><link>http://sqlnexus.codeplex.com/discussions/428527</link><description>&lt;div style="line-height: normal;"&gt;yep, when will be the next version released? I need to monitor a 2012 instance and at least you could release the &amp;quot;.cmd&amp;quot;.&lt;br /&gt;
&lt;/div&gt;</description><author>CesarOsorio</author><pubDate>Tue, 19 Feb 2013 18:59:46 GMT</pubDate><guid isPermaLink="false">New Post: Please release the 2012 SQL Nexus and 2012 RML utilities and 2012 PSSDIag 20130219065946P</guid></item><item><title>New Post: Please release the 2012 SQL Nexus and 2012 RML utilities and 2012 PSSDIag</title><link>http://sqlnexus.codeplex.com/discussions/428527</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I need to do analysis on a 2012 instance.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;/div&gt;</description><author>JamieChicago</author><pubDate>Fri, 04 Jan 2013 19:15:01 GMT</pubDate><guid isPermaLink="false">New Post: Please release the 2012 SQL Nexus and 2012 RML utilities and 2012 PSSDIag 20130104071501P</guid></item><item><title>New Post: Could not find stored procedure 'ReadTrace.spReporter_BatchAggScaleFactor'</title><link>http://sqlnexus.codeplex.com/discussions/399922</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I get the following error when attempting to view the ReadTrace_Main report:&lt;/p&gt;
&lt;p&gt;Could not find stored procedure 'ReadTrace.spReporter_BatchAggScaleFactor'&lt;/p&gt;
&lt;p&gt;I am using RML&amp;nbsp;&amp;nbsp;9.01.0109 built for x64&lt;/p&gt;
&lt;p&gt;SQLNexus 3.0.0.0 with SQLServer 2008 R2&lt;/p&gt;
&lt;p&gt;The only stored procedure I have are name ReadTrace.usp.*&lt;/p&gt;
&lt;p&gt;Any hint on how to get this missing stored procedure ?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;</description><author>chrismouk</author><pubDate>Thu, 18 Oct 2012 15:04:37 GMT</pubDate><guid isPermaLink="false">New Post: Could not find stored procedure 'ReadTrace.spReporter_BatchAggScaleFactor' 20121018030437P</guid></item><item><title>New Post: How to Schedule PerfStats Collection?</title><link>http://sqlnexus.codeplex.com/discussions/392950</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Nevermind...I found that I can use the begin (/B) and end (/E) options in SQLDiag to run this at a scheduled time and that works for me!&lt;/p&gt;&lt;/div&gt;</description><author>dbwagoner</author><pubDate>Fri, 24 Aug 2012 14:38:20 GMT</pubDate><guid isPermaLink="false">New Post: How to Schedule PerfStats Collection? 20120824023820P</guid></item><item><title>New Post: How to Schedule PerfStats Collection?</title><link>http://sqlnexus.codeplex.com/discussions/392950</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I want to schedule a PerfStats collection to run from 3-5 AM using SQL Server Agent (preferably) or Windows Scheduler.&lt;/p&gt;
&lt;p&gt;I created an Agent job with the OS commands and the job runs succsessfully, but the trace never starts and the Output folder is not generated.&amp;nbsp; Here are the commands I used (these work when executed manually at the command prompt):&lt;/p&gt;
&lt;pre&gt;set SQLDIAGCMD=&amp;quot;C:\Program Files\Microsoft SQL Server\90\Tools\binn\SQLdiag.exe&amp;quot;
&amp;quot;C:\PerfStats_SQLServer2005\StartSQLDiagDetailed_Trace.cmd&amp;quot;
&lt;/pre&gt;
&lt;p&gt;Has anyone successfully scheduled a PerfStats collection?&amp;nbsp; Were you able to schedule the CNTRL-C break at the end of collection?&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;
&lt;/div&gt;</description><author>dbwagoner</author><pubDate>Fri, 24 Aug 2012 14:04:43 GMT</pubDate><guid isPermaLink="false">New Post: How to Schedule PerfStats Collection? 20120824020443P</guid></item><item><title>New Post: Status of the Project</title><link>http://sqlnexus.codeplex.com/discussions/390640</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Is this project still under development? I'm curious in particular because there's been no movement in the code repository in three years, and I hesitate to pull the source and start fixing what I find, when there may be a branch in the pipeline I can't
 see.&lt;/p&gt;
&lt;p&gt;I can see that amitban is still moving around here... hopefully this will catch his eye.&lt;/p&gt;
&lt;/div&gt;</description><author>rbellamy</author><pubDate>Wed, 08 Aug 2012 00:01:00 GMT</pubDate><guid isPermaLink="false">New Post: Status of the Project 20120808120100A</guid></item><item><title>New Post: Importing SQL_2008_Perf_Stats.sql data</title><link>http://sqlnexus.codeplex.com/discussions/234816</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I've tried pasting my entire log file, and CodePlex is choking on it.&lt;/p&gt;
&lt;p&gt;I'm going to create an issue and add it there.&lt;/p&gt;&lt;/div&gt;</description><author>rbellamy</author><pubDate>Mon, 16 Jul 2012 23:59:32 GMT</pubDate><guid isPermaLink="false">New Post: Importing SQL_2008_Perf_Stats.sql data 20120716115932P</guid></item><item><title>New Post: Advantage of SQL nexus tool</title><link>http://sqlnexus.codeplex.com/discussions/361642</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello everyone,&lt;/p&gt;
&lt;p&gt;SQL nexus requires log of performance monitor, sql profiler trace as input to provide the output which we can use to analyse for bottleneck activity.&lt;/p&gt;
&lt;p&gt;Is this tool only useful because we get all the input at one common platform.and we don' t need to look on &amp;nbsp;performance monitor, sql profiler etc one by one for analysis?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;is there any other difference?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please let me know.&lt;/p&gt;
&lt;/div&gt;</description><author>netgains</author><pubDate>Mon, 02 Jul 2012 07:39:58 GMT</pubDate><guid isPermaLink="false">New Post: Advantage of SQL nexus tool 20120702073958A</guid></item><item><title>New Post: Error: Exception encountered processing query.</title><link>http://sqlnexus.codeplex.com/discussions/357621</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Please provide more info on when this issue happens and what version of RML Utilities you are using.&lt;/p&gt;&lt;/div&gt;</description><author>amitban</author><pubDate>Thu, 28 Jun 2012 08:36:28 GMT</pubDate><guid isPermaLink="false">New Post: Error: Exception encountered processing query. 20120628083628A</guid></item><item><title>New Post: An error occurred during local report processing.</title><link>http://sqlnexus.codeplex.com/discussions/357622</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Providing some additional context on when this issue happens and the sqlnexus log file would help in figuring out the root cause.&lt;/p&gt;&lt;/div&gt;</description><author>amitban</author><pubDate>Thu, 28 Jun 2012 08:35:25 GMT</pubDate><guid isPermaLink="false">New Post: An error occurred during local report processing. 20120628083525A</guid></item><item><title>New Post: DeadLock Graph</title><link>http://sqlnexus.codeplex.com/discussions/360818</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;The deadlock graph can be found in the SQL Errorlog if trace flag 1222 is enabled. Or you can fetch it using a SQL Profiler trace and using system health session. Please post your question on MSDN forums in case you need further help.&lt;/p&gt;&lt;/div&gt;</description><author>amitban</author><pubDate>Thu, 28 Jun 2012 07:52:53 GMT</pubDate><guid isPermaLink="false">New Post: DeadLock Graph 20120628075253A</guid></item><item><title>New Post: DeadLock Graph</title><link>http://sqlnexus.codeplex.com/discussions/360818</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Where can I find the deadlock graph?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Steve&lt;/p&gt;
&lt;/div&gt;</description><author>sm8680</author><pubDate>Mon, 25 Jun 2012 14:03:47 GMT</pubDate><guid isPermaLink="false">New Post: DeadLock Graph 20120625020347P</guid></item><item><title>New Post: Next version</title><link>http://sqlnexus.codeplex.com/discussions/257213</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I&amp;acute;m really looking forward to a new version of this software, it helped me many times. Any date to a new version?&lt;/p&gt;&lt;/div&gt;</description><author>CesarOsorio</author><pubDate>Wed, 30 May 2012 15:48:27 GMT</pubDate><guid isPermaLink="false">New Post: Next version 20120530034827P</guid></item><item><title>New Post: An error occurred during local report processing.</title><link>http://sqlnexus.codeplex.com/discussions/357622</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Exception Source: Microsoft.ReportViewer.WinFormsStack:&amp;nbsp; &amp;nbsp;at Microsoft.Reporting.WinForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]&amp;amp;
 warnings)&amp;nbsp; &amp;nbsp;at Microsoft.Reporting.WinForms.LocalReport.InternalRender(String format, Boolean allowInternalRenderers, String deviceInfo, String&amp;amp; mimeType, String&amp;amp; encoding, String&amp;amp; fileNameExtension, String[]&amp;amp; streams, Warning[]&amp;amp;
 warnings)&amp;nbsp; &amp;nbsp;at Microsoft.Reporting.WinForms.LocalReport.Render(String format, String deviceInfo, String&amp;amp; mimeType, String&amp;amp; encoding, String&amp;amp; fileNameExtension, String[]&amp;amp; streams, Warning[]&amp;amp; warnings)&amp;nbsp; &amp;nbsp;at Reporter.ReportForm.FExportTab(String
 strFileName, ReportViewer reportViewer, ArrayList alFiles)&lt;br&gt;
Exception Source: Microsoft.ReportViewer.WinFormsMessage: An error occurred during rendering of the report.Stack&amp;nbsp; &amp;nbsp;at Microsoft.ReportingServices.ReportProcessing.ReportProcessing.RenderSnapshot(IRenderingExtension renderer, CreateReportChunk createChunkCallback,
 RenderingContext rc, GetResource getResourceCallback)&amp;nbsp; &amp;nbsp;at Microsoft.Reporting.LocalService.RenderWithDataCache(PreviewItemContext itemContext, ParameterInfoCollection reportParameters, IEnumerable dataSources, DatasourceCredentialsCollection credentials,
 IRenderingExtension renderer, ReportProcessing repProc, CreateAndRegisterStream createStreamCallback, ReportRuntimeSetup runtimeSetup)&amp;nbsp; &amp;nbsp;at Microsoft.Reporting.LocalService.Render(PreviewItemContext itemContext, Boolean allowInternalRenderers, ParameterInfoCollection
 reportParameters, IEnumerable dataSources, DatasourceCredentialsCollection credentials, CreateAndRegisterStream createStreamCallback, ReportRuntimeSetup runtimeSetup, ProcessingMessageList&amp;amp; warnings)&amp;nbsp; &amp;nbsp;at Microsoft.Reporting.WinForms.LocalReport.InternalRender(String
 format, Boolean allowInternalRenderers, String deviceInfo, CreateAndRegisterStream createStreamCallback, Warning[]&amp;amp; warnings)&lt;br&gt;
Exception Source: Microsoft.ReportViewer.WinFormsMessage: An error occurred during rendering of the report.Stack&amp;nbsp; &amp;nbsp;at Microsoft.ReportingServices.Rendering.ExcelRenderer.ExcelRenderer.Render(Report report, NameValueCollection reportServerParameters,
 NameValueCollection deviceInfo, NameValueCollection clientCapabilities, EvaluateHeaderFooterExpressions evaluateHeaderFooterExpressions, CreateAndRegisterStream createAndRegisterStream)&amp;nbsp; &amp;nbsp;at Microsoft.ReportingServices.ReportProcessing.ReportProcessing.RenderSnapshot(IRenderingExtension
 renderer, CreateReportChunk createChunkCallback, RenderingContext rc, GetResource getResourceCallback)&lt;br&gt;
Exception Source: Microsoft.ReportViewer.WinFormsMessage: Destination array was not long enough. Check destIndex and length, and the array's lower bounds.Stack&amp;nbsp; &amp;nbsp;at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32
 destinationIndex, Int32 length, Boolean reliable)&amp;nbsp; &amp;nbsp;at System.Array.CopyTo(Array array, Int32 index)&amp;nbsp; &amp;nbsp;at Microsoft.ReportingServices.Rendering.BIFFUtility.SST.WriteRecordAndGetOffsets(Stream stream, UInt32 sSTAddress)&amp;nbsp; &amp;nbsp;at Microsoft.ReportingServices.Rendering.BIFFUtility.WorkBook.CreateSSTandEXTSSTRecords(Stream
 stream)&amp;nbsp; &amp;nbsp;at Microsoft.ReportingServices.Rendering.BIFFUtility.WorkBook.WriteWorkBookRecords(Stream stream, Int32 offset, ArrayList boundSheetAddress)&amp;nbsp; &amp;nbsp;at Microsoft.ReportingServices.Rendering.BIFFUtility.WorkBook.Write(Stream stream,
 String reportName)&amp;nbsp; &amp;nbsp;at Microsoft.ReportingServices.Rendering.ExcelRenderer.ExcelRenderer.Render(Report report, NameValueCollection reportServerParameters, NameValueCollection deviceInfo, NameValueCollection clientCapabilities, EvaluateHeaderFooterExpressions
 evaluateHeaderFooterExpressions, CreateAndRegisterStream createAndRegisterStream)&lt;/p&gt;
&lt;/div&gt;</description><author>deepak79</author><pubDate>Wed, 30 May 2012 08:53:23 GMT</pubDate><guid isPermaLink="false">New Post: An error occurred during local report processing. 20120530085323A</guid></item><item><title>New Post: Error: Exception encountered processing query.</title><link>http://sqlnexus.codeplex.com/discussions/357621</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;[exec ReadTrace.spReporter_BatchDistinctPlans @HashID, @StartTimeInterval, @EndTimeInterval, @Filter1, @Filter2, @Filter3, @Filter4, @Filter1Name, @Filter2Name, @Filter3Name, @Filter4Name]&lt;br&gt;
&lt;br&gt;
Exception Source: System.DataStack:&amp;nbsp; &amp;nbsp;at System.Data.SqlClient.TdsParserStateObject.ExecuteFlush()&amp;nbsp; &amp;nbsp;at System.Data.SqlClient.TdsParser.TdsExecuteSQLBatch(String text, Int32 timeout, SqlNotificationRequest notificationRequest, TdsParserStateObject
 stateObj)&amp;nbsp; &amp;nbsp;at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)&amp;nbsp; &amp;nbsp;at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior,
 RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)&amp;nbsp; &amp;nbsp;at System.Data.SqlClient.SqlCommand.InternalBeginExecuteReader(AsyncCallback callback, Object stateObject, CommandBehavior behavior)&amp;nbsp; &amp;nbsp;at System.Data.SqlClient.SqlCommand.BeginExecuteReader(AsyncCallback
 callback, Object stateObject, CommandBehavior behavior)&amp;nbsp; &amp;nbsp;at RMLReports.RDLCHelper.CQueryHelper.ExecuteAsyncSQLCommand(SqlCommand sqlCmd)&amp;nbsp; &amp;nbsp;at RMLReports.RDLCHelper.CQueryHelper.ExecuteAsyncSQLCommand(SqlCommand sqlCmd)&amp;nbsp; &amp;nbsp;at RMLReports.RDLCHelper.CReportLoader.FCreateReportDataSource(IList`1
 reportParms, SecureString sstrSqlConn, String strDataSetName, String strCommand, Int32 iQueryTimeout, LogHelper logger, ReportDataSourceCollection dataSources)&lt;/p&gt;
&lt;/div&gt;</description><author>deepak79</author><pubDate>Wed, 30 May 2012 08:51:38 GMT</pubDate><guid isPermaLink="false">New Post: Error: Exception encountered processing query. 20120530085138A</guid></item><item><title>New Post: Where to download sql server 2005 and PerfStats2008.zip </title><link>http://sqlnexus.codeplex.com/discussions/357354</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;No ,the download sofeware is Nexus3.0.0&lt;/p&gt;&lt;/div&gt;</description><author>flyingfdk11</author><pubDate>Tue, 29 May 2012 02:12:44 GMT</pubDate><guid isPermaLink="false">New Post: Where to download sql server 2005 and PerfStats2008.zip  20120529021244A</guid></item><item><title>New Post: Next version</title><link>http://sqlnexus.codeplex.com/discussions/257213</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;So it's now over 12 months since there was to be a new version "very soon". &amp;nbsp; Is this software still alive?&lt;/p&gt;&lt;/div&gt;</description><author>splark</author><pubDate>Tue, 29 May 2012 02:05:02 GMT</pubDate><guid isPermaLink="false">New Post: Next version 20120529020502A</guid></item><item><title>New Post: Where to download sql server 2005 and PerfStats2008.zip </title><link>http://sqlnexus.codeplex.com/discussions/357354</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;1. Go to &lt;a href="http://sqlnexus.codeplex.com/wikipage?title=Sql2005PerfStatsScript&amp;amp;referringTitle=Home"&gt;http://sqlnexus.codeplex.com/wikipage?title=Sql2005PerfStatsScript&amp;amp;referringTitle=Home&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2. Click on Page Info&lt;/p&gt;
&lt;p&gt;3. On the right hand pane, you should see the file attachments.&lt;/p&gt;&lt;/div&gt;</description><author>amitban</author><pubDate>Mon, 28 May 2012 16:03:03 GMT</pubDate><guid isPermaLink="false">New Post: Where to download sql server 2005 and PerfStats2008.zip  20120528040303P</guid></item></channel></rss>