Forum Replies Created

Viewing 8 posts - 31 through 38 (of 38 total)

  • RE: Code Camp Thoughts

    I am interested in going to a user group or even a code camp. How to you find out where they are? I live in Orange County CA.

    I have always...

  • RE: Programming Regular Expressions

    I hope someone can help me.

    This is what I am working on, and if I am not explaining it correctly, PLEASE ask.

    In my company we scan checks. At the bottom...

  • RE: Checking Up

    I have no problem with a potential employer doing a criminal backround check on me. I have HUGE problem if they run a credit check. I am not applying for...

  • RE: if exists

    if @i = 1

    BEGIN

    exec master..xp_cmdshell 'XCOPY \\server\share$\*.txt.gz \\server\drive$\directory'

    Print 'files copied successfully'

    END

    else

    BEGIN

    print 'no files exists'

    END

  • RE: Programming Regular Expressions

    Are you trying to write T-SQL code that will create REGEXes for you, as opposed to getting SQL to parse with REGEXes?

    YES!!!!!

    And you want to count the number of...

  • RE: Programming Regular Expressions

    In our program, which is written in Java and runs on a Unix system, the programmer has created RegEx for the MICR patterns which can parse about 90% of our...

  • RE: Programming Regular Expressions

    Since no one answered, I am wondering if my question was unclear.

    for an example here is a sample of a micr that is read into the database:

    :012345678: 80110627841< 1947

    the...

  • RE: Incorrect syntax near '''','''' in sql string

    declare the variable '@xvcRoleId'.

Viewing 8 posts - 31 through 38 (of 38 total)