<?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 Q&#38;A &#187; connection</title>
	<atom:link href="http://jack-fx.com/sqlqa/category/connection/feed/" rel="self" type="application/rss+xml" />
	<link>http://jack-fx.com/sqlqa</link>
	<description>SQL Server Questions and Answers, SQL QA</description>
	<lastBuildDate>Fri, 10 Feb 2012 05:26:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Problems with SQL Server Express user instancing and ASP.net Web Application Projects</title>
		<link>http://jack-fx.com/sqlqa/2010/01/19/problems-with-sql-server-express-user-instancing-and-asp-net-web-application-projects/</link>
		<comments>http://jack-fx.com/sqlqa/2010/01/19/problems-with-sql-server-express-user-instancing-and-asp-net-web-application-projects/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 14:01:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[connection]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[nbsp]]></category>
		<category><![CDATA[nbsp nbsp nbsp nbsp nbsp]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[sql server express]]></category>
		<category><![CDATA[unc share]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[visual studio 2005]]></category>
		<category><![CDATA[wap project]]></category>

		<guid isPermaLink="false">http://jack-fx.com/sqlqa/2010/01/19/problems-with-sql-server-express-user-instancing-and-asp-net-web-application-projects/</guid>
		<description><![CDATA[SymptomsWeb applications running on IIS 7.5 and that rely on SQL Server Express user instancing will fail to run using the default IIS 7.5 security configuration on both Windows 7 Client and Windows Server 2008 R2. Developers will encounter problems developing web applications using Visual Studio 2005 + SQL Server Express 2005, Visual Studio 2008 [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/sqlqa/2010/01/19/problems-with-sql-server-express-user-instancing-and-asp-net-web-application-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use the new functionalities of the SQL Server 2008 version of SMO in an application that uses the SQL Server 2005 version of SMO</title>
		<link>http://jack-fx.com/sqlqa/2010/01/12/how-to-use-the-new-functionalities-of-the-sql-server-2008-version-of-smo-in-an-application-that-uses-the-sql-server-2005-version-of-smo/</link>
		<comments>http://jack-fx.com/sqlqa/2010/01/12/how-to-use-the-new-functionalities-of-the-sql-server-2008-version-of-smo-in-an-application-that-uses-the-sql-server-2005-version-of-smo/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 04:07:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[connection]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[functionalities]]></category>
		<category><![CDATA[management objects]]></category>
		<category><![CDATA[microsoft sql server]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[server management]]></category>
		<category><![CDATA[SMO]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql server 2005]]></category>
		<category><![CDATA[version]]></category>

		<guid isPermaLink="false">http://jack-fx.com/sqlqa/2010/01/12/how-to-use-the-new-functionalities-of-the-sql-server-2008-version-of-smo-in-an-application-that-uses-the-sql-server-2005-version-of-smo/</guid>
		<description><![CDATA[SymptomsIn Microsoft SQL Server 2008, new functionalities are added to SQL Server Management Objects (SMO). An application that uses the SQL Server 2005 version of SMO cannot be compiled by using the SQL Server 2008 version of SMO. You must make some changes to the application, and then you must recompile the application. Then, you [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/sqlqa/2010/01/12/how-to-use-the-new-functionalities-of-the-sql-server-2008-version-of-smo-in-an-application-that-uses-the-sql-server-2005-version-of-smo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to reduce paging of buffer pool memory in the 64-bit version of SQL Server</title>
		<link>http://jack-fx.com/sqlqa/2010/01/11/how-to-reduce-paging-of-buffer-pool-memory-in-the-64-bit-version-of-sql-server/</link>
		<comments>http://jack-fx.com/sqlqa/2010/01/11/how-to-reduce-paging-of-buffer-pool-memory-in-the-64-bit-version-of-sql-server/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 20:52:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[connection]]></category>
		<category><![CDATA[dynamic memory management]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[free physical memory]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[notification mechanisms]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql server books]]></category>
		<category><![CDATA[sql server error]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://jack-fx.com/sqlqa/2010/01/11/how-to-reduce-paging-of-buffer-pool-memory-in-the-64-bit-version-of-sql-server/</guid>
		<description><![CDATA[SymptomsMicrosoft SQL Server performs dynamic memory management based on the memory requirements of the current load and activities on the system. On a Windows Server 2003 or a Windows XP or later version system,SQL Server can use the memory notification mechanisms that are provided by the QueryMemoryResourceNotification Windows API. On a Microsoft Windows 2000 Server-based [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/sqlqa/2010/01/11/how-to-reduce-paging-of-buffer-pool-memory-in-the-64-bit-version-of-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I open the firewall port for SQL Server on Windows Server 2008?</title>
		<link>http://jack-fx.com/sqlqa/2010/01/07/how-do-i-open-the-firewall-port-for-sql-server-on-windows-server-2008/</link>
		<comments>http://jack-fx.com/sqlqa/2010/01/07/how-do-i-open-the-firewall-port-for-sql-server-on-windows-server-2008/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 19:32:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[connection]]></category>
		<category><![CDATA[background position]]></category>
		<category><![CDATA[background url]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[firewall ports]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[language versions]]></category>
		<category><![CDATA[library images]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://jack-fx.com/sqlqa/2010/01/07/how-do-i-open-the-firewall-port-for-sql-server-on-windows-server-2008/</guid>
		<description><![CDATA[SymptomsWindows Firewall on Windows Server 2008 helps prevent unauthorized access to computer resources. However, if the firewall is configured incorrectly, attempts to connect to an instance ofSQL Server may be blocked.To access an instance of SQL Server that is behind the firewall, you must configure the firewall on the computer that is running SQL Server.This [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/sqlqa/2010/01/07/how-do-i-open-the-firewall-port-for-sql-server-on-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FIX: When Excel 2007 tries to connect to an OLAP cube on a server that is running SQL Server 2005, the connection fails</title>
		<link>http://jack-fx.com/sqlqa/2009/12/31/fix-when-excel-2007-tries-to-connect-to-an-olap-cube-on-a-server-that-is-running-sql-server-2005-the-connection-fails/</link>
		<comments>http://jack-fx.com/sqlqa/2009/12/31/fix-when-excel-2007-tries-to-connect-to-an-olap-cube-on-a-server-that-is-running-sql-server-2005-the-connection-fails/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 17:01:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[connection]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[microsoft sql server]]></category>
		<category><![CDATA[microsoft sql server 2005]]></category>
		<category><![CDATA[Msolap]]></category>
		<category><![CDATA[olap cube]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql server 2005]]></category>
		<category><![CDATA[subqueries]]></category>

		<guid isPermaLink="false">http://jack-fx.com/sqlqa/2009/12/31/fix-when-excel-2007-tries-to-connect-to-an-olap-cube-on-a-server-that-is-running-sql-server-2005-the-connection-fails/</guid>
		<description><![CDATA[SymptomsWhen Microsoft Office Excel 2007 tries to connect to an OLAP cube on a server that is running Microsoft SQL Server 2005, the connection fails. ResolutionThis problem occurs because SQL Server 2008 installs the Msolap100.dll, and this file checks for the SQL Server 2008 only value DBPROP_MSMD_SUBQUERIES. When the value is not present, the Msolap100.dll [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/sqlqa/2009/12/31/fix-when-excel-2007-tries-to-connect-to-an-olap-cube-on-a-server-that-is-running-sql-server-2005-the-connection-fails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FIX: When you delete a maintenance plan in a restored SQL Server 2008 database, the maintenance plan is deleted on the server from which the database was originally backed up</title>
		<link>http://jack-fx.com/sqlqa/2009/12/31/fix-when-you-delete-a-maintenance-plan-in-a-restored-sql-server-2008-database-the-maintenance-plan-is-deleted-on-the-server-from-which-the-database-was-originally-backed-up/</link>
		<comments>http://jack-fx.com/sqlqa/2009/12/31/fix-when-you-delete-a-maintenance-plan-in-a-restored-sql-server-2008-database-the-maintenance-plan-is-deleted-on-the-server-from-which-the-database-was-originally-backed-up/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 14:01:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[connection]]></category>
		<category><![CDATA[connection strings]]></category>
		<category><![CDATA[instance]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[maintenance plan]]></category>
		<category><![CDATA[microsoft sql server]]></category>
		<category><![CDATA[msdb database]]></category>
		<category><![CDATA[plan]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[server integration]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://jack-fx.com/sqlqa/2009/12/31/fix-when-you-delete-a-maintenance-plan-in-a-restored-sql-server-2008-database-the-maintenance-plan-is-deleted-on-the-server-from-which-the-database-was-originally-backed-up/</guid>
		<description><![CDATA[SymptomsConsider the following scenario. You create a maintenance plan in an instance of Microsoft SQL Server 2008. 	You perform a full backup for the MSDB database.You restore the MSDB database to another instance of SQL Server 2008.	You delete the maintenance plan in the second instance by using SQL Server Management Studio.In this scenario, the original [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/sqlqa/2009/12/31/fix-when-you-delete-a-maintenance-plan-in-a-restored-sql-server-2008-database-the-maintenance-plan-is-deleted-on-the-server-from-which-the-database-was-originally-backed-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FIX: The CPU usage and the memory usage increase gradually and many session IDs are in the dormant status in SQL Server 2005 and in SQL Server 2008</title>
		<link>http://jack-fx.com/sqlqa/2009/12/27/fix-the-cpu-usage-and-the-memory-usage-increase-gradually-and-many-session-ids-are-in-the-dormant-status-in-sql-server-2005-and-in-sql-server-2008/</link>
		<comments>http://jack-fx.com/sqlqa/2009/12/27/fix-the-cpu-usage-and-the-memory-usage-increase-gradually-and-many-session-ids-are-in-the-dormant-status-in-sql-server-2005-and-in-sql-server-2008/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 08:30:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[connection]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[microsoft knowledge base]]></category>
		<category><![CDATA[microsoft sql server]]></category>
		<category><![CDATA[Pack]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql server 2005]]></category>
		<category><![CDATA[sql server 2005 service pack]]></category>
		<category><![CDATA[sql server service]]></category>

		<guid isPermaLink="false">http://jack-fx.com/sqlqa/2009/12/27/fix-the-cpu-usage-and-the-memory-usage-increase-gradually-and-many-session-ids-are-in-the-dormant-status-in-sql-server-2005-and-in-sql-server-2008/</guid>
		<description><![CDATA[SymptomsIn Microsoft SQL Server 2005 and in Microsoft SQL Server 2008, the CPU usage and the memory usage increase gradually. Additionally, you find many orphaned session IDs when you run a query against the sys.sysprocesses view. The status of those orphaned session IDs is dormant. The value of the last_batch column for these session IDs [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/sqlqa/2009/12/27/fix-the-cpu-usage-and-the-memory-usage-increase-gradually-and-many-session-ids-are-in-the-dormant-status-in-sql-server-2005-and-in-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FIX: Error message when you use a SQL Server 2008 Integration Services package to query a table in an Oracle database: &#8220;SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR&#8221;</title>
		<link>http://jack-fx.com/sqlqa/2009/12/25/fix-error-message-when-you-use-a-sql-server-2008-integration-services-package-to-query-a-table-in-an-oracle-database-ssis-error-code-dts_e_inducedtransformfailureonerror/</link>
		<comments>http://jack-fx.com/sqlqa/2009/12/25/fix-error-message-when-you-use-a-sql-server-2008-integration-services-package-to-query-a-table-in-an-oracle-database-ssis-error-code-dts_e_inducedtransformfailureonerror/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 08:04:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[connection]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[microsoft sql server]]></category>
		<category><![CDATA[numeric data type]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[oracle client]]></category>
		<category><![CDATA[oracle table]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[sql command]]></category>
		<category><![CDATA[SSIS]]></category>

		<guid isPermaLink="false">http://jack-fx.com/sqlqa/2009/12/25/fix-error-message-when-you-use-a-sql-server-2008-integration-services-package-to-query-a-table-in-an-oracle-database-ssis-error-code-dts_e_inducedtransformfailureonerror/</guid>
		<description><![CDATA[SymptomsConsider the following scenario:In Microsoft SQL Server 2008, you use the Microsoft ADO.NET Connection Manager and the Oracle Client data provider to create a new SQL Server 2008 Integration Services (SSIS) package.You add a data flow to the SSIS package.You add an ADO.NET data source to the data flow.You add an SQL command to the [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/sqlqa/2009/12/25/fix-error-message-when-you-use-a-sql-server-2008-integration-services-package-to-query-a-table-in-an-oracle-database-ssis-error-code-dts_e_inducedtransformfailureonerror/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

