Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: Progress Bar Simulation on SQL Server

    Excellent,:-)

    thank you very much ..!!!

  • RE: Progress Bar Simulation on SQL Server

    modified code 😀

    -- ======================================================

    -- Author:[Chero Díaz,Richard Johnnatan]

    -- DBA.

    -- Create date: [2013,11,28]

    -- Description:[Simulación de Barra de Progreso]

    -- © Copyright - Todos los Derechos reservados ™

    -- ======================================================

    ---__________________________________________________________---

    --- Creando...

  • RE: Progress Bar Simulation on SQL Server

    Thank you very much for reply

    I try Replicate commnad and that´s better to optimize the script. 😉

  • RE: Crear Documentacion de Pacquete o proyecto ssis 2008

    Dear.

    Very Good Morning, my question is:

    there is any option in ssis 2008 to allow me to export a package (dtsx) or the entire project to word, pdf, html or ppt...

  • RE: Convertir texto a fecha en sql server

    Thank u very much!!

    Now I have 2 great answers!!

    SELECT CONVERT(datetime,CONVERT(int,'41389')-2) As Converted

    select dateadd(day,'41389' - 2, 0) as FechaOriginal

    Thank u Champion and Thank u Insane

  • RE: Convertir texto a fecha en sql server

    Hi everybody, 🙂

    I have a .txt, with datetime as field such as that:

    namedate_asist

    Pedro41388

    Ana41389

    Juan41390

    When I load txt to my OLEDB I need to convert that field "date_asist" to datetime but I...

Viewing 6 posts - 1 through 6 (of 6 total)