T-SQL CASE noviembre 30, 2009 select CASE Month(fecha) WHEN 1 THEN Year(fecha)-1 ELSE Year(fecha) END as [FY], tipoproducto, tecnico from Fconsultatec where fecha is not null Leer más
Ubuntu arranque dual noviembre 29, 2009 sudo gedit /boot/grub/menu.lst Default 0 cambiar a 5... Leer más
SSIS Script Fecha ayer noviembre 27, 2009 Dts.Variables("Desde").Value = CStr(Format(Today().AddDays(-1), "yyyyMMdd")) Leer más
JQuery noviembre 26, 2009 script type="text/JavaScript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"> jQuery(document).ready(function() { alert(jQuery('p').text()); }); jQuery(':text, textarea'); Leer más