La pregunta parece bastante simple... utilicemos un DateDiff, pero DateDiff solo entrega la Cantidad de meses entre ese Rango y en forma separada te entrega la cantidad de días entre ese rango de fechas. Pero no devuelve ambas al mismo tiempo. Por ejemplo: 20/04/2006 25/05/2006 Debería dar 1 Mes y 5...
Caching is hard to manipulate, (is it o bug or not at the end and due to several factors I won't discuss now) you need to add several lines on the client and server side (although this won't eleminate the problem 100% but will minimise it a lot) <%.. Response.expires= 0 Response.Expires=-1 Response...
If MSDTC is corrupt.. and if you can't access anything in mmc and get com+ errors in the event logs or when browsing dynamic pages. then try this to fix things up: cd %systemroot%\system32 msdtc -uninstall msdtc -install Then to glue things up in IIS: cd %systemroot%\system32\inetsrv rundll32 wamreg...
Algunas veces uno requiere ejecutar DTS mediante programa, necesariamente debes instalar componentes apartes que lo único que logran es tener que incluirlos al momentos de llevarlos a producción u otro equipo de un usuario. HAy una solución muy simple, dejar que SQL Server mediante un...
Hace un tiempo me encontré con este problema, necesitaba ejecutar o usar un servicio web desde una aplicación ASP tradicional... pensé en un momento enviar los datos vía POST o GET a una página ASPX (ASP.NET) y desde ahi gatillar el servicio correspondiente, pero quería...
http://msmvps.com/blogs/jvargas/pages/convertirnumeroletras.aspx
http://msmvps.com/blogs/jvargas/pages/utilizarservicioweb.aspx