July 2004 - Posts

http://www.lookoutsoft.com

Fast & free.

with 0 Comments

En el blog de SQL Express, Euan Garden ha publicado el link a una página de descarga de varios ejemplos, ayudas y demás para SQL Server Express.

http://www.microsoft.com/downloads/details.aspx?FamilyID=2adbc1a8-ae5c-497d-b584-eab6719300cd&displaylang=en

 

 

with 0 Comments

Los perfiles de los MVP (Most Valuable Professionals) ahora pueden verse en el sitio de Comunidades Microsoft. No están todos los MVPs, sólo los que han actualizado su perfil en el sitio de MVPs. Despues de recorrer el sitio de la comunidad se nota que necesita urgentemente un método fácil de búsqueda... :-)

with 0 Comments
I came to this this hilarious booklet from a published post @ Slashdot.
with 0 Comments
DECLARE @myBirthday DATETIME
SET @myBirthday = '19620707'
SELECT DATEDIFF(yy, @myBirthday, GETDATE()) myAge
 
with 0 Comments
AvantBrowser - Tabbed interface for Internet Explorer
http://www.avantbrowser.com/
 
HotBot Desktop - document searcher
http://www.hotbot.com/tools/desktop/
 
Lavasoft Ad-aware - spyware killer
http://www.lavasoftusa.com/software/adaware/
 
Maxthon - tabbed interface for Internet Explorer like AvantBrowser, difficult to decide which is the best!
 
SharpDevelop - opensource IDE for C# & VB.NET
http://www.icsharpcode.net/OpenSource/SD/Default.aspx
 
SmartBarXP - Longhorn-like desktop sidebar
http://www.smartbarxp.com
 
Snippet Compiler - mini-VS.NET
 
Spybot Search & Destroy - spyware killer
http://www.safer-networking.org
 
 
 
with 0 Comments
Necesito más paciencia. La descarga consiste en un instalador básico de 2 megas que al ejecutarse trae todo el resto via Internet... 43 megas en total. En el primer intento ha fallado la conexión DSL y aparentemente el proceso reinicia desde el primer byte :-) sin intento de retomar el archivo parcial.
 
El mini-instalador está en: http://lab.msdn.microsoft.com/express/
with 0 Comments
Hoy he decidido probar a SQL Server 2005 Express. Lo primero que hice fue crear una Microsoft Virtual PC (MSVPC) a partir de una imagen base con Windows XP + SP1, configurada con 512 M RAM sobre un procesador a 1.6 GHz.
 
Para instalar correctamente al SQLexpress hice las siguientes descargas e instalaciones, en el siguiente orden:
 
  1. .NET Framework 2.0 Beta 1
  2. SQL Server 2005 Express Technical Preview (Pre-Beta 2)
  3. SQL Server 2005 Express Books Online, opcional.
 
La instalación fue directa y sin problemas utilizando la GUI. Al finalizar solamente hay disponible en Start / Programs / Microsoft SQL Server 2005 al utilitario SQL Computer Manager. Una exploración por la carpeta C:\Program Files\Microsoft SQL Server\90\Tools\binn permite descubrir a los utilitarios: osql.exe, sqlcmd.exe, sqldiag.exe.
 
Direcciones útiles / useful links:
 
with 0 Comments
Hello world, this is my first post so I'd like to introduce myself. My name is Gustavo Larriera (a.k.a. Gux), I am a Software Engineer & CS professor and also  Microsoft MVP SQL Server since 2002. I was born in 1962 (Montevideo, Uruguay where I live). My personal interests are .NET Development, Databases & Data Warehousing, Collaboration Software, Taoism & Fengshui. Nowadays I have a Technical Advisor position at Microsoft Uruguay (Latin America).
 
My native language is Spanish but I'll post spanish-english (80/20 %) /* DISCLAIMER: My English is pretty weird :-) */.
 
Send me mail to: gux@microsoft.com.uy
Have fun!
GUX