<?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>Authentication | Varinder Sandhu</title>
	<atom:link href="https://varindersandhu.in/tag/authentication/feed/" rel="self" type="application/rss+xml" />
	<link>https://varindersandhu.in</link>
	<description>Keep it Simple and Smart</description>
	<lastBuildDate>Fri, 21 Mar 2014 11:27:17 +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>Authentication | 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 – Understanding of SQL Server Role and Database Role</title>
		<link>https://varindersandhu.in/2014/03/21/sql-server-understanding-sql-server-role-database-role/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Fri, 21 Mar 2014 11:27:11 +0000</pubDate>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL-Advanced]]></category>
		<category><![CDATA[SQL-General]]></category>
		<category><![CDATA[SQL-Server 2012]]></category>
		<category><![CDATA[SQL-Tips and Tricks]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[Database Role]]></category>
		<category><![CDATA[Server Role]]></category>
		<category><![CDATA[SQL Server]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=3407</guid>

					<description><![CDATA[<p>SQL Server supports the two authentication mode as Windows authentication mode and Mixed authentication mode. Once the user is authenticated, SQL server will allow access to the user based on the permission that user has. All the user permissions are based on Server Role and Database Role. So let try</p>
<p>The post <a href="https://varindersandhu.in/2014/03/21/sql-server-understanding-sql-server-role-database-role/">SQL Server – Understanding of SQL Server Role and Database Role</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3407</post-id>	</item>
		<item>
		<title>SQL Server &#8211; Change the Authentication Mode – Enable sa login</title>
		<link>https://varindersandhu.in/2013/01/25/sql-server-change-the-authentication-mode-enable-sa-login/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Fri, 25 Jan 2013 15:48:23 +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[Authentication]]></category>
		<category><![CDATA[enable sa login]]></category>
		<category><![CDATA[Mixed Mode]]></category>
		<category><![CDATA[Server Authentication]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Windows Authentication]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=2724</guid>

					<description><![CDATA[<p>During the installation of SQL Server if you choose the windows authentication mode and sa login is disabled. With the help of following steps you can change the authentication mode from windows to SQL Server authentication mode. Change the Authentication Mode  In SQL Server Management Studio Object Explorer, right-click the</p>
<p>The post <a href="https://varindersandhu.in/2013/01/25/sql-server-change-the-authentication-mode-enable-sa-login/">SQL Server – Change the Authentication Mode – Enable sa login</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2724</post-id>	</item>
		<item>
		<title>SQL Server &#8211; Authentication Mode – Windows Mode and Mixed Mode</title>
		<link>https://varindersandhu.in/2013/01/22/sql-server-authentication-mode-windows-mode-and-mixed-mode/</link>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Tue, 22 Jan 2013 12:08:33 +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[Authentication]]></category>
		<category><![CDATA[Mixed Mode]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQL Server Authentication]]></category>
		<category><![CDATA[Windows Authentication]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=2717</guid>

					<description><![CDATA[<p>During the installation of SQL Server you can choose the authentication mode for Database Instance. SQL Server support the two authentication mode as Windows authentication mode: Windows Authentication mode enables Windows Authentication and disables SQL Server Authentication.  Even if you choose Windows Authentication mode during SQL Server installation “sa” user</p>
<p>The post <a href="https://varindersandhu.in/2013/01/22/sql-server-authentication-mode-windows-mode-and-mixed-mode/">SQL Server – Authentication Mode – Windows Mode and Mixed Mode</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2717</post-id>	</item>
		<item>
		<title>Authentication Vs Authorization &#8211; Security Concepts</title>
		<link>https://varindersandhu.in/2011/07/12/authentication-vs-authorization/</link>
					<comments>https://varindersandhu.in/2011/07/12/authentication-vs-authorization/#comments</comments>
		
		<dc:creator><![CDATA[Varinder Sandhu]]></dc:creator>
		<pubDate>Tue, 12 Jul 2011 13:08:13 +0000</pubDate>
				<category><![CDATA[.Net Framework]]></category>
		<category><![CDATA[Varinder Sandhu]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[Authorization]]></category>
		<category><![CDATA[Security Concepts]]></category>
		<guid isPermaLink="false">http://www.varindersandhu.in/?p=1309</guid>

					<description><![CDATA[<p>We all know about the security concepts, Authentication and Authorization. However, it is really important to know the difference between Authentication and Authorization.  Lot of detailed stuff is available over the internet but here sharing with you the brief information about the difference between Authentication and Authorization, so that we can</p>
<p>The post <a href="https://varindersandhu.in/2011/07/12/authentication-vs-authorization/">Authentication Vs Authorization – Security Concepts</a> first appeared on <a href="https://varindersandhu.in">Varinder Sandhu</a>.</p>]]></description>
		
					<wfw:commentRss>https://varindersandhu.in/2011/07/12/authentication-vs-authorization/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1309</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 using Disk (Request-wide modification query)

Served from: varindersandhu.in @ 2025-10-30 13:57:57 by W3 Total Cache
-->