<?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 Performance &#187; SSPAdmin</title>
	<atom:link href="http://www.sql-server-performance.com/author/SSPAdmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sql-server-performance.com</link>
	<description>SQL Server Performance Tuning</description>
	<lastBuildDate>Wed, 22 May 2013 06:37:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Murach&#8217;s PHP and MySQL</title>
		<link>http://www.sql-server-performance.com/2011/php-and-mysql/</link>
		<comments>http://www.sql-server-performance.com/2011/php-and-mysql/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 01:12:50 +0000</pubDate>
		<dc:creator>SSPAdmin</dc:creator>
				<category><![CDATA[Books]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1944</guid>
		<description><![CDATA[Two of the most prominent projects in the Open Source world are without a doubt PHP and MySQL. This combination brings dynamic life to countless websites and even the author of this review is quite familiar with both of them. However, just like with any other programming language and database one can write good applications, [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2011/php-and-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Decode  COLUMNS_UPDATED ()</title>
		<link>http://www.sql-server-performance.com/2011/columns-updated-bit-decode/</link>
		<comments>http://www.sql-server-performance.com/2011/columns-updated-bit-decode/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 01:12:50 +0000</pubDate>
		<dc:creator>SSPAdmin</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<category><![CDATA[bit mask]]></category>
		<category><![CDATA[column id]]></category>
		<category><![CDATA[COLUMNS]]></category>
		<category><![CDATA[ColumnsUpdated]]></category>
		<category><![CDATA[COLUMNS_UPDATED]]></category>
		<category><![CDATA[substring function]]></category>
		<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[varchar]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1925</guid>
		<description><![CDATA[SQL Server has the ability to provide the information on&#160; specific columns which&#160; been modified by triggers, by using the COLUMNS_UPDATED function. COLUMNS_UPDATED is an in-built function of SQL server that helps to identify the columns in the table or view that were inserted or updated. COLUMNS_UPDATED returns a varbinary bit pattern showing which columns [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2011/columns-updated-bit-decode/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Monitor User Connections in  SQL Server</title>
		<link>http://www.sql-server-performance.com/2010/monitor-user-connections-sql-server/</link>
		<comments>http://www.sql-server-performance.com/2010/monitor-user-connections-sql-server/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 01:12:50 +0000</pubDate>
		<dc:creator>SSPAdmin</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[execution]]></category>
		<category><![CDATA[sqlconnection]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[User Connections]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1911</guid>
		<description><![CDATA[Applications typically make connections to the SQL Server databases in large numbers but what if those connections are not successfully closed? How you can monitor them? This short article describes the methods we can use to monitor unclosed connections. Sample Application Let us start with a simple C# WinForms application which has the following UI. [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2010/monitor-user-connections-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Denormalization in SQL Server  for Fun and Profit</title>
		<link>http://www.sql-server-performance.com/2010/denormalization-profit/</link>
		<comments>http://www.sql-server-performance.com/2010/denormalization-profit/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 01:12:50 +0000</pubDate>
		<dc:creator>SSPAdmin</dc:creator>
				<category><![CDATA[Developer]]></category>
		<category><![CDATA[Denormalization]]></category>
		<category><![CDATA[Denormalize]]></category>
		<category><![CDATA[Normalization]]></category>
		<category><![CDATA[Normalize]]></category>
		<category><![CDATA[schema modifications]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1908</guid>
		<description><![CDATA[Almost from birth, database developers are taught that their databases must be normalized. &#160;In many shops, failing to fully normalize can result in anything from public ridicule to exile to the company&#8217;s Siberian office. &#160;Rarely discussed are the significant benefits that can accrue from intentionally denormalizing portions of a database schema.&#160; Myths about denormalization abound, [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2010/denormalization-profit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Could not find stored procedure &#8216;dbo.sp_MSins_dboTest&#8217;</title>
		<link>http://www.sql-server-performance.com/2010/could-not-find-dbssp-msins-dbotest/</link>
		<comments>http://www.sql-server-performance.com/2010/could-not-find-dbssp-msins-dbotest/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 01:12:50 +0000</pubDate>
		<dc:creator>SSPAdmin</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1854</guid>
		<description><![CDATA[Transaction Replication is failing due to the above error and this error can be shown in the Replication monitor. If you run the following query in your publication database, you will see the following results. SELECT name, &#160;&#160;&#160;&#160;&#160; &#160;&#160; del_cmd, &#160;&#160;&#160;&#160;&#160; &#160;&#160; ins_cmd, &#160;&#160;&#160;&#160;&#160; &#160;&#160; upd_cmd &#160;&#160;&#160;&#160;&#160; &#160;&#160; FROM dbo.sysarticles This means that the above [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2010/could-not-find-dbssp-msins-dbotest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Queries which include  DMFs  return a syntax error</title>
		<link>http://www.sql-server-performance.com/2010/dmf-syntax-error/</link>
		<comments>http://www.sql-server-performance.com/2010/dmf-syntax-error/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 01:12:50 +0000</pubDate>
		<dc:creator>SSPAdmin</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1853</guid>
		<description><![CDATA[When I execute queries which include DMFs the queries return a syntax error. For example: SELECT &#8212; TOP 20 qs.sql_handle, qs.execution_count, qs.total_worker_time AS Total_CPU, total_CPU_inSeconds = &#8211;Converted from microseconds qs.total_worker_time/1000000, average_CPU_inSeconds = &#8211;Converted from microseconds (qs.total_worker_time/1000000) / qs.execution_count, qs.total_elapsed_time, total_elapsed_time_inSeconds = &#8211;Converted from microseconds qs.total_elapsed_time/1000000 &#8211;, st.text &#8211;, qp.query_plan from sys.dm_exec_query_stats as qs CROSS APPLY [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2010/dmf-syntax-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>50 Tips to Boost Performance of an ASP.NET Application &#8211; Part 2</title>
		<link>http://www.aspnet101.com/2010/04/50-tips-to-boost-asp-net-performance-part-ii/</link>
		<comments>http://www.aspnet101.com/2010/04/50-tips-to-boost-asp-net-performance-part-ii/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 01:12:50 +0000</pubDate>
		<dc:creator>SSPAdmin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1823</guid>
		<description><![CDATA[Continuing from ASP.NET Performance Tips Part 1 we now conclude with Performance Tips 26-50. 26. Batched Queries: Queries can be used in a batch and thus network traffic can be reduced: Here is an example: “Select EmpNo, EmpName, EmpAddress from Employee”; “Select DepNo, DeptName From Department”; From the above two queries it seems that there [...]]]></description>
		<wfw:commentRss>http://www.aspnet101.com/2010/04/50-tips-to-boost-asp-net-performance-part-ii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>50 Tips to Boost Performance of an ASP.NET Application &#8211; Part 1</title>
		<link>http://www.aspnet101.com/2010/03/50-tips-to-boost-asp-net-performance-part-i/</link>
		<comments>http://www.aspnet101.com/2010/03/50-tips-to-boost-asp-net-performance-part-i/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 01:12:50 +0000</pubDate>
		<dc:creator>SSPAdmin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1822</guid>
		<description><![CDATA[When we are looking to optimize the performance of  web applications we should keep in mind about Memory Load, Processor Load and Network Bandwidth. Here are 50  best practices to improve the performance and scalability of ASP.NET applications. 1. Page.IsPostBack Property Keep code which only needs to be loaded once inside an IsPostBack block. if(!IsPostBack) [...]]]></description>
		<wfw:commentRss>http://www.aspnet101.com/2010/03/50-tips-to-boost-asp-net-performance-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sonasoft Defaults on Payments. Directors &#8211; Andy Khanna ,  Dr Romesh K. Japra ,  W. Patrick Kelley Sr</title>
		<link>http://www.sql-server-performance.com/2009/sonasoft/</link>
		<comments>http://www.sql-server-performance.com/2009/sonasoft/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 01:12:50 +0000</pubDate>
		<dc:creator>SSPAdmin</dc:creator>
				<category><![CDATA[General DBA]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1818</guid>
		<description><![CDATA[Sonasoft, Directors &#8211; Andy Khanna ,&#160; Dr Romesh K. Japra ,&#160; W. Patrick Kelley Sr I haven&#8217;t written a notice like this before but I thought it was my duty to let you all know the situation regarding a former advertiser on SQL Server Performance.com . After ove 18 months of requesting payment of amounts [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2009/sonasoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>%sSyntax error near &#8216;%ls&#8217;, expected &#8216;%ls&#8217;.</title>
		<link>http://www.sql-server-performance.com/2009/xquery-syntax-error-near/</link>
		<comments>http://www.sql-server-performance.com/2009/xquery-syntax-error-near/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 01:12:50 +0000</pubDate>
		<dc:creator>SSPAdmin</dc:creator>
				<category><![CDATA[Errors]]></category>
		<guid isPermaLink="false">http://www.sql-server-performance.com/?=1804</guid>
		<description><![CDATA[Error Message: Msg 9303, Level 16, State 1, Line 7 %sSyntax error near &#8216;%ls&#8217;, expected &#8216;%ls&#8217;. Severity level: 16. Description: This error message appears when in an XQuery a syntax error is encountered. Consequences: The T-SQL statement can be parsed, but causes the error at runtime. Resolution: Errors of the Severity level 16 are generated [...]]]></description>
		<wfw:commentRss>http://www.sql-server-performance.com/2009/xquery-syntax-error-near/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
