<?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>Administration &#8211; SQLpowered.com</title>
	<atom:link href="https://sqlpowered.com/command-category/administration/feed/" rel="self" type="application/rss+xml" />
	<link>https://sqlpowered.com</link>
	<description>SQL Server + BI</description>
	<lastBuildDate>Mon, 17 Jan 2022 11:34:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://sqlpowered.com/wp-content/uploads/2020/07/FavIcon-e1594067873682-99x100.png</url>
	<title>Administration &#8211; SQLpowered.com</title>
	<link>https://sqlpowered.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Configuration (sp_configure)</title>
		<link>https://sqlpowered.com/t-sql-commands/configuration-sp_configure/</link>
		
		<dc:creator><![CDATA[Jan Dvořák]]></dc:creator>
		<pubDate>Mon, 17 Jan 2022 11:34:08 +0000</pubDate>
				<category><![CDATA[T-SQLpowered]]></category>
		<guid isPermaLink="false">https://sqlpowered.com/?post_type=t-sql-commands&#038;p=5352</guid>

					<description><![CDATA[Show advanced options: USE [master] GO EXEC [sys].[sp_configure] 'Show advanced options',1 GO RECONFIGURE WITH OVERRIDE GO]]></description>
										<content:encoded><![CDATA[<p>Show advanced options:</p>
<pre class="EnlighterJSRAW" data-enlighter-language="sql">USE [master]
GO
EXEC [sys].[sp_configure] 'Show advanced options',1
GO
RECONFIGURE WITH OVERRIDE
GO</pre>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
