Forum Replies Created

Viewing 15 posts - 61 through 75 (of 112 total)

  • RE: Select-String. How to use multiple pattern conditions?

    My Dah! So simple... Thanks!

    A clever person solves a problem. A wise person avoids it. ~ Einstein
    select cast (0x5365616E204465596F756E67 as varchar(128))

  • RE: Ambitious Project - File tracking parsing logs

    Thanks Jeff! Briefly looked it over and looks like it has many nuggets of golden information to extract!

    A clever person solves a problem. A wise person avoids it. ~ Einstein
    select cast (0x5365616E204465596F756E67 as varchar(128))

  • RE: SSIS and SQL Server 2000

    Thanks for your reply CEWII

    A clever person solves a problem. A wise person avoids it. ~ Einstein
    select cast (0x5365616E204465596F756E67 as varchar(128))

  • RE: SSIS and SQL Server 2000

    Thanks SSCrazy. Was pretty sure of that but down to a few volts in the powerhouse at the moment 🙂

    A clever person solves a problem. A wise person avoids it. ~ Einstein
    select cast (0x5365616E204465596F756E67 as varchar(128))

  • RE: Ambitious Project - File tracking parsing logs

    Found this article/post that looks pretty close to my required needs.

    http://www.sqlservercentral.com/articles/powershell/73460/

    Anyone with others great links or comment on person experience please reply. Thanks!

    A clever person solves a problem. A wise person avoids it. ~ Einstein
    select cast (0x5365616E204465596F756E67 as varchar(128))

  • RE: Splitting a column in two by bytes

    Great stuff. Thanks very much!

    A clever person solves a problem. A wise person avoids it. ~ Einstein
    select cast (0x5365616E204465596F756E67 as varchar(128))

  • RE: Formatting Date (DTS ActiveX script)

    I happened alone the below function that gets the job done. Your article referral looks to be a great resource too. Thanks!

    Function fnFormatDate(dtDate, strFormat)

    Dim yyyy, mm, dd

    mm = Month(dtDate)

    yyyy=Year(dtDate)

    dd=Day(dtDate)

    If (Len(dd)<2)...

    A clever person solves a problem. A wise person avoids it. ~ Einstein
    select cast (0x5365616E204465596F756E67 as varchar(128))

  • RE: Change Excel file name when exporting with DTS Package

    Thank you so much! 🙂

    A clever person solves a problem. A wise person avoids it. ~ Einstein
    select cast (0x5365616E204465596F756E67 as varchar(128))

  • RE: Change Excel file name when exporting with DTS Package

    Really no reply? I am getting the same error message. If you got this figured out how does it work?

    Thanks

    A clever person solves a problem. A wise person avoids it. ~ Einstein
    select cast (0x5365616E204465596F756E67 as varchar(128))

  • RE: Wrapper to run stored procedure many times

    Thank you for all the great responses. The thread took on a life of its own which is cool 🙂

    A clever person solves a problem. A wise person avoids it. ~ Einstein
    select cast (0x5365616E204465596F756E67 as varchar(128))

  • RE: Precedence and Logical Operators

    SQL Prompt is pretty nifty 🙂

    A clever person solves a problem. A wise person avoids it. ~ Einstein
    select cast (0x5365616E204465596F756E67 as varchar(128))

  • RE: Precedence and Logical Operators

    Your right no business logic documented. I have been tasked with doing that.

    A clever person solves a problem. A wise person avoids it. ~ Einstein
    select cast (0x5365616E204465596F756E67 as varchar(128))

  • RE: Precedence and Logical Operators

    Thank bunches. It is code used within our application I support. It is pretty ugly no doubt but really cool how you broke it down. It boggled my mind. Thanks!

    A clever person solves a problem. A wise person avoids it. ~ Einstein
    select cast (0x5365616E204465596F756E67 as varchar(128))

  • RE: Execute Process multiple times

    That is the ticket Elliot! Thanks so much!

    A clever person solves a problem. A wise person avoids it. ~ Einstein
    select cast (0x5365616E204465596F756E67 as varchar(128))

  • RE: Round and round we go....

    I appreciate all you responses. Thanks

    A clever person solves a problem. A wise person avoids it. ~ Einstein
    select cast (0x5365616E204465596F756E67 as varchar(128))

Viewing 15 posts - 61 through 75 (of 112 total)