 




<?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>IT Answers &#187; SQL Server Enterprise Edition</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/sql-server/sql-server-enterprise-edition/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Thu, 23 May 2013 14:51:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>High LATCH_EX wait</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/high-latch_ex-wait/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/high-latch_ex-wait/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 18:19:16 +0000</pubDate>
		<dc:creator>Rick Martinez</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Server Enterprise Edition]]></category>
		<category><![CDATA[SQL Server performance]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[What is LATCH_EX wait? Our LATCH_EX wait are very high, what do I need to look at to fix this?]]></description>
				<content:encoded><![CDATA[<p>What is LATCH_EX wait? Our LATCH_EX wait are very high, what do I need to look at to fix this?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/high-latch_ex-wait/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Should I enable service broker on SQL Server 2008?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/should-i-enable-service-broker/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/should-i-enable-service-broker/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 19:05:55 +0000</pubDate>
		<dc:creator>Rick Martinez</dc:creator>
				<category><![CDATA[Service Broker]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[SQL Server Enterprise Edition]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am not too familiar with service broker, should I enable it on all databases on my production server? If yes why?]]></description>
				<content:encoded><![CDATA[<p>I am not too familiar with service broker, should I enable it on all databases on my production server? If yes why?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/should-i-enable-service-broker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server Timeout on initial web connection to SQLServer</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/server-timeout-on-initial-web-connection-to-sqlserver/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/server-timeout-on-initial-web-connection-to-sqlserver/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 03:21:30 +0000</pubDate>
		<dc:creator>Ajmo</dc:creator>
				<category><![CDATA[SQL Express 2008]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Enterprise Edition]]></category>
		<category><![CDATA[Web Server]]></category>
		<category><![CDATA[Web server administration]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[We run a couple of websites (hosted on different webservers) that connect to an SQL Server. The data was recently moved to another SQL Server (called SQLCLUSTER) and now the first time the site is accessed, it takes over 20 seconds to bring up the page. If I don&#8217;t set the Connection Timeout in the [...]]]></description>
				<content:encoded><![CDATA[<p>We run a couple of websites (hosted on different webservers) that connect to an SQL Server. <br/><br/><br />
The data was recently moved to another SQL Server (called SQLCLUSTER) and now the first time the site is accessed, it takes over 20 seconds to bring up the page. If I don&#8217;t set the Connection Timeout in the connection string to a value higher than that, the server times out. Subsequent pages load fine. <br/><br/><br />
If I connect back to the old server there&#8217;s no problem. </p>
<p>The old server runs Express 2008, SQLCLUSTER runs 2008 Enterprise edition.</p>
<p>It happens to both webservers and it only happens with SQLCLUSTER (regardless of which database is being connected to). A similar delay happens in VWD&#8217;s Database Explorer when testing a connection to SQLCLUSTER.<br />
<br/><br/><br />
Databases hosted on SQLCLUSTER are also the backend for Access applications. There is no delay accessing data through the Access front ends, or through SQL Server Mgmt Studio.</p>
<p><br/><br/><br />
The timeout happens at the Open statement of:</p>
<p>dbConn = New SqlConnection(&#8220;Server=SQLCLUSTER;Database=GO_SQL_WEB;UID=WEB_USER;PWD=[xxxx]&#8220;) (as stored in web.config)</p>
<p>dbConn.Open()</p>
<p><br/><br/><br />
The servers are all in the same LAN so I don&#8217;t think its a firewall issue. The timeout also happens when viewing through localhost on either webserver. </p>
<p><br/><br/><br />
Are there any web-specific settings that need to be addressed  in SQL Server Enterprise?<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/server-timeout-on-initial-web-connection-to-sqlserver/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Microsoft SQL Server BCP Utility password</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/microsoft-sql-server-bcp-utility-password/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/microsoft-sql-server-bcp-utility-password/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 19:42:31 +0000</pubDate>
		<dc:creator>Redwine</dc:creator>
				<category><![CDATA[BCP Utility]]></category>
		<category><![CDATA[BCP Utility password]]></category>
		<category><![CDATA[SQL Jobs]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005 Enterprise Edition]]></category>
		<category><![CDATA[SQL Server Enterprise Edition]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am executing a Microsoft SQL Server Job that runs a BCP Utility.  The utility loads a table from a file using the &#8216;in&#8217; argument, a format file and an error file.  I have &#8216;hard coded&#8217; the user name and password in the command line using the &#8216;U&#8217; and &#8216;P&#8217; arguments. I am looking for a [...]]]></description>
				<content:encoded><![CDATA[<p>I am executing a Microsoft SQL Server Job that runs a BCP Utility.  The utility loads a table from a file using the &#8216;in&#8217; argument, a format file and an error file.  I have &#8216;hard coded&#8217; the user name and password in the command line using the &#8216;U&#8217; and &#8216;P&#8217; arguments.<br/><br/> I am looking for a method without using the &#8216;hard coded&#8217;, clear text user name and password.<br/><br/> Has anyone done this using the BCP utility?<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/microsoft-sql-server-bcp-utility-password/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SQL Server 2005 Enterprise Edition SP3 Performance</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-server-performance/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sql-server-performance/#comments</comments>
		<pubDate>Thu, 28 Oct 2010 03:27:46 +0000</pubDate>
		<dc:creator>Rick Martinez</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL performance]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005 SP3]]></category>
		<category><![CDATA[SQL Server Enterprise Edition]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Question Edited by Michael Tidmarsh]]></description>
				<content:encoded><![CDATA[Question Edited by Michael Tidmarsh]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sql-server-performance/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Sql Server CAL</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-server-cal/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sql-server-cal/#comments</comments>
		<pubDate>Wed, 26 May 2010 21:29:07 +0000</pubDate>
		<dc:creator>Noyo77</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server CAL licensing]]></category>
		<category><![CDATA[SQL Server Enterprise Edition]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a Sql Server Enterprise 2005 64X, installed licesed by processor, I what to cut budget so thougt if I change to CAL licensing could save money, but know how to calculate how many users are currently conecting to my server. How can I get this info?]]></description>
				<content:encoded><![CDATA[<p>I have a Sql Server Enterprise 2005 64X, installed licesed by processor, I what to cut budget so thougt if I change to CAL licensing could save money, but know how to calculate how many users are currently conecting to my server. How can I get this info?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sql-server-cal/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SQL 2005 trial version update</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-2005-trial-version-update/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sql-2005-trial-version-update/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 19:13:07 +0000</pubDate>
		<dc:creator>Alan Dala</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL 2005]]></category>
		<category><![CDATA[SQL 2008]]></category>
		<category><![CDATA[SQL Server Enterprise Edition]]></category>
		<category><![CDATA[SQL Server upgrades]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I installed SQL 2005 trial version on a production server and the 6 months are almost up. I would like to go to SQL 2008 since I can get a very good deal for it. What options do I have? Can I just upgrade over the trial version or I need to uninstall 2005 and [...]]]></description>
				<content:encoded><![CDATA[<p>I installed SQL 2005 trial version on a production server and the 6 months are almost up. I would like to go to SQL 2008 since I can get a very good deal for it. What options do I have? Can I just upgrade over the trial version or I need to uninstall 2005 and reinstall 2008. The 2005 is a trial for the Enterprise version and the 2008 is Standard. Would this be a problem? Are there any compatibility issues with this plan of moving to SQL 2008. Since it&#8217;s a production server, I can&#8217;t take any risks.</p>
<p>Thank you for your help!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sql-2005-trial-version-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Errors while attempting the mirroring process in SQL Server 2005</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/errors-while-attempting-the-mirroring-process-in-sql-server-2005/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/errors-while-attempting-the-mirroring-process-in-sql-server-2005/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 19:33:54 +0000</pubDate>
		<dc:creator>SQL Server Ask the Experts</dc:creator>
				<category><![CDATA[Mirroring]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server Enterprise Edition]]></category>
		<category><![CDATA[SQL Server errors]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am using SQL Server 2005 Enterprise Edition, and I’m having a problem beginning the mirroring process. I am receiving the error messages: “Alter failed for Database &#8216;db_muthu&#8217;. (Microsoft.SqlServer.Smo)” “An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)” “Database Mirroring Transport is disabled in the endpoint configuration. (Microsoft SQL Server, Error: 1486)” What [...]]]></description>
				<content:encoded><![CDATA[<p>I am using SQL Server 2005 Enterprise Edition, and I’m having a problem beginning the mirroring process.  I am receiving the error messages:</p>
<p>“Alter failed for Database &#8216;db_muthu&#8217;.  (Microsoft.SqlServer.Smo)”</p>
<p>“An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)”</p>
<p>“Database Mirroring Transport is disabled in the endpoint configuration. (Microsoft SQL Server, Error: 1486)”</p>
<p>What can I do to solve this issue?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/errors-while-attempting-the-mirroring-process-in-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing SQL Server Enterprise Edition on Windows XP</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/installing-sql-server-enterprise-edition-on-windows-xp/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/installing-sql-server-enterprise-edition-on-windows-xp/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 20:13:08 +0000</pubDate>
		<dc:creator>SQL Server Ask the Experts</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[SQL Server Enterprise Edition]]></category>
		<category><![CDATA[SQL Server installation]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have two questions. First, how do I install SQL Server Enterprise Edition on Windows XP? And second, how can I find the SQL password without using an application?]]></description>
				<content:encoded><![CDATA[<p>I have two questions.  First, how do I install SQL Server Enterprise Edition on Windows XP?  And second, how can I find the SQL password without using an application?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/installing-sql-server-enterprise-edition-on-windows-xp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>installing SQL server enterprise edition on XP</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/installing-sql-server-enterprise-edition-on-xp/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/installing-sql-server-enterprise-edition-on-xp/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 10:30:08 +0000</pubDate>
		<dc:creator>Sazzemokhalef</dc:creator>
				<category><![CDATA[SQL Server Enterprise Edition]]></category>
		<category><![CDATA[SQL Server installation]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[how can I install SQL server enterprise edition on windows XP? I know there is a way but I dont know it if some body know it tell me plz]]></description>
				<content:encoded><![CDATA[<p>how can I install SQL server enterprise edition on windows XP?<br />
I know there is a way but I dont know it<br />
if some body know it tell me plz</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/installing-sql-server-enterprise-edition-on-xp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/22 queries in 0.032 seconds using memcached
Object Caching 947/1054 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-23 15:16:51 -->