Forum Replies Created

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

  • RE: Alternative Way to Parse JSON String?

    @ Jeff

    Thanks again for the input. Its nice to know this can be done but in the end, I made the developer cave and follow a normalized schema that...

  • RE: Alternative Way to Parse JSON String?

    @jeff: Thanks for this. I will run this by our DBA when I get in the office on Monday, meanwhile I'll implement in my test environment at home and...

  • RE: Alternative Way to Parse JSON String?

    Alan.B (11/20/2015)


    omegadev21 (11/20/2015)


    Jeff Moden (11/20/2015)


    Ah... maybe I missed it. Is this the data example?

    Given the field CLIENT_DATA of data type VARCHAR(MAX) with data:

    {"LASTNAME":"Doe","FIRSTNAME":"John","EMAILADDRESS":"something@email.com","USERNAME":"exusername","PHONENUMBER":"15555555555"}

    @jeff Moden, yeah that's the sample...

    If only...

  • RE: Alternative Way to Parse JSON String?

    Jeff Moden (11/20/2015)


    Ah... maybe I missed it. Is this the data example?

    Given the field CLIENT_DATA of data type VARCHAR(MAX) with data:

    {"LASTNAME":"Doe","FIRSTNAME":"John","EMAILADDRESS":"something@email.com","USERNAME":"exusername","PHONENUMBER":"15555555555"}

    @jeff Moden, yeah that's the sample...

    If only I could...

  • RE: Auto dump out database schema

    Nevermind, I figured out what the issue was. However, once I got it working, I realized, that this script does not create insert statements for the data. Can...

  • RE: Auto dump out database schema

    Great script. Have a quick question, I'm trying to use this script to generate schema dumps of a remote database instance. I do not have and it will...

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