Forum Replies Created

Viewing 15 posts - 31 through 45 (of 191 total)

  • RE: Convert data to numeric/decimal

    Jonathan AC Roberts - Thursday, October 18, 2018 10:17 AM

    GrassHopper - Thursday, October 18, 2018 10:09 AM

  • RE: Convert varchar date to dd/mm/yyyy format date

    Jonathan AC Roberts - Thursday, October 18, 2018 10:07 AM

    GrassHopper - Thursday, October 18, 2018 10:04 AM

  • RE: Select 1 row

    Lynn Pettis - Thursday, May 24, 2018 3:27 PM

    GrassHopper - Thursday, May 24, 2018 3:12 PM

    May 24, 2018 at 3:29 pm

    #1991921

  • RE: Select 1 row

    error msg:
    Incorrect syntax near 'partition'

    With CTE
    as (
    select *, row_number() over (partiton by HdrID , TabName order by HdrID) as RN
    from xlshdr_EC

  • RE: Select 1 row

    I want all the columns... This will only return Hdrid and tabname, right?

  • RE: Special characters

    sestell1 - Friday, April 13, 2018 12:52 PM

    Interesting... it looks like escaping the square brackets only works when you explicitly specify the...

  • RE: Special characters

    Phil Parkin - Friday, April 13, 2018 11:26 AM

    The exclamation mark and tilde are easy enough, but those square brackets are a...

  • RE: Special characters

    Phil Parkin - Friday, April 13, 2018 10:51 AM

    Try changing your search string to this
    '%[^-a-zA-Z0-9.&_#$\\() ]%'
    I believe that the hyphen was...

  • RE: Special characters

    sestell1 - Friday, April 13, 2018 10:55 AM

    The underscore is a single character wildcard in LIKE expressions.
    You'll need to encapsulate it in...

  • RE: converting a blank to numeric

    drew.allen - Monday, January 29, 2018 1:21 PM

    Since you're on SQL 2012, you can use TRY_CAST() instead of just CAST().

    Drew

    forgot about the...

  • RE: Handling string column with dates

    Lynn Pettis - Friday, October 20, 2017 3:06 PM

    Dumb question, is this a one time import or will this be a recurring...

  • RE: Handling string column with dates

    On another update, I am getting the same error msg and I can't find the needle in the haystack.  I was thinking of doing an update on a portion of...

  • RE: Handling string column with dates

    Thom A - Friday, October 20, 2017 12:21 PM

    I'm surprised you've said that string like '18th February 2015' are being returned with...

  • RE: Handling string column with dates

    Thom A - Friday, October 20, 2017 12:21 PM

    I'm surprised you've said that string like '18th February 2015' are being returned with...

  • RE: Handling string column with dates

    DesNorton - Friday, October 20, 2017 11:41 AM

    GrassHopper - Friday, October 20, 2017 11:25 AM

Viewing 15 posts - 31 through 45 (of 191 total)