<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>SQL Server Planet &#187; Troubleshooting</title> <atom:link href="http://sqlserverplanet.com/category/troubleshooting/feed/" rel="self" type="application/rss+xml" /><link>http://sqlserverplanet.com</link> <description>Tips and Articles on SQL Server</description> <lastBuildDate>Wed, 07 Jul 2010 05:16:42 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0</generator> <item><title>The EXECUTE permission was denied on the object</title><link>http://sqlserverplanet.com/troubleshooting/the-execute-permission-was-denied-on-the-object/</link> <comments>http://sqlserverplanet.com/troubleshooting/the-execute-permission-was-denied-on-the-object/#comments</comments> <pubDate>Sat, 12 Jun 2010 09:48:17 +0000</pubDate> <dc:creator>Derek Dieter</dc:creator> <category><![CDATA[Troubleshooting]]></category><guid isPermaLink="false">http://sqlserverplanet.com/?p=1448</guid> <description><![CDATA[This error is pretty self explanatory. If you are here, I&#8217;m sure you simply want to know how to correct it, so here goes. The user context in which you are executing does not have the rights to execute the procedure or function. So first, in order to find out which user you are, simply [...]]]></description> <wfw:commentRss>http://sqlserverplanet.com/troubleshooting/the-execute-permission-was-denied-on-the-object/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>String or binary data would be truncated.</title><link>http://sqlserverplanet.com/troubleshooting/string-or-binary-data-would-be-truncated/</link> <comments>http://sqlserverplanet.com/troubleshooting/string-or-binary-data-would-be-truncated/#comments</comments> <pubDate>Sun, 23 May 2010 09:56:22 +0000</pubDate> <dc:creator>Derek Dieter</dc:creator> <category><![CDATA[Troubleshooting]]></category><guid isPermaLink="false">http://sqlserverplanet.com/?p=1358</guid> <description><![CDATA[This error message is relatively straight forward. The way it normally happens is when you are trying to insert data from a table that contains values that have larger data lengths than the table you are trying to insert into. An example of this would be trying to insert data from a permanent table, into [...]]]></description> <wfw:commentRss>http://sqlserverplanet.com/troubleshooting/string-or-binary-data-would-be-truncated/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Troubleshooting SQL Server Slowness</title><link>http://sqlserverplanet.com/troubleshooting/sql-server-slowness/</link> <comments>http://sqlserverplanet.com/troubleshooting/sql-server-slowness/#comments</comments> <pubDate>Sat, 20 Jun 2009 07:42:48 +0000</pubDate> <dc:creator>Derek Dieter</dc:creator> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Slowness]]></category> <category><![CDATA[Spikes]]></category> <category><![CDATA[trimming]]></category><guid isPermaLink="false">http://sqlserverplanet.com/?p=301</guid> <description><![CDATA[The first step in diagnosing SQL Server Slowness is to determine the physical bottleneck with the most contention. Contention in one of the following areas does not always mean that subsystem is performing poorly. It could just as well be improper utilization due to poor tuning. Nevertheless, identifying the bottleneck is always the first place [...]]]></description> <wfw:commentRss>http://sqlserverplanet.com/troubleshooting/sql-server-slowness/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Performance Counters</title><link>http://sqlserverplanet.com/sql-optimization/performance-counters/</link> <comments>http://sqlserverplanet.com/sql-optimization/performance-counters/#comments</comments> <pubDate>Thu, 18 Jun 2009 05:12:44 +0000</pubDate> <dc:creator>Derek Dieter</dc:creator> <category><![CDATA[SQL Optimization]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[perfmon]]></category><guid isPermaLink="false">http://sqlserverplanet.com/?p=248</guid> <description><![CDATA[The following list of performance counters have been modified to include the most pertinent in identifying the bottleneck of your system. This list is for reference purposes. If needing to troubleshoot slowness read troubleshooting sql server slowness. Memory Object: &#8211; Memory Counter: &#8211; Available Mbytes Preferred Value: &#8211; > 2000MB Description: With 64 bit OS&#8217;s [...]]]></description> <wfw:commentRss>http://sqlserverplanet.com/sql-optimization/performance-counters/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Blocking Processes (lead blocker)</title><link>http://sqlserverplanet.com/troubleshooting/blocking-processes-lead-blocker/</link> <comments>http://sqlserverplanet.com/troubleshooting/blocking-processes-lead-blocker/#comments</comments> <pubDate>Thu, 18 Jun 2009 04:53:53 +0000</pubDate> <dc:creator>Derek Dieter</dc:creator> <category><![CDATA[Scripts]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[blocking]]></category><guid isPermaLink="false">http://sqlserverplanet.com/?p=244</guid> <description><![CDATA[SELECT spid ,status ,loginame	= SUBSTRING(loginame, 1, 12) ,hostname	= SUBSTRING(hostname, 1, 12) ,blk		= CONVERT(char(3), blocked) ,open_tran ,dbname		= SUBSTRING(DB_NAME(dbid),1,10) ,cmd ,waittype ,waittime ,last_batch FROM master.dbo.sysprocesses WHERE spid IN (SELECT blocked FROM master.dbo.sysprocesses) AND blocked = 0]]></description> <wfw:commentRss>http://sqlserverplanet.com/troubleshooting/blocking-processes-lead-blocker/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 80/90 queries in 0.131 seconds using disk
Content Delivery Network via files.sqlserverplanet.com

Served from: sqlserverplanet.com @ 2010-07-31 09:07:18 -->