Forum Replies Created

Viewing 15 posts - 2,386 through 2,400 (of 15,381 total)

  • RE: Parameter conversion

    aleksandra 81219 (9/4/2015)


    I cant add or reduce quotes......... Its passed from system.... im always getting '20150106','20150101', a can add sth on beginning or end, add function or sth, but...

  • RE: Parameter conversion

    aleksandra 81219 (9/4/2015)


    You dont understood correctly, I can't EXECUTE procedure so modyfing it wont help

    See what is underlined on my printcreen, i cant change how it is passed - im...

  • RE: Parameter conversion

    aleksandra 81219 (9/4/2015)


    Hmmm so next procedure to execute first procedure? I would prefer to avoid such step because its embedded next in erp system... What is more now we have...

  • RE: Are the posted questions getting worse?

    TomThomson (9/3/2015)


    So for AMAZON this guy is going to use a 6 character password? And for Yahoo he'll have a 5 character password?

    It...

  • RE: Are the posted questions getting worse?

    jasona.work (9/3/2015)


    Thursday before a 3-day weekend in the US = The place starting to clear out already...

    Tomorrow's going to be even quieter...

    Nice and quiet around here today. They even gave...

  • RE: Parameter conversion

    ChrisM@Work (9/3/2015)


    Eirikur Eiriksson (9/3/2015)


    patilar (9/3/2015)


    you can use Fn_split () function . The Code for it is available in google

    Quick suggestion, don't use the Fn_split function, use DelimitedSplit8K [/url]instead

    😎

    For your amusement,...

  • RE: Parameter conversion

    Here is vote #3 for the DelimitedSplit8K function. You will notice there is a link to it in my signature. 😀

  • RE: Row into Multiple Column

    pietlinden (9/2/2015)


    Interesting... Thanks Sean and Luis for the gentle "schooling". I'll have to add that to my SSC database (the stuff I brazenly steal from here... hey, gotta learn somehow!)

    Maybe...

  • RE: Column aliases

    Steve Jones - SSC Editor (9/2/2015)


    Sean Lange (9/2/2015)


    Steve Jones - SSC Editor (9/2/2015)


    I do agree with the = and try to use it, precisely because complex code becomes hard...

  • RE: Column aliases

    Steve Jones - SSC Editor (9/2/2015)


    I do agree with the = and try to use it, precisely because complex code becomes hard to read when the name is buried...

  • RE: What Kind of DBA Are You?

    Luis Cazares (9/2/2015)


    Sean Lange (9/2/2015)


    BrainDonor (9/1/2015)


    What's the difference between 'None of the above' and 'Other'?

    Also curious what is the difference between "Development" and "Development DBA".

    I understand it as coder and...

  • RE: Column aliases

    I am guessing that Aaron did NOT convince Steve to use = instead of as. 😉

    I have to say that I disagree with Aaron on this. I find it obtuse...

  • RE: Row into Multiple Column

    The DelimitedSplit8K is a bit overkill for this. Here is another option using PARSENAME.

    select replace(parsename(replace(REPLACE(Filename, '.', ''), ':', '.'), 2), ' Records', '') as Bytes

    , parsename(replace(REPLACE(Filename, '.', '^'), ':', '.'),...

  • RE: What Kind of DBA Are You?

    BrainDonor (9/1/2015)


    What's the difference between 'None of the above' and 'Other'?

    Also curious what is the difference between "Development" and "Development DBA".

  • RE: Are the posted questions getting worse?

    Sean Lange (9/1/2015)


    Alvin Ramard (9/1/2015)


    Sean Lange (9/1/2015)


    Alvin Ramard (9/1/2015)


    SQLRNNR (9/1/2015)


    GilaMonster (9/1/2015)


    Ed Wagner (9/1/2015)


    ZZartin (9/1/2015)


    Now if only all websites used the same algorithm to determine...

Viewing 15 posts - 2,386 through 2,400 (of 15,381 total)