<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>DBA Support India . com</title>
	<atom:link href="http://sqlserversupport.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sqlserversupport.wordpress.com</link>
	<description>Knowledge Centre for DBAs &#38; Developers</description>
	<lastBuildDate>Wed, 14 Dec 2011 17:39:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sqlserversupport.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/413e884f9a9c2aab0c1733b5babc80f6?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>DBA Support India . com</title>
		<link>http://sqlserversupport.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sqlserversupport.wordpress.com/osd.xml" title="DBA Support India . com" />
	<atom:link rel='hub' href='http://sqlserversupport.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Collection of useful Commands for SQL Server DBA</title>
		<link>http://sqlserversupport.wordpress.com/2011/07/15/collection-of-useful-sql-server-dba-commands/</link>
		<comments>http://sqlserversupport.wordpress.com/2011/07/15/collection-of-useful-sql-server-dba-commands/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 16:16:37 +0000</pubDate>
		<dc:creator>Amit Vaid</dc:creator>
				<category><![CDATA[ADMINISTRATION]]></category>
		<category><![CDATA[BEST PRACTICES]]></category>
		<category><![CDATA[Quick DBA]]></category>
		<category><![CDATA[SQL DBA]]></category>
		<category><![CDATA[use commands]]></category>

		<guid isPermaLink="false">http://sqldbasupport.wordpress.com/?p=785</guid>
		<description><![CDATA[In this article I have tried to give as much as I can from my real time experience. You may try these commands on one of your test/pre-production server. T-SQL Used to shrink the transaction log Not all commands are necessary, some commands are used to fix error countered. BACKUP LOG TestDBTO DISK = N&#8217;C:\TestDB_Adhoc_TransLog.Bak&#8217;;GO [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversupport.wordpress.com&amp;blog=9937886&amp;post=785&amp;subd=sqlserversupport&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlserversupport.wordpress.com/2011/07/15/collection-of-useful-sql-server-dba-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/67c95a013a6337a5faea9f66c4885c91?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amit</media:title>
		</media:content>
	</item>
		<item>
		<title>Quick Way to Create Single Table Backup (via SQL DBA Support . COM &#8211; Knowledge Centre for SQL DBAs)</title>
		<link>http://sqlserversupport.wordpress.com/2011/07/09/quick-way-to-create-single-table-backup-via-sql-dba-support-com-knowledge-centre-for-sql-dbas/</link>
		<comments>http://sqlserversupport.wordpress.com/2011/07/09/quick-way-to-create-single-table-backup-via-sql-dba-support-com-knowledge-centre-for-sql-dbas/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 01:32:26 +0000</pubDate>
		<dc:creator>Amit Vaid</dc:creator>
				<category><![CDATA[ADMINISTRATION]]></category>

		<guid isPermaLink="false">http://sqlserversupport.wordpress.com/2011/07/09/quick-way-to-create-single-table-backup-via-sql-dba-support-com-knowledge-centre-for-sql-dbas/</guid>
		<description><![CDATA[There are several ways to create backup for a single table in SQL Server database. In SQL Server 2008, now you can create insert statements for selected tables. Beside this Export wizard is commonly used to create a flat file backup for a single table. Both methods are reliable but still time consuming. And when [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversupport.wordpress.com&amp;blog=9937886&amp;post=1149&amp;subd=sqlserversupport&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlserversupport.wordpress.com/2011/07/09/quick-way-to-create-single-table-backup-via-sql-dba-support-com-knowledge-centre-for-sql-dbas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/67c95a013a6337a5faea9f66c4885c91?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amit</media:title>
		</media:content>

		<media:content url="http://connectsql.files.wordpress.com/2011/06/csvconnectsql.gif?w=604&#038;h=323?w=187&#038;h=100" medium="image">
			<media:title type="html">Quick Way to Create Single Table Backup</media:title>
		</media:content>
	</item>
		<item>
		<title>Replication General Errors (via SQL DBA Support . COM &#8211; Knowledge Centre for SQL DBAs)</title>
		<link>http://sqlserversupport.wordpress.com/2011/07/09/replication-general-errors-via-sql-dba-support-com-knowledge-centre-for-sql-dbas/</link>
		<comments>http://sqlserversupport.wordpress.com/2011/07/09/replication-general-errors-via-sql-dba-support-com-knowledge-centre-for-sql-dbas/#comments</comments>
		<pubDate>Sat, 09 Jul 2011 01:31:46 +0000</pubDate>
		<dc:creator>Amit Vaid</dc:creator>
				<category><![CDATA[ADMINISTRATION]]></category>

		<guid isPermaLink="false">http://sqlserversupport.wordpress.com/2011/07/09/replication-general-errors-via-sql-dba-support-com-knowledge-centre-for-sql-dbas/</guid>
		<description><![CDATA[Msg 2560, Level 16, State 9, Procedure sp_MSremoveidrangesupport, Line 88 Parameter 1 is incorrect for this DBCC statement. Msg 20025, Level 16, State 1, Procedure sp_dropmergepullsubscription, Line 339 The publication name must be unique. The specified publication name &#039;MainSync&#039; has already been used. Msg 14056, Level 16, State 1, Procedure sp_dropmergepullsubscription, Line 426 The subscription [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversupport.wordpress.com&amp;blog=9937886&amp;post=1148&amp;subd=sqlserversupport&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlserversupport.wordpress.com/2011/07/09/replication-general-errors-via-sql-dba-support-com-knowledge-centre-for-sql-dbas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/67c95a013a6337a5faea9f66c4885c91?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amit</media:title>
		</media:content>
	</item>
		<item>
		<title>Installation of Microsoft SQL Server 2008 R2 on Windows 2008 Clustered Environment.</title>
		<link>http://sqlserversupport.wordpress.com/2011/06/19/installation-of-microsoft-sql-server-2008-r2-on-windows-2008-clustered-environment/</link>
		<comments>http://sqlserversupport.wordpress.com/2011/06/19/installation-of-microsoft-sql-server-2008-r2-on-windows-2008-clustered-environment/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 11:45:15 +0000</pubDate>
		<dc:creator>Arun Halyal</dc:creator>
				<category><![CDATA[ADMINISTRATION]]></category>
		<category><![CDATA[INSTALLATION]]></category>
		<category><![CDATA[Quick DBA]]></category>
		<category><![CDATA[SQL 2008 Cluster]]></category>
		<category><![CDATA[SQL 2008 installation]]></category>
		<category><![CDATA[SQL Clustering]]></category>
		<category><![CDATA[step by step sql clustering]]></category>

		<guid isPermaLink="false">http://sqldbasupport.wordpress.com/?p=861</guid>
		<description><![CDATA[Installing  SQL Server 2008 on a Windows Server 2008 Cluster. Its bit different from previous version.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversupport.wordpress.com&amp;blog=9937886&amp;post=861&amp;subd=sqlserversupport&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlserversupport.wordpress.com/2011/06/19/installation-of-microsoft-sql-server-2008-r2-on-windows-2008-clustered-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50d7603a83245c7360a1d1d379ae41cc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arunhalyal</media:title>
		</media:content>
	</item>
		<item>
		<title>Insert Data From One Table to Another Table &#8211; INSERT INTO SELECT &#8211; SELECT INTO TABLE</title>
		<link>http://sqlserversupport.wordpress.com/2011/06/19/insert-data-from-one-table-to-another-table-insert-into-select-select-into-table/</link>
		<comments>http://sqlserversupport.wordpress.com/2011/06/19/insert-data-from-one-table-to-another-table-insert-into-select-select-into-table/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 00:19:33 +0000</pubDate>
		<dc:creator>Amit Vaid</dc:creator>
				<category><![CDATA[ADMINISTRATION]]></category>
		<category><![CDATA[BEST PRACTICES]]></category>
		<category><![CDATA[Quick DBA]]></category>
		<category><![CDATA[INSERT INTO SELECT]]></category>
		<category><![CDATA[SELECT INTO TABLE]]></category>
		<category><![CDATA[SQL server 2005]]></category>
		<category><![CDATA[SQL Server 2008]]></category>

		<guid isPermaLink="false">http://sqldbasupport.wordpress.com/?p=848</guid>
		<description><![CDATA[How can we insert data from one table to another table without using import/export wizard? How will you create one table (new table) from another table (source table). The new table should be empty after creation? Well, there are two different methods to perform inserting data from one table to another table. I prefer to use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversupport.wordpress.com&amp;blog=9937886&amp;post=848&amp;subd=sqlserversupport&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlserversupport.wordpress.com/2011/06/19/insert-data-from-one-table-to-another-table-insert-into-select-select-into-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/67c95a013a6337a5faea9f66c4885c91?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amit</media:title>
		</media:content>
	</item>
		<item>
		<title>Does Unwanted Tables in a Query or View Affect Performance</title>
		<link>http://sqlserversupport.wordpress.com/2011/06/18/does-unwanted-tables-in-a-query-or-view-affect-performance/</link>
		<comments>http://sqlserversupport.wordpress.com/2011/06/18/does-unwanted-tables-in-a-query-or-view-affect-performance/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 19:23:50 +0000</pubDate>
		<dc:creator>aasim</dc:creator>
				<category><![CDATA[ADMINISTRATION]]></category>

		<guid isPermaLink="false">http://sqldbasupport.wordpress.com/?p=836</guid>
		<description><![CDATA[Recently a friend of mine asked, that is it true that presence of extra tables in joins section of a query, will affect query performance. Extra tables means, tables which can be skipped from query without affecting query result. For example following query has extra tables (other than vendor and contact tables) in join section<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversupport.wordpress.com&amp;blog=9937886&amp;post=836&amp;subd=sqlserversupport&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlserversupport.wordpress.com/2011/06/18/does-unwanted-tables-in-a-query-or-view-affect-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0d07b3d5be3ca296f12daf8e1e13d03f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lionofdezert</media:title>
		</media:content>

		<media:content url="http://connectsql.files.wordpress.com/2011/06/executionplan1.gif?w=604&#038;h=162" medium="image">
			<media:title type="html">executionplan1</media:title>
		</media:content>

		<media:content url="http://connectsql.files.wordpress.com/2011/06/executionplan2.gif?w=548&#038;h=326" medium="image">
			<media:title type="html">executionplan2</media:title>
		</media:content>
	</item>
		<item>
		<title>Quick Way to Create Single Table Backup</title>
		<link>http://sqlserversupport.wordpress.com/2011/06/17/quick-way-to-create-single-table-backup/</link>
		<comments>http://sqlserversupport.wordpress.com/2011/06/17/quick-way-to-create-single-table-backup/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 19:05:00 +0000</pubDate>
		<dc:creator>aasim</dc:creator>
				<category><![CDATA[ADMINISTRATION]]></category>
		<category><![CDATA[BACKUP & RECOVERY]]></category>
		<category><![CDATA[BEST PRACTICES]]></category>
		<category><![CDATA[Backup & Restore]]></category>
		<category><![CDATA[bcp]]></category>
		<category><![CDATA[SQL server 2005]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[table backup]]></category>

		<guid isPermaLink="false">http://sqldbasupport.wordpress.com/?p=829</guid>
		<description><![CDATA[There are several ways to create backup for a single table in SQL Server database. In SQL Server 2008, now you can create insert statements for selected tables. Beside this Export wizard is commonly used to create a flat file backup for a single table. Both methods are reliable but still time consuming. And when [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversupport.wordpress.com&amp;blog=9937886&amp;post=829&amp;subd=sqlserversupport&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlserversupport.wordpress.com/2011/06/17/quick-way-to-create-single-table-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0d07b3d5be3ca296f12daf8e1e13d03f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lionofdezert</media:title>
		</media:content>

		<media:content url="http://connectsql.files.wordpress.com/2011/06/csvconnectsql.gif?w=604&#038;h=323" medium="image">
			<media:title type="html">csvConnectsQL</media:title>
		</media:content>
	</item>
		<item>
		<title>Replication General Errors</title>
		<link>http://sqlserversupport.wordpress.com/2011/06/11/replication-general-errors/</link>
		<comments>http://sqlserversupport.wordpress.com/2011/06/11/replication-general-errors/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 08:33:49 +0000</pubDate>
		<dc:creator>Vivek Shankar</dc:creator>
				<category><![CDATA[ADMINISTRATION]]></category>
		<category><![CDATA[BEST PRACTICES]]></category>
		<category><![CDATA[REPLICATION]]></category>
		<category><![CDATA[Cannot reinitialize subscriptions of non-immediate_sync publications]]></category>
		<category><![CDATA[replication general errors]]></category>
		<category><![CDATA[The publication name must be unique]]></category>

		<guid isPermaLink="false">http://sqldbasupport.wordpress.com/?p=803</guid>
		<description><![CDATA[Msg 2560, Level 16, State 9, Procedure sp_MSremoveidrangesupport, Line 88 Parameter 1 is incorrect for this DBCC statement. Msg 20025, Level 16, State 1, Procedure sp_dropmergepullsubscription, Line 339 The publication name must be unique. The specified publication name &#8216;MainSync&#8217; has already been used. Msg 14056, Level 16, State 1, Procedure sp_dropmergepullsubscription, Line 426 The subscription [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversupport.wordpress.com&amp;blog=9937886&amp;post=803&amp;subd=sqlserversupport&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlserversupport.wordpress.com/2011/06/11/replication-general-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/98c0627800ec88ea499aea162f1a42be?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">crazydba</media:title>
		</media:content>
	</item>
		<item>
		<title>SQL Databases Last Backup Data and Time with Recovery Mode</title>
		<link>http://sqlserversupport.wordpress.com/2011/06/10/sql-databases-last-backup-data-and-time-with-recovery-mode/</link>
		<comments>http://sqlserversupport.wordpress.com/2011/06/10/sql-databases-last-backup-data-and-time-with-recovery-mode/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 02:16:04 +0000</pubDate>
		<dc:creator>Arun Halyal</dc:creator>
				<category><![CDATA[T-SQL / SCRIPTS]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[database backup]]></category>
		<category><![CDATA[SQL Backup]]></category>

		<guid isPermaLink="false">http://sqldbasupport.wordpress.com/?p=789</guid>
		<description><![CDATA[Many times DBAs find difficulty to find out when did Last full backup or Transaction log backup completed on SQL Instance and If the SQL Instance has number of database its even more difficult to find out through SQL Enterprise Manager or Management Studio. Following query display the Last Full and Transaction log backup Data/Time [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversupport.wordpress.com&amp;blog=9937886&amp;post=789&amp;subd=sqlserversupport&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlserversupport.wordpress.com/2011/06/10/sql-databases-last-backup-data-and-time-with-recovery-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50d7603a83245c7360a1d1d379ae41cc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">arunhalyal</media:title>
		</media:content>
	</item>
		<item>
		<title>General Error Message (Volume 3)</title>
		<link>http://sqlserversupport.wordpress.com/2011/06/10/general-error-message-volume-3-2/</link>
		<comments>http://sqlserversupport.wordpress.com/2011/06/10/general-error-message-volume-3-2/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 18:50:42 +0000</pubDate>
		<dc:creator>Amit Vaid</dc:creator>
				<category><![CDATA[ADMINISTRATION]]></category>

		<guid isPermaLink="false">http://blog.sqldbasupport.com/2010/08/04/general-error-message-volume-3-2/</guid>
		<description><![CDATA[SP_HELPDB error, it is not running properly - The exact error that you may see is something like the following: Server: Msg 515, Level 16, State 2, Procedure sp_helpdb, Line 53 Cannot insert the value NULL into column &#8221;, table &#8221;; column does not allow nulls. INSERT fails.The statement has been terminated. Cause : This [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sqlserversupport.wordpress.com&amp;blog=9937886&amp;post=483&amp;subd=sqlserversupport&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sqlserversupport.wordpress.com/2011/06/10/general-error-message-volume-3-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/67c95a013a6337a5faea9f66c4885c91?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amit</media:title>
		</media:content>
	</item>
	</channel>
</rss>
