<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0" xml:base="http://www.todosql.com">
<channel>
 <title>TodoSQL - Blog de SQL Server en español</title>
 <link>http://www.todosql.com</link>
 <description />
 <language>es</language>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/todosql/bteb" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
 <title>TRUNCATE TABLE en DB2 UDB</title>
 <link>http://feedproxy.google.com/~r/todosql/bteb/~3/7sNYSKsM-Jo/truncate-table-db2-udb</link>
 <description>&lt;p&gt;Hola como estan !, bueno les cuento, me parece que para el que esta investigando, testeando y pasando a producción un DB2 UDB, le resulte necesario saber cual es la sentencia para poder realizar un vaciado de tabla sin logueo a nivel log transaccional.&lt;/p&gt;
&lt;p&gt;MSSQL =&gt; TRUNCATE TABLE schema.mitabla&lt;br /&gt;
DB2UDB =&gt;  ALTER TABLE schema.mitabla ACTIVATE NOT LOGGED INITIALLY WITH EMPTY TABLE&lt;/p&gt;
&lt;p&gt;Un abrazo virtual para todos !&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/cm2iESjEPpm6chpYIqUZi-h9a94/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cm2iESjEPpm6chpYIqUZi-h9a94/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/cm2iESjEPpm6chpYIqUZi-h9a94/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cm2iESjEPpm6chpYIqUZi-h9a94/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/todosql/bteb/~4/7sNYSKsM-Jo" height="1" width="1"/&gt;</description>
 <comments>http://www.todosql.com/blog/200911/truncate-table-db2-udb#comments</comments>
 <category domain="http://www.todosql.com/categoria/otros-dbms">Otros-DBMS</category>
 <category domain="http://www.todosql.com/etiqueta/db2">db2</category>
 <category domain="http://www.todosql.com/etiqueta/truncate-table">truncate table</category>
 <pubDate>Wed, 11 Nov 2009 19:53:04 +0000</pubDate>
 <dc:creator>JuanPL</dc:creator>
 <guid isPermaLink="false">125 at http://www.todosql.com</guid>
<feedburner:origLink>http://www.todosql.com/blog/200911/truncate-table-db2-udb</feedburner:origLink></item>
<item>
 <title>Select TOP en DB2</title>
 <link>http://feedproxy.google.com/~r/todosql/bteb/~3/tX7mfrQMrbQ/select-top-db2</link>
 <description>&lt;p&gt;Hola a todos !!!&lt;/p&gt;
&lt;p&gt;Recibimos varias consultas relacionadas a como se puede realizar en DB2 una consulta donde se obtengan los primeros 'N' registros, como en SQL Server que puede utilizarce la función 'TOP'. Bueno la sentencia es la siguiente:&lt;/p&gt;
&lt;p&gt;select * from schema.tabla fetch first 1 rows only (Reemplacemos por el schema y tabla que necesitemos.)&lt;/p&gt;
&lt;p&gt;Soportada desde DB2 v8.1.2.128.&lt;/p&gt;
&lt;p&gt;Abrazo virtual !!!&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/rfyzkk4NDuqqMtelKvVbFf5_I9g/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rfyzkk4NDuqqMtelKvVbFf5_I9g/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/rfyzkk4NDuqqMtelKvVbFf5_I9g/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/rfyzkk4NDuqqMtelKvVbFf5_I9g/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/todosql/bteb/~4/tX7mfrQMrbQ" height="1" width="1"/&gt;</description>
 <comments>http://www.todosql.com/blog/200908/select-top-db2#comments</comments>
 <category domain="http://www.todosql.com/etiqueta/db2">db2</category>
 <category domain="http://www.todosql.com/etiqueta/top">top</category>
 <pubDate>Thu, 20 Aug 2009 20:42:11 +0000</pubDate>
 <dc:creator>JuanPL</dc:creator>
 <guid isPermaLink="false">121 at http://www.todosql.com</guid>
<feedburner:origLink>http://www.todosql.com/blog/200908/select-top-db2</feedburner:origLink></item>
<item>
 <title>Transaction Log Full en SQL Server 2005</title>
 <link>http://feedproxy.google.com/~r/todosql/bteb/~3/f3zV4JPXcKo/transaction-log-full-sql-server-2005</link>
 <description>&lt;p&gt;Hola a todos !, a continuación les detallo un problema común y la solución, la misma.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Síntoma:&lt;/strong&gt; Se quiere realizar un backup full de una base de datos de usuario y se presenta el error que se detalla a continuación.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Error:&lt;/strong&gt; BackupVirtualDeviceFile::RequestDurableMedia: Flush failure on backup device 'VNBU0-3532-1948-1234470059'. Operating system error 995(The I/O operation has been aborted because of either a thread exit or an application request.).&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.todosql.com/blog/200902/transaction-log-full-sql-server-2005"&gt;leer más&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/cHSNgw41j6wmZ4gjOklDFmgAi_8/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cHSNgw41j6wmZ4gjOklDFmgAi_8/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/cHSNgw41j6wmZ4gjOklDFmgAi_8/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/cHSNgw41j6wmZ4gjOklDFmgAi_8/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/todosql/bteb/~4/f3zV4JPXcKo" height="1" width="1"/&gt;</description>
 <comments>http://www.todosql.com/blog/200902/transaction-log-full-sql-server-2005#comments</comments>
 <category domain="http://www.todosql.com/categoria/administracion">Admin-Soporte</category>
 <category domain="http://www.todosql.com/etiqueta/backup">Backup</category>
 <category domain="http://www.todosql.com/etiqueta/log-full">Log full</category>
 <category domain="http://www.todosql.com/etiqueta/log-transaccional">log transaccional</category>
 <category domain="http://www.todosql.com/etiqueta/operating-system-error-995">Operating system error 995</category>
 <category domain="http://www.todosql.com/etiqueta/transaction-log-full">transaction log full</category>
 <category domain="http://www.todosql.com/etiqueta/truncate-log">truncate log</category>
 <pubDate>Thu, 26 Feb 2009 19:30:13 +0000</pubDate>
 <dc:creator>JuanPL</dc:creator>
 <guid isPermaLink="false">105 at http://www.todosql.com</guid>
<feedburner:origLink>http://www.todosql.com/blog/200902/transaction-log-full-sql-server-2005</feedburner:origLink></item>
<item>
 <title>Cambio de clave del sa</title>
 <link>http://feedproxy.google.com/~r/todosql/bteb/~3/qvNcgzugotI/cambio+de+clave+del+sa</link>
 <description>&lt;p&gt;A continuación se detalla como cambiar la clave del sa. Los pasos para el cambio es compatible para todas las versiones del DBMS SQL Server.&lt;/p&gt;
&lt;p&gt;Loguearnos con un usuario que posea privilegios de sysadmin o securyadmin. &lt;/p&gt;
&lt;p&gt;En este caso utilizamos un usuario trusted o de windows con privilegios de sysadmin.&lt;/p&gt;
&lt;p&gt;Debemos ejecutar el siguiente comando con los siguientes parámetros:&lt;/p&gt;
&lt;p&gt;exec sp_password  [clave antigua], [clave actual], [usuario].&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.todosql.com/blog/200902/cambio+de+clave+del+sa"&gt;leer más&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/iSN2OhdV7dP_e7vbgoxTXtRMWU4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/iSN2OhdV7dP_e7vbgoxTXtRMWU4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/iSN2OhdV7dP_e7vbgoxTXtRMWU4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/iSN2OhdV7dP_e7vbgoxTXtRMWU4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/todosql/bteb/~4/qvNcgzugotI" height="1" width="1"/&gt;</description>
 <comments>http://www.todosql.com/blog/200902/cambio+de+clave+del+sa#comments</comments>
 <category domain="http://www.todosql.com/categoria/administracion">Admin-Soporte</category>
 <category domain="http://www.todosql.com/etiqueta/mssql2k">MSSQL2K</category>
 <category domain="http://www.todosql.com/etiqueta/mssql2k5">MSSQL2K5</category>
 <category domain="http://www.todosql.com/etiqueta/mssql70">MSSQL70</category>
 <category domain="http://www.todosql.com/etiqueta/password">password</category>
 <category domain="http://www.todosql.com/etiqueta/sa">sa</category>
 <category domain="http://www.todosql.com/etiqueta/securityadmin">securityadmin</category>
 <category domain="http://www.todosql.com/etiqueta/sysadmin">sysadmin</category>
 <enclosure url="http://www.todosql.com/files/todosql/cambio_clave2.JPG" length="20193" type="image/jpeg" />
 <pubDate>Tue, 17 Feb 2009 19:28:37 +0000</pubDate>
 <dc:creator>JuanPL</dc:creator>
 <guid isPermaLink="false">104 at http://www.todosql.com</guid>
<feedburner:origLink>http://www.todosql.com/blog/200902/cambio+de+clave+del+sa</feedburner:origLink></item>
<item>
 <title>¿ Que version de SQL Server estas utilizando ?</title>
 <link>http://feedproxy.google.com/~r/todosql/bteb/~3/mjiWu1n4obE/que-version-sql-server-estas-utilizando</link>
 <description>* SQL Server 7.0
* SQL Server 2000
* SQL Server 2005
* MSDE 7.0
* MSDE 2000
* SQL Express
* SQL Server 2008
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/NKdKlfcpFyBVcoT12GjqoRWiYIU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NKdKlfcpFyBVcoT12GjqoRWiYIU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/NKdKlfcpFyBVcoT12GjqoRWiYIU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/NKdKlfcpFyBVcoT12GjqoRWiYIU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/todosql/bteb/~4/mjiWu1n4obE" height="1" width="1"/&gt;</description>
 <comments>http://www.todosql.com/que-version-sql-server-estas-utilizando#comments</comments>
 <pubDate>Tue, 17 Feb 2009 02:24:06 +0000</pubDate>
 <dc:creator>jlopez</dc:creator>
 <guid isPermaLink="false">103 at http://www.todosql.com</guid>
<feedburner:origLink>http://www.todosql.com/que-version-sql-server-estas-utilizando</feedburner:origLink></item>
<item>
 <title>¿ Cuanto tiempo llevas usando SQL Server ?</title>
 <link>http://feedproxy.google.com/~r/todosql/bteb/~3/h1vHPgAFxus/cuanto-tiempo-llevas-usando-sql-server</link>
 <description>* Hace 1 mes
* De 1 mes a 6 meses
* De 6 meses a 1 año
* De 1 año a 3 años
* Mas de 3 años
* No uso SQL Server
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/yN-iBbI4G7rc14sGV8VsJH51SRo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yN-iBbI4G7rc14sGV8VsJH51SRo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/yN-iBbI4G7rc14sGV8VsJH51SRo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/yN-iBbI4G7rc14sGV8VsJH51SRo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/todosql/bteb/~4/h1vHPgAFxus" height="1" width="1"/&gt;</description>
 <comments>http://www.todosql.com/cuanto-tiempo-llevas-usando-sql-server#comments</comments>
 <pubDate>Mon, 16 Feb 2009 21:50:01 +0000</pubDate>
 <dc:creator>JuanPL</dc:creator>
 <guid isPermaLink="false">101 at http://www.todosql.com</guid>
<feedburner:origLink>http://www.todosql.com/cuanto-tiempo-llevas-usando-sql-server</feedburner:origLink></item>
<item>
 <title>The SQL Network Interface library could not register the Service Principal Name (SPN) for the SQL Server service</title>
 <link>http://feedproxy.google.com/~r/todosql/bteb/~3/lrJdB2YXBQ4/the-sql-network-interface-library-could-not-register-the-service-principal-name-spn-for-</link>
 <description>&lt;p&gt;A continuación se detalla problema y solución al mensaje de error del tíitulo.&lt;/p&gt;
&lt;p&gt;Se detectaron problemas con el SPN.&lt;/p&gt;
&lt;p&gt;En el log de app del event viewer se detecto el siguiente mensaje: &lt;/p&gt;
&lt;p&gt;The SQL Network Interface library could not register the Service Principal Name (SPN) for the SQL Server service. Error: 0x2098, state: 15. Failure to register an SPN may cause integrated authentication to fall back to NTLM instead of Kerberos. This is an informational message. Further action is only required if Kerberos authentication is required by authentication policies.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.todosql.com/blog/200902/the-sql-network-interface-library-could-not-register-the-service-principal-name-spn-for-"&gt;leer más&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/MezcBbGERwtKdkqSnjXhOlFd1_4/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MezcBbGERwtKdkqSnjXhOlFd1_4/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/MezcBbGERwtKdkqSnjXhOlFd1_4/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MezcBbGERwtKdkqSnjXhOlFd1_4/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/todosql/bteb/~4/lrJdB2YXBQ4" height="1" width="1"/&gt;</description>
 <comments>http://www.todosql.com/blog/200902/the-sql-network-interface-library-could-not-register-the-service-principal-name-spn-for-#comments</comments>
 <category domain="http://www.todosql.com/categoria/administracion">Admin-Soporte</category>
 <category domain="http://www.todosql.com/etiqueta/mssql2k5">MSSQL2K5</category>
 <category domain="http://www.todosql.com/etiqueta/spn">SPN</category>
 <enclosure url="http://www.todosql.com/files/todosql/NTLM-Kerberos.JPG" length="42755" type="image/jpeg" />
 <pubDate>Mon, 16 Feb 2009 00:00:00 +0000</pubDate>
 <dc:creator>JuanPL</dc:creator>
 <guid isPermaLink="false">97 at http://www.todosql.com</guid>
<feedburner:origLink>http://www.todosql.com/blog/200902/the-sql-network-interface-library-could-not-register-the-service-principal-name-spn-for-</feedburner:origLink></item>
<item>
 <title>TSQL Funciones usuario- Active Directory</title>
 <link>http://feedproxy.google.com/~r/todosql/bteb/~3/EbODvY4o8Ts/tsql-funciones-usuario-active-directory</link>
 <description>&lt;p&gt;Hola:&lt;br /&gt;
Quisiera hacerte una consulta, necesito obtener el nombre de usuario que&lt;br /&gt;
inicio el Sistema Operativo (usuario de Active Directory) desde una&lt;br /&gt;
instrucción T-SQL desde SQL Server 2000. He utilizado varias opciones:&lt;br /&gt;
SELECT CURRENT_USER&lt;br /&gt;
GO&lt;br /&gt;
SELECT SYSTEM_USER&lt;br /&gt;
GO&lt;br /&gt;
SELECT SUSER_SNAME()&lt;br /&gt;
GO&lt;/p&gt;
&lt;p&gt;pero me dan el mismo resultado devolviendo el usuario al usuario que se ha&lt;br /&gt;
conectado al Query Analyzer, lo que necesito es: Si yo me conecto al Query&lt;br /&gt;
Analyzer con un inicio de sesión SQL quiero ver el usuario con el cual se&lt;br /&gt;
 inicio sesión en el sistema operativo.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.todosql.com/foro/200901/tsql-funciones-usuario-active-directory"&gt;leer más&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/qQ_6atocb_zsjcIijKeGxRUuk3Q/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qQ_6atocb_zsjcIijKeGxRUuk3Q/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/qQ_6atocb_zsjcIijKeGxRUuk3Q/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/qQ_6atocb_zsjcIijKeGxRUuk3Q/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/todosql/bteb/~4/EbODvY4o8Ts" height="1" width="1"/&gt;</description>
 <comments>http://www.todosql.com/foro/200901/tsql-funciones-usuario-active-directory#comments</comments>
 <category domain="http://www.todosql.com/taxonomy/term/120">SQL Server</category>
 <pubDate>Tue, 27 Jan 2009 21:59:56 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">99 at http://www.todosql.com</guid>
<feedburner:origLink>http://www.todosql.com/foro/200901/tsql-funciones-usuario-active-directory</feedburner:origLink></item>
<item>
 <title>Cómo administrar los recursos desde SQL Server 2008</title>
 <link>http://feedproxy.google.com/~r/todosql/bteb/~3/6ocCpJI96Dg/como-administrar-recursos-sql-server-2008</link>
 <description>&lt;p&gt;Hola a todos!&lt;br /&gt;
Revisando las nuevas facilidades que trae SQL 2008 encontramos al &lt;strong&gt;"Resource Governor"&lt;/strong&gt;.&lt;br /&gt;
Espectacular característica cuando es nuestra responsabilidad que un proceso enviado desde una aplicación (ejemplo, un listador, un proceso masivo, un "batch" disfrazado de transacción online) nos consume todos los recursos &lt;strong&gt;(CPU, Memoria)&lt;/strong&gt; del SQL Server, en un ambiente de Producción, y necesitamos que la carga sea más pareja.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.todosql.com/blog/200811/como-administrar-recursos-sql-server-2008"&gt;leer más&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/WuCg-eBmhhtLn3Qb3VcKPXQ0p6A/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WuCg-eBmhhtLn3Qb3VcKPXQ0p6A/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/WuCg-eBmhhtLn3Qb3VcKPXQ0p6A/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/WuCg-eBmhhtLn3Qb3VcKPXQ0p6A/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/todosql/bteb/~4/6ocCpJI96Dg" height="1" width="1"/&gt;</description>
 <comments>http://www.todosql.com/blog/200811/como-administrar-recursos-sql-server-2008#comments</comments>
 <category domain="http://www.todosql.com/categoria/novedades">Novedades</category>
 <category domain="http://www.todosql.com/etiqueta/cpu">cpu</category>
 <category domain="http://www.todosql.com/etiqueta/memoria">memoria</category>
 <category domain="http://www.todosql.com/etiqueta/performance">Performance</category>
 <category domain="http://www.todosql.com/etiqueta/resource-governor">resource governor</category>
 <category domain="http://www.todosql.com/etiqueta/sql-server-2008">SQL Server 2008</category>
 <pubDate>Sun, 30 Nov 2008 13:50:02 +0000</pubDate>
 <dc:creator>MarceC</dc:creator>
 <guid isPermaLink="false">96 at http://www.todosql.com</guid>
<feedburner:origLink>http://www.todosql.com/blog/200811/como-administrar-recursos-sql-server-2008</feedburner:origLink></item>
<item>
 <title>Instalacion de Service Pack 2 SQL Server 2005 con Database Mirroring</title>
 <link>http://feedproxy.google.com/~r/todosql/bteb/~3/PY0FxlyveYI/instalacion-service-pack-2-sql-server-2005-database-mirroring</link>
 <description>&lt;p&gt;A continuación detallamos un procedimiento que aplicamos en producción para la instalación del SP 2 de SQL Server 2005 en servidores con varias bases mirroreadas en un esquema sincrónico sin witness.&lt;br /&gt;
En ningún momento se pierde disponibilidad para el negocio (7 x 24) pues siempre alguno de los dos servidores del esquema atiende requerimientos.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Pasos previos:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;1) Backup de bases de sistema.&lt;br /&gt;
2) DBCC's y Backup's de bases de usuario.&lt;br /&gt;
3) Chequeo de disponibiliad de espacio en los HD de servidores.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Implementación:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.todosql.com/blog/200811/instalacion-service-pack-2-sql-server-2005-database-mirroring"&gt;leer más&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/QaqowqaMwk-0iQY1_V_ebeL6xHY/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QaqowqaMwk-0iQY1_V_ebeL6xHY/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/QaqowqaMwk-0iQY1_V_ebeL6xHY/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/QaqowqaMwk-0iQY1_V_ebeL6xHY/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/todosql/bteb/~4/PY0FxlyveYI" height="1" width="1"/&gt;</description>
 <comments>http://www.todosql.com/blog/200811/instalacion-service-pack-2-sql-server-2005-database-mirroring#comments</comments>
 <category domain="http://www.todosql.com/categoria/administracion">Admin-Soporte</category>
 <category domain="http://www.todosql.com/etiqueta/mirror">mirror</category>
 <category domain="http://www.todosql.com/etiqueta/mirroring">mirroring</category>
 <category domain="http://www.todosql.com/etiqueta/mssql2k5">MSSQL2K5</category>
 <category domain="http://www.todosql.com/etiqueta/service-pack">Service Pack</category>
 <pubDate>Sun, 30 Nov 2008 13:14:39 +0000</pubDate>
 <dc:creator>MarceC</dc:creator>
 <guid isPermaLink="false">94 at http://www.todosql.com</guid>
<feedburner:origLink>http://www.todosql.com/blog/200811/instalacion-service-pack-2-sql-server-2005-database-mirroring</feedburner:origLink></item>
</channel>
</rss>
