<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type='text/xsl' href='http://idelabar.spaces.live.com/mmm2008-07-24_12.50/rsspretty.aspx?rssquery=en-US;http%3a%2f%2fidelabar.spaces.live.com%2fcategory%2fInform%c3%a1tica%2be%2bInternet%2ffeed.rss' version='1.0'?><rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:msn="http://schemas.microsoft.com/msn/spaces/2005/rss" xmlns:live="http://schemas.microsoft.com/live/spaces/2006/rss" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:cf="http://www.microsoft.com/schemas/rss/core/2005" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Isabel de la Barra: Informática e Internet</title><description /><link>http://idelabar.spaces.live.com/?_c11_BlogPart_BlogPart=blogview&amp;_c=BlogPart&amp;partqs=catInform%25C3%25A1tica%2be%2bInternet</link><language>en-US</language><pubDate>Mon, 18 Aug 2008 16:51:24 GMT</pubDate><lastBuildDate>Mon, 18 Aug 2008 16:51:24 GMT</lastBuildDate><generator>Microsoft Spaces v1.1</generator><docs>http://www.rssboard.org/rss-specification</docs><ttl>60</ttl><cf:parentRSS>http://idelabar.spaces.live.com/blog/feed.rss</cf:parentRSS><live:type>blogcategory</live:type><live:identity><live:id>5783381353189659150</live:id><live:alias>idelabar</live:alias></live:identity><cf:listinfo><cf:group ns="http://schemas.microsoft.com/live/spaces/2006/rss" element="typelabel" label="Type" /><cf:group ns="http://schemas.microsoft.com/live/spaces/2006/rss" element="tag" label="Tag" /><cf:group element="category" label="Category" /><cf:sort element="pubDate" label="Date" data-type="date" default="true" /><cf:sort element="title" label="Title" data-type="string" /><cf:sort ns="http://purl.org/rss/1.0/modules/slash/" element="comments" label="Comments" data-type="number" /></cf:listinfo><item><title>Identificando Versiones</title><link>http://idelabar.spaces.live.com/Blog/cns!5042B2B2F57CD20E!215.entry</link><description>&lt;div&gt;Me ha ocurrido mas de una vez que no se si tengo instalado algun parche o no o que version de SP tengo instalado. Buscando en el technet de Microsoft encontre unos KB que me ayudaron con este tema y se los dejo aca por si ustedes se ven en la misma situacion:&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;&lt;strong&gt;&lt;font face="Verdana, Geneva, Arial, Sans-serif" size=5&gt;Cómo identificar la versión y la edición de SQL Server&lt;/font&gt;&lt;/strong&gt;&lt;/div&gt;
&lt;div&gt;&lt;a href="http://support.microsoft.com/kb/321185/es"&gt;http://support.microsoft.com/kb/321185/es&lt;/a&gt;&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;h3&gt;Cómo determinar la versión de SQL Server 2005 en ejecución&lt;/h3&gt;
&lt;div&gt;

Para saber qué versión de Microsoft SQL Server 2005 se está ejecutando, conéctese a SQL Server 2005 mediante SQL Server Management Studio y ejecute la siguiente instrucción Transact-SQL:&lt;code&gt;&lt;/code&gt;&lt;/div&gt;&lt;pre&gt;SELECT  SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')&lt;/pre&gt;
&lt;div&gt;&lt;font face="Times New Roman"&gt;Los resultados son: &lt;/font&gt;&lt;/div&gt;
&lt;div&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;•
&lt;td&gt;La versión del producto (por ejemplo, &amp;quot;9.00.1399.06&amp;quot;).
&lt;tr&gt;
&lt;td&gt;•
&lt;td&gt;El nivel del producto (por ejemplo, &amp;quot;RTM&amp;quot;).
&lt;tr&gt;
&lt;td&gt;•
&lt;td&gt;
&lt;p&gt;La edición (por ejemplo, &amp;quot;Enterprise Edition&amp;quot;).&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Por ejemplo, el resultado es similar al siguiente: &lt;/div&gt;
&lt;div&gt;
&lt;table cellspacing=1&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;9.00.1399.06
&lt;td&gt;RTM
&lt;td&gt;Enterprise Edition&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;La tabla siguiente muestra el número de versión de Sqlservr.exe: &lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;
&lt;table style="width:396px;height:73px" cellspacing=1&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;b&gt;Versión&lt;/b&gt;
&lt;td&gt;&lt;b&gt;Sqlservr.exe&lt;/b&gt;
&lt;tr&gt;
&lt;td&gt;RTM
&lt;td&gt;2005.90.1399
&lt;tr&gt;
&lt;td&gt;Service Pack 1 de SQL Server 2005 
&lt;td&gt;2005.90.2047
&lt;tr&gt;
&lt;td&gt;Service Pack 2 de SQL Server 2005
&lt;td&gt;2005.90.3042&lt;/tbody&gt;&lt;/table&gt;&lt;a href="http://idelabar.spaces.live.com/mmm2007-06-06_11.36/#top"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h3&gt; &lt;/h3&gt;
&lt;h3&gt;Cómo determinar la versión de SQL Server 2000 en ejecución&lt;/h3&gt;
&lt;div&gt;

Para determinar la versión de SQL Server 2000 que hay en ejecución, conéctese a SQL Server 2000 mediante el Analizador de consultas y ejecute el código siguiente:&lt;code&gt;&lt;/code&gt;&lt;/div&gt;&lt;pre&gt;SELECT  SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')&lt;/pre&gt;
&lt;div&gt;&lt;font face="Times New Roman"&gt;Los resultados son: &lt;/font&gt;&lt;/div&gt;
&lt;div&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;•
&lt;td&gt;La versión del producto (por ejemplo, 8.00.534).
&lt;tr&gt;
&lt;td&gt;•
&lt;td&gt;El nivel del producto (por ejemplo, &amp;quot;RTM&amp;quot; o &amp;quot;SP2&amp;quot;).
&lt;tr&gt;
&lt;td&gt;•
&lt;td&gt;La edición (por ejemplo, &amp;quot;Standard Edition&amp;quot;). Por ejemplo, el resultado es similar al siguiente:&lt;br&gt;&lt;br&gt;8.00.534 RTM Standard Edition&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;La tabla siguiente muestra el número de versión de Sqlservr.exe: &lt;/div&gt;
&lt;div&gt;
&lt;table style="width:410px;height:129px" cellspacing=1&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;th&gt;Versión
&lt;th&gt;Sqlservr.exe
&lt;tr&gt;
&lt;td&gt;RTM
&lt;td&gt;2000.80.194.0
&lt;tr&gt;
&lt;td&gt;Service Pack 1 de SQL Server 2000 
&lt;td&gt;2000.80.384.0
&lt;tr&gt;
&lt;td&gt;Service Pack 2 de SQL Server 2000
&lt;td&gt;2000.80.534.0
&lt;tr&gt;
&lt;td&gt;Service Pack 3 de SQL Server 2000
&lt;td&gt;2000.80.760.0
&lt;tr&gt;
&lt;td&gt;Service Pack 3a de SQL Server 2000
&lt;td&gt;2000.80.760.0
&lt;tr&gt;
&lt;td&gt;Service Pack 4 de SQL Server 2000
&lt;td&gt;2000.8.00.2039&lt;/tbody&gt;&lt;/table&gt;&lt;a href="http://idelabar.spaces.live.com/mmm2007-06-06_11.36/#top"&gt;&lt;u&gt;&lt;font color="#0000ff"&gt;&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h3&gt;Cómo determinar la versión de SQL Server 7.0 en ejecución&lt;/h3&gt;
&lt;div&gt;

Para determinar la versión de SQL Server 7.0 que hay en ejecución, conéctese a SQL Server 7.0 mediante el Analizador de consultas y ejecute el código siguiente:&lt;code&gt;&lt;/code&gt;&lt;/div&gt;&lt;pre&gt;SELECT @@VERSION&lt;/pre&gt;
&lt;div&gt;&lt;font face="Times New Roman"&gt;El resultado es similar al siguiente:&lt;/font&gt;&lt;/div&gt;&lt;pre&gt;Microsoft SQL Server  7.00 - 7.00.623 (Intel X86)
        Nov 27 1998 22:20:07
        Copyright (c) 1988-1998 Microsoft Corporation
        Desktop Edition on Windows NT 5.1 (Build 2600: )&lt;/pre&gt;
&lt;div&gt;&lt;b&gt;Nota&lt;br&gt;&lt;/b&gt;En este ejemplo, el número de versión es 7.00.623.&lt;br&gt;&lt;br&gt;Utilice el número de versión de la siguiente tabla para identificar el nivel de producto o de Service Pack: &lt;/div&gt;
&lt;div&gt;
&lt;table cellspacing=1&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;th&gt;Número de versión
&lt;th&gt;Service Pack
&lt;tr&gt;
&lt;td&gt;7.00.1063
&lt;td&gt;Service Pack 4 (SP4) de SQL Server 7.0
&lt;tr&gt;
&lt;td&gt;7.00.961
&lt;td&gt;Service Pack 3 (SP3) de SQL Server 7.0 
&lt;tr&gt;
&lt;td&gt;7.00.842
&lt;td&gt;Service Pack 2 (SP2) de SQL Server 7.0
&lt;tr&gt;
&lt;td&gt;7.00.699
&lt;td&gt;Service Pack 1 (SP1) de SQL Server 7.0 
&lt;tr&gt;
&lt;td&gt;7.00.623
&lt;td&gt;SQL Server 7.0 RTM (Release To Manufacturing)&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;Si el número de versión que indica @@VERSION no aparece en esta tabla, significa que SQL Server se está ejecutando con una revisión o una compilación de actualización de seguridad. Por ejemplo, si @@VERSION indica el número de versión 7.00.859, significa que se está ejecutando el Service Pack 2 de SQL Server 7.0 con una revisión instalada. Este número de versión aumenta con cada versión nueva del archivo ejecutable Sqlservr.exe. Consulte el archivo Léame.txt del hotfix o de la actualización de seguridad para obtener más información al respecto. &lt;/div&gt;
&lt;h3&gt;Cómo determinar la versión de SQL Server 6.5 en ejecución&lt;/h3&gt;
&lt;div&gt;

Para determinar la versión de Microsoft SQL Server 6.5 que hay en ejecución, conéctese a SQL Server 6.5 mediante Isql_w y ejecute el código siguiente:&lt;code&gt;&lt;/code&gt;&lt;/div&gt;&lt;pre&gt;SELECT @@VERSION&lt;/pre&gt;
&lt;div&gt;&lt;font face="Times New Roman"&gt;Utilice el número de versión de la tabla siguiente para identificar el nivel de producto o de Service Pack: &lt;/font&gt;&lt;/div&gt;
&lt;div&gt;
&lt;table cellspacing=1&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;th&gt;Número de versión
&lt;th&gt;Service Pack
&lt;tr&gt;
&lt;td&gt;6.50.479
&lt;td&gt;Actualización del Service Pack 5a (SP5a) de SQL Server 6.5
&lt;tr&gt;
&lt;td&gt;6.50.416
&lt;td&gt;Service Pack 5a (SP5a) de SQL Server 6.5
&lt;tr&gt;
&lt;td&gt;6.50.415
&lt;td&gt;Service Pack 5 (SP5) de SQL Server 6.5 
&lt;tr&gt;
&lt;td&gt;6.50.281
&lt;td&gt;Service Pack 4 (SP4) de SQL Server 6.5
&lt;tr&gt;
&lt;td&gt;6.50.258
&lt;td&gt;Service Pack 3 (SP3) de SQL Server 6.5 
&lt;tr&gt;
&lt;td&gt;6.50.240
&lt;td&gt;Service Pack 2 (SP2) de SQL Server 6.5
&lt;tr&gt;
&lt;td&gt;6.50.213
&lt;td&gt;Service Pack 1 (SP1) de SQL Server 6.5 
&lt;tr&gt;
&lt;td&gt;6.50.201
&lt;td&gt;SQL Server 6.5 RTM
&lt;tr&gt;
&lt;td&gt;
&lt;td&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;
&lt;div&gt;Si el número de versión que indica @@VERSION no aparece en esta tabla, significa que SQL Server se está ejecutando con una revisión o una compilación de actualización de seguridad. Este número de versión aumenta con cada versión nueva del archivo ejecutable Sqlservr.exe. Consulte el archivo Léame.txt del hotfix o de la actualización de seguridad para obtener más información al respecto. &lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;h3&gt;Cómo determinar la edición de SQL Server en ejecución&lt;/h3&gt;
&lt;div&gt;

Si no sabe qué edición de SQL Server está ejecutando, la última línea del resultado devuelto por @@VERSION informa de la edición a la que se ha conectado. El ejemplo que se utiliza en este artículo es la edición estándar (Standard Edition) de SQL Server 2000 en Windows NT 5.0 (compilación 2195: Service Pack 2).&lt;br&gt;&lt;br&gt;&lt;b&gt;Nota&lt;br&gt;&lt;/b&gt;La información de compilación y Service Pack proporcionada anteriormente corresponde al sistema operativo, no a SQL Server.&lt;/div&gt;&lt;pre&gt;&lt;font face="Verdana, Geneva, Arial, Sans-serif" size=3&gt;Standard Edition on Windows NT 5.0 (Build 2195: Service Pack 2)&lt;/font&gt;&lt;/pre&gt;&lt;pre&gt;&lt;hr&gt;&lt;/pre&gt;&lt;pre&gt;&lt;font face="Verdana, Geneva, Arial, Sans-serif" size=5&gt;&lt;strong&gt;Build numbers and release dates for Exchange Server&lt;/strong&gt;&lt;/font&gt;&lt;/pre&gt;&lt;pre&gt;&lt;a href="http://support.microsoft.com/default.aspx/kb/158530"&gt;&lt;font face="Verdana, Geneva, Arial, Sans-serif"&gt;http://support.microsoft.com/default.aspx/kb/158530&lt;/font&gt;&lt;/a&gt;&lt;/pre&gt;&lt;pre&gt;&lt;font face="Verdana, Geneva, Arial, Sans-serif"&gt;Version                                             Build number              Release date 
---------------------------------------------------------------------------------------------- 
Microsoft Exchange Server  4.0                      4.0.837                   April 1996 
Microsoft Exchange Server  4.0 (a)                  4.0.993                   August 1996 
Microsoft Exchange Server  4.0 SP1                  4.0.838                   May 1996 
Microsoft Exchange Server  4.0 SP2                  4.0.993                   August 1996 
Microsoft Exchange Server  4.0 SP3                  4.0.994                   November 1996 
Microsoft Exchange Server  4.0 SP4                  4.0.995                   April 1997 
Microsoft Exchange Server  4.0 SP5                  4.0.996                   May 1998
 
Microsoft Exchange Server  5.0                      5.0.1457                  March 1997 
Microsoft Exchange Server  5.0 SP1                  5.0.1458                  June 1997 
Microsoft Exchange Server  5.0 SP2                  5.0.1460                  February 1998 

Microsoft Exchange Server  5.5                      5.5.1960                  November 1997 
Microsoft Exchange Server  5.5 SP1                  5.5.2232                  July 1998 
Microsoft Exchange Server  5.5 SP2                  5.5.2448                  December 1998 
Microsoft Exchange Server  5.5 SP3                  5.5.2650                  September 1999 
Microsoft Exchange Server  5.5 SP4                  5.5.2653                  November 2000
 
Microsoft Exchange 2000 Server                      6.0.4417                  October 2000 
Microsoft Exchange 2000 Server (a)                  6.0.4417                  January 2001 
Microsoft Exchange 2000 Server SP1                  6.0.4712                  July 2001 
Microsoft Exchange 2000 Server SP2                  6.0.5762                  December 2001 
Microsoft Exchange 2000 Server SP3                  6.0.6249                  August 2002 
Microsoft Exchange 2000 Server post-SP3             6.0.6487                  September 2003 
Microsoft Exchange 2000 Server post-SP3             6.0.6556                  April 2004 
Microsoft Exchange 2000 Server post-SP3             6.0.6603                  August 2004
 
Microsoft Exchange Server  2003                     6.5.6944                  October 2003 
Microsoft Exchange Server  2003 SP1                 6.5.7226                  May 2004 
Microsoft Exchange Server  2003 SP2                 6.5.7638                  October 2005

Microsoft Exchange Server  2007                     8.0.685.24 or 8.0.685.25  December 2006 &lt;/font&gt;&lt;/pre&gt;&lt;img src="http://c.services.spaces.live.com/CollectionWebService/c.gif?cid=5783381353189659150&amp;page=RSS%3a+Identificando+Versiones&amp;referrer=" width="1px" height="1px" border="0" alt=""&gt;&lt;img style="position:absolute" alt="" width="0px" height="0px" src="http://c.live.com/c.gif?NC=31263&amp;amp;NA=1149&amp;amp;PI=73329&amp;amp;RF=&amp;amp;DI=3919&amp;amp;PS=85545&amp;amp;TP=idelabar.spaces.live.com&amp;amp;GT1=idelabar"&gt;</description><comments>http://idelabar.spaces.live.com/Blog/cns!5042B2B2F57CD20E!215.entry#comment</comments><guid isPermaLink="true">http://idelabar.spaces.live.com/Blog/cns!5042B2B2F57CD20E!215.entry</guid><pubDate>Wed, 20 Jun 2007 15:48:02 GMT</pubDate><slash:comments>5</slash:comments><msn:type>blogentry</msn:type><live:type>blogentry</live:type><live:typelabel>Blog entry</live:typelabel><wfw:commentRss>http://idelabar.spaces.live.com/blog/cns!5042B2B2F57CD20E!215/comments/feed.rss</wfw:commentRss><wfw:comment>http://idelabar.spaces.live.com/Blog/cns!5042B2B2F57CD20E!215.entry#comment</wfw:comment><dcterms:modified>2007-06-20T15:48:02Z</dcterms:modified></item></channel></rss>