 




<?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 2005 administration</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/sql-server/sql-server-2005-administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 02:14:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Can two separate cursors update the same SQL table when executed together?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/can-two-separate-cursors-update-the-same-table-when-executed-together/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/can-two-separate-cursors-update-the-same-table-when-executed-together/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 10:57:15 +0000</pubDate>
		<dc:creator>MrRussellWebb</dc:creator>
				<category><![CDATA[SQL Cursors]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005 administration]]></category>
		<category><![CDATA[SQL tables]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have three tables. Table One is a master table which contains rows which need to be updated with data from the other two tables (I&#8217;ll call them Table Two and Table Three). I have created a cursor which updates existing rows in Table One with data from Table Two. This works fine, and following [...]]]></description>
				<content:encoded><![CDATA[<p>I have three tables.  </p>
<p>Table One is a master table which contains rows which need to be updated with data from the other two tables (I&#8217;ll call them Table Two and Table Three).</p>
<p>I have created a cursor which updates existing rows in Table One with data from Table Two.  This works fine, and following the successful execution of the cursor, Table One contains the new data. </p>
<p>However, I have a second cursor, which updates the same columns in Table One as the first cursor does, (but never the same rows), and when this second cursor is executed, the data in Table One is updated with the data from Table Three. However, when querying Table One after the execution of the second cursor the data from Table Two is no longer present.<br />
Each cursor is executed in its own transaction, which is committed after the cursor has been closed and deallocated.</p>
<p>This is my first attempt at using cursors, and I need to know whether what I&#8217;m doing is technically possible, and if so what may be causing the updates from the first cursor to be lost.</p>
<p>Any help would be greatly appreciated!</p>
<p>Thanks R.W.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/can-two-separate-cursors-update-the-same-table-when-executed-together/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trouble installing SQL Server 2005</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/bad-install/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/bad-install/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 20:06:53 +0000</pubDate>
		<dc:creator>Pmister</dc:creator>
				<category><![CDATA[SQL 2000]]></category>
		<category><![CDATA[SQL 2000 to 2005 Migration]]></category>
		<category><![CDATA[SQL 2005]]></category>
		<category><![CDATA[SQL Installation]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2000]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005 administration]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have installed SQL2005 as default instance on a server that already has 2000 as the default. how can I remove sql2005 safely and reinstall 2005 as a named server.]]></description>
				<content:encoded><![CDATA[<p>I have installed SQL2005 as default instance on a server that already has 2000 as the default. how can I remove sql2005 safely and reinstall 2005 as a named server.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/bad-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running Profiler, an update statement show reads but no writes?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/running-profiler-an-update-statement-show-reads-but-no-writes/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/running-profiler-an-update-statement-show-reads-but-no-writes/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 14:16:44 +0000</pubDate>
		<dc:creator>Manodak</dc:creator>
				<category><![CDATA[SQL 2005]]></category>
		<category><![CDATA[SQL Profiler]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005 administration]]></category>
		<category><![CDATA[UPDATE statement]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Example: last 3 columns are write, rowcount,reads [table] [tbody] [tr] [td]75072[/td] [td]SQL:StmtCompleted[/td] [td]UPDATE UserHdr SET LastActivity = &#8217;29-Aug-2010 01:23:24 AM&#8217; WHERE UserKey = &#8216;M&#8217;[/td] [td]205[/td] [td]2010-08-29 01:23:24.393[/td] [td]The FactorSoft Program[/td] [td]12695[/td] [td]2010-08-29 01:23:24.407[/td] [td]0[/td] [td]1[/td] [td]2[/td] [/tr] [/tbody] [/table]]]></description>
				<content:encoded><![CDATA[<p>Example: last 3 columns are write, rowcount,reads<br/><br/> [table] [tbody] [tr] [td]75072[/td] [td]SQL:StmtCompleted[/td] [td]UPDATE UserHdr SET LastActivity = &#8217;29-Aug-2010 01:23:24 AM&#8217; WHERE UserKey = &#8216;M&#8217;[/td] [td]205[/td] [td]2010-08-29 01:23:24.393[/td] [td]The FactorSoft Program[/td] [td]12695[/td] [td]2010-08-29 01:23:24.407[/td] [td]0[/td] [td]1[/td] [td]2[/td] [/tr] [/tbody] [/table]</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/running-profiler-an-update-statement-show-reads-but-no-writes/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Calling stored procedure in a database to query data in another database</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/calling-stored-procedure-in-a-database-to-query-data-in-another-database/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/calling-stored-procedure-in-a-database-to-query-data-in-another-database/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 15:20:33 +0000</pubDate>
		<dc:creator>Ncs</dc:creator>
				<category><![CDATA[SQL 2005]]></category>
		<category><![CDATA[SQL Query]]></category>
		<category><![CDATA[SQL Select]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005 administration]]></category>
		<category><![CDATA[SQL Server stored procedures]]></category>
		<category><![CDATA[T-SQL]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Question Edited by Serena3]]></description>
				<content:encoded><![CDATA[Question Edited by Serena3]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/calling-stored-procedure-in-a-database-to-query-data-in-another-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>error in creating new database using sql server</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/error-in-creating-new-database-using-sql-server/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/error-in-creating-new-database-using-sql-server/#comments</comments>
		<pubDate>Tue, 27 Apr 2010 03:36:52 +0000</pubDate>
		<dc:creator>Ladylynn</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005 administration]]></category>
		<category><![CDATA[SQL Server 2005 error messages]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I enter as the administrator, and when creating a new database a message always appear stating that permission denied in database master! what shall i do?]]></description>
				<content:encoded><![CDATA[<p>I enter as the administrator, and when creating a new database a message always appear stating that permission denied in database master! what shall i do?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/error-in-creating-new-database-using-sql-server/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>SQL Server 2005 System Report</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sql-server-system-report-2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sql-server-system-report-2/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 16:40:25 +0000</pubDate>
		<dc:creator>RonitReno</dc:creator>
				<category><![CDATA[SQL Server 2005 administration]]></category>
		<category><![CDATA[SQL Server 2005 Analysis Services]]></category>
		<category><![CDATA[SQL Server 2005 Reporting Services]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I need some ideas of how to create a SQL Server System Report, i.e. how much memory has been consumed, how much time was taken in a job run? Can some one provide me an example, please? Thanx.]]></description>
				<content:encoded><![CDATA[<p>I need some ideas of how to create a SQL Server System Report, i.e. how much memory has been consumed, how much time was taken in a job run? Can some one provide me an example, please? Thanx.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sql-server-system-report-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>bulk update query using sql server</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/bulk-update-query-using-sql-server/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/bulk-update-query-using-sql-server/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 08:01:44 +0000</pubDate>
		<dc:creator>Pramoda</dc:creator>
				<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005 administration]]></category>
		<category><![CDATA[SQL Server 2005 Database]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi , We need a way using sql server  for updating more than one rows at a time . Thanks , Pramod.  ]]></description>
				<content:encoded><![CDATA[<p>Hi ,<br/><br/> We need a way using sql server  for updating more than one rows at a time .<br/><br/> Thanks ,<br/><br/> Pramod.<br/><br/>  <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/bulk-update-query-using-sql-server/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SQL 2005 transaction logs</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/transaction-logs-2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/transaction-logs-2/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 01:38:32 +0000</pubDate>
		<dc:creator>Hydrostani</dc:creator>
				<category><![CDATA[sql 2005 Performance Issues]]></category>
		<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005 administration]]></category>
		<category><![CDATA[SQL transaction logs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[At what point should we truncate the transaction log]]></description>
				<content:encoded><![CDATA[<p>At what point should we truncate the transaction log</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/transaction-logs-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server Reporting services</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/reporting-services/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/reporting-services/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 01:32:47 +0000</pubDate>
		<dc:creator>Hydrostani</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server 2005 administration]]></category>
		<category><![CDATA[SSRS 2005]]></category>
		<category><![CDATA[SSRS reports]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I am trying to add a field that has different values.I need to add them to get a total number .Example: Lesson num field contains value 1245,3467,6754,9987,4089 I need to add them to get a total of 5.]]></description>
				<content:encoded><![CDATA[<p>I am trying to add a field that has different values.I need to add them to get a total number .Example: Lesson num field contains value 1245,3467,6754,9987,4089 I need to add them to get a total of 5.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/reporting-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Permission to Export SQL Server 2005</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/permission-to-export/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/permission-to-export/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 19:55:20 +0000</pubDate>
		<dc:creator>VelameLaCosa</dc:creator>
				<category><![CDATA[SQL Server 2005]]></category>
		<category><![CDATA[SQL Server 2005 administration]]></category>
		<category><![CDATA[SQL Server permissions]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[On SQL Server 2005, what is the minimum permission needed to allow a user to export tables from one database server to another server? Permission on SOURCE=? Permission on DESTINATION=?]]></description>
				<content:encoded><![CDATA[<p>On SQL Server 2005, what is the minimum permission needed to allow a user to export tables from one database server to another server? <br/><br/> Permission on SOURCE=? <br/><br/> Permission on DESTINATION=?<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/permission-to-export/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/30 queries in 0.033 seconds using memcached
Object Caching 942/1095 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 02:26:47 -->