<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlcat.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Technical Notes - All Comments</title><link>http://sqlcat.com/sqlCat/b/technicalnotes/default.aspx</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 5.6.583.21914 (Build: 5.6.583.21914)</generator><item><title>re: SQL Server Reporting Services Disaster Recovery Case Study</title><link>http://sqlcat.com/sqlCat/b/technicalnotes/archive/2009/10/23/sql-server-reporting-services-disaster-recovery-case-study.aspx#2812</link><pubDate>Fri, 17 May 2013 10:24:21 GMT</pubDate><guid isPermaLink="false">e9619797-5f48-4d02-a1a8-7f300d09be66:2812</guid><dc:creator>ccs global tech</dc:creator><description>&lt;p&gt;We really appreciate the kind of efforts you have put in this article. There are many ways to perform disaster recovery with Microsoft SQL Server Reporting Services (SSRS. there are few more article about the same issue as these is the up coming issue. for more infomation you can even visit: &lt;a rel="nofollow" target="_new" href="http://ccsglobaltech.com/blog.html"&gt;ccsglobaltech.com/blog.html&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://sqlcat.com/aggbug.aspx?PostID=2812" width="1" height="1"&gt;</description></item><item><title>re: Reporting Services Scale-Out Deployment Best Practices</title><link>http://sqlcat.com/sqlCat/b/technicalnotes/archive/2008/10/21/reporting-services-scale-out-deployment-best-practices.aspx#2805</link><pubDate>Fri, 26 Apr 2013 12:57:05 GMT</pubDate><guid isPermaLink="false">e9619797-5f48-4d02-a1a8-7f300d09be66:2805</guid><dc:creator>Bloti</dc:creator><description>&lt;p&gt;This article is very informative. It addresses most of the concerns associated with SSRS topology (specifically Scale-Out Deployment. Thanks Gentlemen!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://sqlcat.com/aggbug.aspx?PostID=2805" width="1" height="1"&gt;</description></item><item><title>re: Report Server Catalog Best Practices</title><link>http://sqlcat.com/sqlCat/b/technicalnotes/archive/2008/06/26/report-server-catalog-best-practices.aspx#2800</link><pubDate>Sun, 07 Apr 2013 10:02:13 GMT</pubDate><guid isPermaLink="false">e9619797-5f48-4d02-a1a8-7f300d09be66:2800</guid><dc:creator>SQLRumble</dc:creator><description>&lt;p&gt;Hi, our SEGMENT table in the RSS database (not RSSTempdb) has grown very very big. &amp;nbsp;How can we reduce the size? &amp;nbsp;Can it be truncated or is there a setting somewhere? &amp;nbsp;What kind of information is held in this table. &amp;nbsp;Can I run a query to identify what reports are consuming this table?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://sqlcat.com/aggbug.aspx?PostID=2800" width="1" height="1"&gt;</description></item><item><title>re: Eliminating Deadlocks Caused By Foreign Keys with Large Transactions</title><link>http://sqlcat.com/sqlCat/b/technicalnotes/archive/2011/04/04/eliminating-deadlocks-caused-by-foreign-keys-with-large-transactions.aspx#2799</link><pubDate>Thu, 04 Apr 2013 23:08:11 GMT</pubDate><guid isPermaLink="false">e9619797-5f48-4d02-a1a8-7f300d09be66:2799</guid><dc:creator>Sloth</dc:creator><description>&lt;p&gt;Thank yo so much. I have been wrestling with this issue for months. You&amp;#39;ve explained this so well!.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://sqlcat.com/aggbug.aspx?PostID=2799" width="1" height="1"&gt;</description></item><item><title>re: SQL Server Indexing: Using a Low-Selectivity BIT Column First Can Be the Best Strategy</title><link>http://sqlcat.com/sqlCat/b/technicalnotes/archive/2011/01/31/sql-server-indexing-using-a-low-selectivity-bit-column-first-can-be-the-best-strategy.aspx#2798</link><pubDate>Mon, 01 Apr 2013 20:17:21 GMT</pubDate><guid isPermaLink="false">e9619797-5f48-4d02-a1a8-7f300d09be66:2798</guid><dc:creator>Susan Van Eyck</dc:creator><description>&lt;p&gt;Great article - really useful (and interesting) information for an indexing nerd!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://sqlcat.com/aggbug.aspx?PostID=2798" width="1" height="1"&gt;</description></item><item><title>re: Resolving scheduler contention for concurrent BULK INSERT</title><link>http://sqlcat.com/sqlCat/b/technicalnotes/archive/2008/04/09/resolving-scheduler-contention-for-concurrent-bulk-insert.aspx#2789</link><pubDate>Wed, 06 Feb 2013 20:44:24 GMT</pubDate><guid isPermaLink="false">e9619797-5f48-4d02-a1a8-7f300d09be66:2789</guid><dc:creator>Lonny Niederstadt</dc:creator><description>&lt;p&gt;Due to the size of the system, and especially the core count per NUMA node, was trace flag 8048 used? &amp;nbsp;I would imagine this would eliminate spinlock contention and cmemthread waits by promoting the NUMA node level resources to core level. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;If the scheduler the task is on has other tasks and there are other free schedulers, they must be on another NUMA node. &amp;nbsp;So the point of disconnect and reconnect is to get on another NUMA node where there are idle schedulers.&lt;/p&gt;
&lt;p&gt;Wouldn&amp;#39;t trace flag 8015 (ignore NUMA and manage as if one big NUMA node) achieve these benefits without the overhead of the disconnects and reconnects?&lt;/p&gt;
&lt;p&gt;For a system with multiple batch bulk inserts occurring in batch, there are also other possible benefits to trace flag 8015. &amp;nbsp;Managing a single memory pool can reduce buffer churn in the busiest NUMA node. &amp;nbsp;During ramp up, some of the challenges associated with bad memory sort can be avoided.&lt;/p&gt;
&lt;p&gt;It seems that the costs of trace flag 8048 plus trace flag 8015 on such a system would be giving up local memory access(although that&amp;#39;s not always much of a benefit on such a system), and the reduction from one lazy writer per NUMA node to one lazy writer.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://sqlcat.com/aggbug.aspx?PostID=2789" width="1" height="1"&gt;</description></item><item><title>re: Tuning Backup Compression Part 2</title><link>http://sqlcat.com/sqlCat/b/technicalnotes/archive/2009/02/16/tuning-backup-compression-part-2.aspx#2784</link><pubDate>Fri, 25 Jan 2013 14:15:10 GMT</pubDate><guid isPermaLink="false">e9619797-5f48-4d02-a1a8-7f300d09be66:2784</guid><dc:creator>Mbourgon</dc:creator><description>&lt;p&gt;1) Please note that setting BUFFERCOUNT can cause memory issues, even if only set to 50. &amp;nbsp; &amp;quot; There is insufficient system memory in resource pool &amp;#39;internal&amp;#39; to run this query.&amp;quot; &lt;/p&gt;
&lt;p&gt;2) I&amp;#39;m with Mudluck on this - surprised we can&amp;#39;t make a compressed backup. &amp;nbsp;And surprised no third-party has done this, either. It went from &amp;quot;we need to do this&amp;quot; to &amp;quot;we can&amp;#39;t do this&amp;quot;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://sqlcat.com/aggbug.aspx?PostID=2784" width="1" height="1"&gt;</description></item><item><title>re: Scaling Up Reporting Services 2008 vs. Reporting Services 2005: Lessons Learned</title><link>http://sqlcat.com/sqlCat/b/technicalnotes/archive/2008/07/09/scaling-up-reporting-services-2008-vs-reporting-services-2005-lessons-learned.aspx#2781</link><pubDate>Tue, 08 Jan 2013 21:10:25 GMT</pubDate><guid isPermaLink="false">e9619797-5f48-4d02-a1a8-7f300d09be66:2781</guid><dc:creator>Rashid Khan</dc:creator><description>&lt;p&gt;Excellent article ... Thank you ! &amp;nbsp; -- Rashid Khan&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://sqlcat.com/aggbug.aspx?PostID=2781" width="1" height="1"&gt;</description></item><item><title>re: Reporting Services Performance Optimizations</title><link>http://sqlcat.com/sqlCat/b/technicalnotes/archive/2009/01/14/reporting-services-performance-optimizations.aspx#2780</link><pubDate>Thu, 03 Jan 2013 20:19:20 GMT</pubDate><guid isPermaLink="false">e9619797-5f48-4d02-a1a8-7f300d09be66:2780</guid><dc:creator>Rashid Khan</dc:creator><description>&lt;p&gt;Excellent article ... very useful indeed.. Thank you ! &amp;nbsp;.... Rashid Khan&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://sqlcat.com/aggbug.aspx?PostID=2780" width="1" height="1"&gt;</description></item><item><title>re: Reporting Services Scale-Out Deployment Best Practices</title><link>http://sqlcat.com/sqlCat/b/technicalnotes/archive/2008/10/21/reporting-services-scale-out-deployment-best-practices.aspx#2776</link><pubDate>Mon, 31 Dec 2012 18:05:09 GMT</pubDate><guid isPermaLink="false">e9619797-5f48-4d02-a1a8-7f300d09be66:2776</guid><dc:creator>Rashid Khan</dc:creator><description>&lt;p&gt;Excellent article ... very informative indeed... Thank you ! ... Rashid Khan&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://sqlcat.com/aggbug.aspx?PostID=2776" width="1" height="1"&gt;</description></item><item><title>re: Memory Error Recovery in SQL Server 2012</title><link>http://sqlcat.com/sqlCat/b/technicalnotes/archive/2012/06/05/memory-error-recovery-in-sql-server-2012.aspx#2773</link><pubDate>Fri, 21 Dec 2012 17:39:05 GMT</pubDate><guid isPermaLink="false">e9619797-5f48-4d02-a1a8-7f300d09be66:2773</guid><dc:creator>Stephen</dc:creator><description>&lt;p&gt;Can Microsoft please comment on Glenn&amp;#39;s &amp;quot;Enterprise only&amp;quot; surmising? &amp;nbsp;I&amp;#39;m planning a Win2012/SQL2012 rollout and MUST get the right SQL version...&lt;/p&gt;
&lt;p&gt;Thanks for the info and explanations - just this one vital piece of information is missing...&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://sqlcat.com/aggbug.aspx?PostID=2773" width="1" height="1"&gt;</description></item><item><title>re: Impact of Adding a Node to a Windows Cluster on the Possible Owners property of existing SQL Server Failover Cluster Instances</title><link>http://sqlcat.com/sqlCat/b/technicalnotes/archive/2012/08/15/impact-of-adding-a-node-to-a-windows-cluster-on-the-possible-owners-property-of-existing-sql-server-failover-cluster-instances.aspx#2768</link><pubDate>Tue, 04 Dec 2012 17:56:06 GMT</pubDate><guid isPermaLink="false">e9619797-5f48-4d02-a1a8-7f300d09be66:2768</guid><dc:creator>Sik</dc:creator><description>&lt;p&gt;Hi Sanjay,&lt;/p&gt;
&lt;p&gt;My current cluster set up is like this -&lt;/p&gt;
&lt;p&gt;Its a 5 node windows 2008 R2 failover cluster. &lt;/p&gt;
&lt;p&gt;Node 1 has a SQL instance 1 set to failover to Node 2. Node 3 has an instance 2 set to falover only node 5.&lt;/p&gt;
&lt;p&gt;I think i have exatcly same situation that you have mentioned. But i am not using Always On feature. My instances are all on SQL 2008 R2. Recently we added 2 new nodes to the windows cluster. Now i see that the resource group, ip address in the resource group, Disk drives, SQL Server and SQL Agent in other respurces section shows the possible owners as Node1,Node2,Node3 and Node 5. This is for instance 1. Instance 2 is good as it was installed after we added the new nodes to the windows cluster.&lt;/p&gt;
&lt;p&gt;Should i follow the same steps by manually removing the possible owners from instance 1?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://sqlcat.com/aggbug.aspx?PostID=2768" width="1" height="1"&gt;</description></item><item><title>re: Reporting Services Scale-Out Deployment Best Practices</title><link>http://sqlcat.com/sqlCat/b/technicalnotes/archive/2008/10/21/reporting-services-scale-out-deployment-best-practices.aspx#2762</link><pubDate>Wed, 07 Nov 2012 00:48:37 GMT</pubDate><guid isPermaLink="false">e9619797-5f48-4d02-a1a8-7f300d09be66:2762</guid><dc:creator>fdg</dc:creator><description>&lt;p&gt;dfgdfg&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://sqlcat.com/aggbug.aspx?PostID=2762" width="1" height="1"&gt;</description></item><item><title>re: Analysis Services 2005 Aggregation Design Strategy</title><link>http://sqlcat.com/sqlCat/b/technicalnotes/archive/2007/09/11/analysis-services-2005-aggregation-design-strategy.aspx#2756</link><pubDate>Thu, 25 Oct 2012 07:19:17 GMT</pubDate><guid isPermaLink="false">e9619797-5f48-4d02-a1a8-7f300d09be66:2756</guid><dc:creator>Niko</dc:creator><description>&lt;p&gt;Thanks very interested&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://sqlcat.com/aggbug.aspx?PostID=2756" width="1" height="1"&gt;</description></item><item><title>re: Deploying a Business Intelligence Solution Using SharePoint 2007, SQL Server 2008 Reporting Services, and PerformancePoint Monitoring Server 2007 with Kerberos</title><link>http://sqlcat.com/sqlCat/b/technicalnotes/archive/2009/10/13/deploying-a-business-intelligence-solution-using-sharepoint-reporting-services-and-performancepoint-monitoring-server-with-kerberos.aspx#2755</link><pubDate>Wed, 24 Oct 2012 02:26:29 GMT</pubDate><guid isPermaLink="false">e9619797-5f48-4d02-a1a8-7f300d09be66:2755</guid><dc:creator>Nick I</dc:creator><description>&lt;p&gt;Probably the best article I&amp;#39;ve read on how to get this disaster working. &amp;nbsp;Despite going through hundreds of Microsoft documents on implementation, your first problem encountered is what we hit as well. &amp;nbsp;Thanks for this!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://sqlcat.com/aggbug.aspx?PostID=2755" width="1" height="1"&gt;</description></item></channel></rss>