<?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># rm-rf.es &#187; SQL Server Management Studio</title>
	<atom:link href="http://rm-rf.es/sobre/sql-server-management-studio/feed/" rel="self" type="application/rss+xml" />
	<link>http://rm-rf.es</link>
	<description>Administración de sistemas, Unix, Linux, FreeBSD, Windows, hosting, dominios, servidores...</description>
	<lastBuildDate>Wed, 23 May 2012 19:38:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>SQL Server: activar FILESTREAM</title>
		<link>http://rm-rf.es/sql-server-activar-filestream/</link>
		<comments>http://rm-rf.es/sql-server-activar-filestream/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 18:37:12 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[SQL Server Management Studio]]></category>

		<guid isPermaLink="false">http://rm-rf.es/?p=1225</guid>
		<description><![CDATA[Para poder trabajar con FILESTREAM en SQL Server es preciso activarlo con anterioridad en el la instancia del motor de bases de datos SQL Server. Para activarlo realizaremos los siguientes pasos (tutorial bajo Windows 2003 Server en inglés con SQL Server 2008): En el servidor Windows donde tenemos instalado la instancia SQL Server, accedemos a [...]]]></description>
			<content:encoded><![CDATA[<p>Para poder trabajar con <strong>FILESTREAM</strong> en <strong>SQL Server</strong> es preciso activarlo con anterioridad en el la instancia del motor de bases de datos SQL Server. Para activarlo realizaremos los siguientes pasos (tutorial bajo <strong>Windows 2003 Server</strong> en inglés con <strong>SQL Server 2008</strong>):</p>
<ol>
<li>En el servidor Windows donde tenemos instalado la instancia SQL Server, accedemos a Start menu &gt; All Programs &gt; Microsoft SQL Server 2008 &gt; Configuration Tools &gt; SQL Server Configuration Manager.</li>
<li>En la lista de servicios, pinchamos con el botón derecho del ratón en SQL Server Services &gt; Open.</li>
<li>En la interfaz de gestión y configuración de SQL Server, localizamos la instancia de SQL Server sobre la que queremos activar FILESTREAM</li>
<li>Botón derecho en la instancia &gt; Properties.</li>
<li>En la caja de dialogo de las propiedades de SQL Server, pinchamos en la pestaña de FILESTREAM</li>
<li>Seleccionamos &#8220;Enable FILESTREAM for Transact-SQL access&#8221;.</li>
<li>Si necesitamos lectura y escritura de datos desde Windoes, pinchamos en &#8220;Enable FILESTREAM for file I/O streaming access&#8221;, tendremos que introducir la compartición de Windows en el cuadro de texto</li>
<li>Por otro lado, si necesitamos que los clientes remotos tengan acceso a los datos FILESTREAM de esta compartición, tendremos que seleccionar &#8220;Allow remote clients to have streaming access to FILESTREAM data&#8221;</li>
<li>Finalmente, pinchamos en aplicar, &#8220;Apply&#8221;.</li>
<li>Ahora, accedemos al SQL Server Management Studio para ejecutar la siguiente consulta en el Query Editor:</li>
</ol>
<pre>EXEC sp_configure filestream_access_level, 2
RECONFIGURE</pre>
<p>Ejecutamos la consulta y ya tenemos activado FILESTREAM. Más información en la web de<a href="http://msdn.microsoft.com/en-us/library/cc645923.aspx" target="_blank"> Microsoft SQL Server Developer Center</a></p>
<h4  class="related_post_title">También te puede interesar:</h4><ul class="related_post"><li><a href="http://rm-rf.es/sql-server-2008-unable-to-cast-com-object-of-type-system__comobject/" title="SQL Server 2008: Unable to cast COM object of type &#8216;System.__ComObject&#8217;&#8230;">SQL Server 2008: Unable to cast COM object of type &#8216;System.__ComObject&#8217;&#8230;</a></li><li><a href="http://rm-rf.es/arreglar-usuarios-huerfanos-en-sql-server-2008-orphaned-login-tras-migracion/" title="Arreglar usuarios huérfanos en SQL Server 2008 (Orphaned Login) tras migración">Arreglar usuarios huérfanos en SQL Server 2008 (Orphaned Login) tras migración</a></li><li><a href="http://rm-rf.es/configurar-el-puerto-tcp-como-estatico-en-una-instancia-sql-server-2008/" title="Configurar el puerto TCP como estático en una instancia SQL Server 2008">Configurar el puerto TCP como estático en una instancia SQL Server 2008</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://rm-rf.es/sql-server-activar-filestream/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Server 2008: Unable to cast COM object of type &#8216;System.__ComObject&#8217;&#8230;</title>
		<link>http://rm-rf.es/sql-server-2008-unable-to-cast-com-object-of-type-system__comobject/</link>
		<comments>http://rm-rf.es/sql-server-2008-unable-to-cast-com-object-of-type-system__comobject/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 12:57:16 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[regsvr]]></category>
		<category><![CDATA[sql server]]></category>
		<category><![CDATA[SQL Server Management Studio]]></category>

		<guid isPermaLink="false">http://rm-rf.es/?p=355</guid>
		<description><![CDATA[Tras una actualización de sistema para Windows 2003 Server, he encontrado que los usuarios SQL Server, al loguear en el servicio conMicrosoft SQL Server Management Studio recibían el siguiente error: Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.VisualStudio.OLE.Interop.IServiceProvider'. This operation failed because the QueryInterface call on the COM component for the [...]]]></description>
			<content:encoded><![CDATA[<p>Tras una actualización de sistema para Windows 2003 Server, he encontrado que los usuarios SQL Server, al loguear en el servicio conMicrosoft SQL Server Management Studio recibían el siguiente error:</p>
<pre>Unable to cast COM object of type 'System.__ComObject' to interface type 'Microsoft.VisualStudio.OLE.Interop.IServiceProvider'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{6D5140C1-7436-11CE-8034-00AA006009FA}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)). (Microsoft.VisualStudio.OLE.Interop)</pre>
<p>La solución pasa por registrar la siguiente librería:</p>
<pre>regsvr32 c:\windows\system32\actxprxy.dll</pre>
<h4  class="related_post_title">También te puede interesar:</h4><ul class="related_post"><li><a href="http://rm-rf.es/sql-server-activar-filestream/" title="SQL Server: activar FILESTREAM">SQL Server: activar FILESTREAM</a></li><li><a href="http://rm-rf.es/arreglar-usuarios-huerfanos-en-sql-server-2008-orphaned-login-tras-migracion/" title="Arreglar usuarios huérfanos en SQL Server 2008 (Orphaned Login) tras migración">Arreglar usuarios huérfanos en SQL Server 2008 (Orphaned Login) tras migración</a></li><li><a href="http://rm-rf.es/configurar-el-puerto-tcp-como-estatico-en-una-instancia-sql-server-2008/" title="Configurar el puerto TCP como estático en una instancia SQL Server 2008">Configurar el puerto TCP como estático en una instancia SQL Server 2008</a></li><li><a href="http://rm-rf.es/lista-aplicaciones-gratis-microsoft-windows/" title="Lista de aplicaciones gratis de Microsoft Windows">Lista de aplicaciones gratis de Microsoft Windows</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://rm-rf.es/sql-server-2008-unable-to-cast-com-object-of-type-system__comobject/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

