<?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-Advanced | Varinder Sandhu</title>
	<atom:link href="https://varindersandhu.in/category/sql/sql-advanced/feed/" rel="self" type="application/rss+xml" />
	<link>https://varindersandhu.in</link>
	<description>Keep it Simple and Smart</description>
	<lastBuildDate>Thu, 04 Mar 2021 17:24:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://varindersandhu.in/wp-content/uploads/2020/05/varindersandhu_favicon.ico</url>
	<title>SQL-Advanced | Varinder Sandhu</title>
	<link>https://varindersandhu.in</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">22788835</site>	<item>
		<title>SQL Server &#8211; Single Instance vs. Multiple Instances</title>
		<link>https://varindersandhu.in/2015/07/24/sql-server-single-instance-vs-multiple-instances/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Fri, 24 Jul 2015 12:14:00 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL-Advanced]]></category>
		<category><![CDATA[SQL-General]]></category>
		<category><![CDATA[SQL-Tips and Tricks]]></category>
		<category><![CDATA[Multiple Instances]]></category>
		<category><![CDATA[Single Instance]]></category>
		<category><![CDATA[SQL Server]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=3620</guid>

					<description><![CDATA[<p>Single Instance Pros Only one instance needs to be administered on the single machine. There is no duplication of components or processing overhead, such as having to run multiple database engines on the same computer. This means that the overall performance of a server with a single instance may be</p>
<p>The post <a href="https://varindersandhu.in/2015/07/24/sql-server-single-instance-vs-multiple-instances/">SQL Server – Single Instance vs. Multiple Instances</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3620</post-id>	</item>
		<item>
		<title>Effective Database Maintenance and Management – Index Fragmentation</title>
		<link>https://varindersandhu.in/2015/01/23/effective-database-maintenance-management-index-fragmentation/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Fri, 23 Jan 2015 13:14:10 +0000</pubDate>
				<category><![CDATA[Guest Post]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL-Advanced]]></category>
		<category><![CDATA[SQL-Index]]></category>
		<category><![CDATA[Database Performance Tuning]]></category>
		<category><![CDATA[Fragmentation]]></category>
		<category><![CDATA[Index Fragmentation]]></category>
		<category><![CDATA[SQL Server]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=3591</guid>

					<description><![CDATA[<p>We have said before that indexes are easily the most important database structures insofar as database performance tuning is concerned. Therefore, you must pay keen attention to their configuration, structure and arrangement in order to get the best level of performance out of them. Theory of index fragmentation Fragmentation does</p>
<p>The post <a href="https://varindersandhu.in/2015/01/23/effective-database-maintenance-management-index-fragmentation/">Effective Database Maintenance and Management – Index Fragmentation</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3591</post-id>	</item>
		<item>
		<title>Unable to connect the SQL Server Instance &#8211; 26 &#8211; Error Locating Server/Instance Specified</title>
		<link>https://varindersandhu.in/2014/11/21/unable-connect-sql-server-instance-26-error-locating-serverinstance-specified/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Fri, 21 Nov 2014 10:16:00 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL-Advanced]]></category>
		<category><![CDATA[SQL-Tips and Tricks]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[26 - Error Locating Server]]></category>
		<category><![CDATA[Browser Service]]></category>
		<category><![CDATA[SQL Server]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=3569</guid>

					<description><![CDATA[<p>Problem\Issue: User is not able to connect the SQL Server Named Instance ServerName\InstanceName Additional Error Messages: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is</p>
<p>The post <a href="https://varindersandhu.in/2014/11/21/unable-connect-sql-server-instance-26-error-locating-serverinstance-specified/">Unable to connect the SQL Server Instance – 26 – Error Locating Server/Instance Specified</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3569</post-id>	</item>
		<item>
		<title>SQL Server &#8211; How to read the SQL Server Error log files using TSQL</title>
		<link>https://varindersandhu.in/2014/11/11/sql-server-how-to-read-the-sql-server-error-log-files-using-tsql/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Tue, 11 Nov 2014 10:04:51 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL-Advanced]]></category>
		<category><![CDATA[SQL-Query]]></category>
		<category><![CDATA[SQL-Scripts]]></category>
		<category><![CDATA[SQL-Tips and Tricks]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Agent Error]]></category>
		<category><![CDATA[SQL Server Error Log]]></category>
		<category><![CDATA[SQL Server Log Files]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=3563</guid>

					<description><![CDATA[<p>There is undocumented system stored procedure sp_readerrorlog which allows us to read the SQL Server error log files directly using T-SQL. This procedure has total 7 parameters as given below: Parameter Values First Parameter Value of error log file you want to read: 0 = current, 1 = Archive #1,</p>
<p>The post <a href="https://varindersandhu.in/2014/11/11/sql-server-how-to-read-the-sql-server-error-log-files-using-tsql/">SQL Server – How to read the SQL Server Error log files using TSQL</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3563</post-id>	</item>
		<item>
		<title>SQL Server &#8211; Enable SQL Server 2012 AlwaysOn Availability Groups</title>
		<link>https://varindersandhu.in/2014/08/11/sql-server-enable-sql-server-2012-alwayson-availability-groups/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Mon, 11 Aug 2014 07:00:54 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL-Advanced]]></category>
		<category><![CDATA[SQL-Server 2012]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[AlwaysOn]]></category>
		<category><![CDATA[AlwaysOn Availability Groups]]></category>
		<category><![CDATA[Availability Groups]]></category>
		<category><![CDATA[SQL Server 2012]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=3541</guid>

					<description><![CDATA[<p>In the previous post  SQL Server – AlwaysOn Availability Groups, described enhancement to SQL Server 2014 AlwaysOn Availability Groups. In this post, we will see how to enable SQL Server 2012 AlwaysOn Availability Groups using UI and PowerShell. Using UI Go to SQL Server Configuration Manager &#62;&#62; Navigate to SQL</p>
<p>The post <a href="https://varindersandhu.in/2014/08/11/sql-server-enable-sql-server-2012-alwayson-availability-groups/">SQL Server – Enable SQL Server 2012 AlwaysOn Availability Groups</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3541</post-id>	</item>
		<item>
		<title>SQL Server – Database mirroring vs Log Shipping</title>
		<link>https://varindersandhu.in/2014/07/29/sql-server-database-mirroring-vs-log-shipping/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Tue, 29 Jul 2014 13:24:35 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL-Advanced]]></category>
		<category><![CDATA[SQL-Tips and Tricks]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[Database Mirroring]]></category>
		<category><![CDATA[Log shipping]]></category>
		<category><![CDATA[SQL Server]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=3534</guid>

					<description><![CDATA[<p>I would like to start this topic with very common question for database administrators. Question: What is difference between the Database Mirroring and Log Shipping? Which is preferable solution? Database Mirroring: Database mirroring is functionality in the SQL Server engine that reads from the transaction log and copies transactions from</p>
<p>The post <a href="https://varindersandhu.in/2014/07/29/sql-server-database-mirroring-vs-log-shipping/">SQL Server – Database mirroring vs Log Shipping</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3534</post-id>	</item>
		<item>
		<title>SQL Server &#8211; Log shipping for Disaster Recovery Solution</title>
		<link>https://varindersandhu.in/2014/07/17/sql-server-log-shipping-disaster-recovery-solution/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Thu, 17 Jul 2014 05:35:06 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL-Advanced]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[Log shipping]]></category>
		<category><![CDATA[SQL Server]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=3518</guid>

					<description><![CDATA[<p>What is Log Shipping? Log Shipping is a basic level SQL Server high-availability technology. It is automated process to send the transaction log backups from a primary database on a primary server instance to one or more secondary databases on separate secondary server instances. The transaction log backups are applied</p>
<p>The post <a href="https://varindersandhu.in/2014/07/17/sql-server-log-shipping-disaster-recovery-solution/">SQL Server – Log shipping for Disaster Recovery Solution</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3518</post-id>	</item>
		<item>
		<title>SQL Server &#8211; Unattended Installation of SQL Server 2012 Using Command Line</title>
		<link>https://varindersandhu.in/2014/06/30/sql-server-unattended-installation-sql-server-2012-using-command-line/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Mon, 30 Jun 2014 12:45:01 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL-Advanced]]></category>
		<category><![CDATA[SQL-Server 2012]]></category>
		<category><![CDATA[SQL-Tips and Tricks]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[Configuration File]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Unattended Installation]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=3484</guid>

					<description><![CDATA[<p>Many times we face a requirement to perform the unattended installation of SQL Server. In this post we will see the steps to perform the unattended installation of SQL Server 2012 using command line. There are two ways to install the unattended installation of SQL Server 2012 using command line.</p>
<p>The post <a href="https://varindersandhu.in/2014/06/30/sql-server-unattended-installation-sql-server-2012-using-command-line/">SQL Server – Unattended Installation of SQL Server 2012 Using Command Line</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3484</post-id>	</item>
		<item>
		<title>SQL Server &#8211; AlwaysOn Availability Groups</title>
		<link>https://varindersandhu.in/2014/05/27/sql-server-alwayson-availability-groups/</link>
					<comments>https://varindersandhu.in/2014/05/27/sql-server-alwayson-availability-groups/#comments</comments>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Tue, 27 May 2014 10:57:46 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL-Advanced]]></category>
		<category><![CDATA[SQL-Server 2012]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[AlwaysOn]]></category>
		<category><![CDATA[Availability Group]]></category>
		<category><![CDATA[SQL Server]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=3473</guid>

					<description><![CDATA[<p>Introduction Microsoft introduced the AlwaysOn Availability Groups which is a high-availability and disaster-recovery solution that provides an enterprise-level solution in SQL Server 2012. Using Database Mirroring for local high availability and combining it with Log Shipping for a disaster recovery solution is popular deployment architecture prior to SQL Server 2012.</p>
<p>The post <a href="https://varindersandhu.in/2014/05/27/sql-server-alwayson-availability-groups/">SQL Server – AlwaysOn Availability Groups</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
					<wfw:commentRss>https://varindersandhu.in/2014/05/27/sql-server-alwayson-availability-groups/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3473</post-id>	</item>
		<item>
		<title>SQL Server &#8211; How to restore the mirroring database</title>
		<link>https://varindersandhu.in/2014/05/21/sql-server-restore-mirroring-database/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Wed, 21 May 2014 11:30:56 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL-Advanced]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[Database Restore]]></category>
		<category><![CDATA[mirroring database]]></category>
		<category><![CDATA[SQL Server]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=3515</guid>

					<description><![CDATA[<p>Now here we have question regarding the Mirroring Database: How can we recover the data from mirror database? How to restore the mirroring database? Here I would like to clear that we cannot restore a database that is involved in Mirroring without removing Mirroring. Removing the Mirroring using T-SQL ALTER</p>
<p>The post <a href="https://varindersandhu.in/2014/05/21/sql-server-restore-mirroring-database/">SQL Server – How to restore the mirroring database</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3515</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Database Caching 19/128 queries in 0.024 seconds using Disk

Served from: varindersandhu.in @ 2025-10-30 14:21:56 by W3 Total Cache
-->