<?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>Thiago Zavaschi R2 &#187; Configuration Manager</title>
	<atom:link href="http://zavaschi.com/index.php/tag/configuration-manager/feed/" rel="self" type="application/rss+xml" />
	<link>http://zavaschi.com</link>
	<description>www.zavaschi.com</description>
	<lastBuildDate>Mon, 02 Jan 2012 16:51:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Repostagem &#8211; Surface Area Configuration (SAC) no SQL Server 2008</title>
		<link>http://zavaschi.com/index.php/2009/06/repostagem-surface-area-configuration-sac-no-sql-server-2008/</link>
		<comments>http://zavaschi.com/index.php/2009/06/repostagem-surface-area-configuration-sac-no-sql-server-2008/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 22:30:00 +0000</pubDate>
		<dc:creator>Thiago Zavaschi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Configuration Manager]]></category>
		<category><![CDATA[Facets]]></category>
		<category><![CDATA[SQL Server 2008]]></category>
		<category><![CDATA[Surface Area Configuration]]></category>

		<guid isPermaLink="false">http://zavaschi.com/?p=32</guid>
		<description><![CDATA[Segue mais uma repostagem do blog antigo!
Surface Area Configuration no SQL Server 2008 ?
O SQL Server Surface Area Configuration (SAC), presente no SQL server 2005, responsável por gerenciar serviços (conexões remotas, protocolos, etc.) e features não está mais presente no SQL Server 2008. 
Aí cabe a pergunta: 
“Ok Thiago, eu sei que muitas coisas que [...]]]></description>
			<content:encoded><![CDATA[<p>Segue mais uma repostagem do blog antigo!</p>
<h6>Surface Area Configuration no SQL Server 2008 ?</h6>
<p>O SQL Server Surface Area Configuration (SAC), presente no SQL server 2005, responsável por gerenciar serviços (conexões remotas, protocolos, etc.) e features não está mais presente no SQL Server 2008. </p>
<p>Aí cabe a pergunta: </p>
<p><em>“Ok Thiago, eu sei que muitas coisas que eu fazia com o SAC eu poderia fazer no Configuration Manager, mas e se eu quiser habilitar as features, tarefa que eu fazia no SAC?”</em></p>
<p>No SQL Server 2008 é bastante simples, para isso usamos as Facetas (Facets).    <br />A maneira mais de alterá-las é através do SQL Server Management Studio. </p>
<p>Segue o passo a passo: </p>
<p>1. Clique com o botão direito no nome da instância (na janela do object Explorer) e selecione “Facets”. </p>
<p><img src="http://a5ceig.blu.livefilestore.com/y1pdwmyOAtvNNxHIbbmU0JhWjaRzFRN_rYR51Rfz0ZGAC_U1pouAEIBAvBjThg472w6D43pA4igwwqn4fvgHkFDrw/Facets1.png" /></p>
<p>2. Na janela “View Facets”, em Facet, selecione “Surface Area Configuration”. </p>
<p><img src="http://a5ceig.blu.livefilestore.com/y1plwYRnrTIBY2nhituAY_pgkbb5810qypwlwDii9XCYfj6GtO0kfFJmxGIrBMgv1VmpAVirRe-kLysoReCF59GbA/Facets2.png" width="548" height="176" /></p>
<p>3. Pronto, agora basta habilitar as features desejadas, como por exemplo a integração com o CLR. </p>
<p><img src="http://a5ceig.blu.livefilestore.com/y1plnmsSDWSJ7qD22THHJcZL2Etib06kf3uTs_ifkjj9Is0inwuT5GtEfQDSCQBJB-jVOXYDcPs5llrsfDrqgOo8g/Facets3.png" width="549" height="285" /></p>
<p>Lembrando que também é possível alterar essas configurações através das system stored procedures, como a <strong>sp_configure</strong>! </p>
<p>E só para complementar o post, segue as principais diferenças entre o SQL Server Configuration Manager e o Surface Area Configuration para o SQL Server 2005: </p>
<table border="1" cellspacing="0" cellpadding="2" width="505">
<tbody>
<tr>
<td valign="top" width="183">
<p align="center"><strong>Recurso</strong></p>
</td>
<td valign="top" width="165">
<p align="center"><strong>Surface Area Configuration</strong></p>
</td>
<td valign="top" width="155">
<p align="center"><strong>Configuration Manager</strong></p>
</td>
</tr>
<tr>
<td valign="top" width="195"><strong>Iniciar e parar serviços</strong></td>
<td valign="top" width="178">SIM</td>
<td valign="top" width="167">SIM</td>
</tr>
<tr>
<td valign="top" width="191"><strong>Ativar e desativar recursos</strong></td>
<td valign="top" width="183">SIM</td>
<td valign="top" width="173">NÃO</td>
</tr>
<tr>
<td valign="top" width="187"><strong>Configura clientes da rede</strong></td>
<td valign="top" width="185">NÃO</td>
<td valign="top" width="176">SIM</td>
</tr>
<tr>
<td valign="top" width="185"><strong>Configurar clientes nativos</strong></td>
<td valign="top" width="185">NÃO</td>
<td valign="top" width="178">SIM</td>
</tr>
<tr>
<td valign="top" width="184"><strong>Gerenciar conexões remotas</strong></td>
<td valign="top" width="184">SIM</td>
<td valign="top" width="179">SIM</td>
</tr>
<tr>
<td valign="top" width="184"><strong>Cria apelidos na rede (os famosos Alias)</strong></td>
<td valign="top" width="184">NÃO</td>
<td valign="top" width="180">SIM</td>
</tr>
<tr>
<td valign="top" width="184"><strong>Configurar apelidos locais</strong></td>
<td valign="top" width="184">NÃO</td>
<td valign="top" width="180">SIM</td>
</tr>
<tr>
<td valign="top" width="184"><strong>Mudar endereços TCP/IP</strong></td>
<td valign="top" width="184">NÃO</td>
<td valign="top" width="180">SIM</td>
</tr>
</tbody>
</table>
<p>&#160;</p>
<p>É isso pessoal, abraços!    <br />Thiago Zavaschi</p>
]]></content:encoded>
			<wfw:commentRss>http://zavaschi.com/index.php/2009/06/repostagem-surface-area-configuration-sac-no-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

