Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)

  • RE: Openjson problem?

    Ahh thats why:) I will go ahead and change the source JSON, thanks for your input and help:)

  • RE: Openjson problem?

    That is the desired results - however, I would love a solution where I didnt have to change the JSON - is that possible?

  • RE: Openjson problem?

    And if I do like this


    SELECT *
    FROM OPENJSON(@json,'$.api.names."1"')
    WITH(
    firstname nvarchar(255),
    lastname nvarchar(255)
    ) a

    I can get the first "row" just like...

  • RE: Json import and unicode?

    Not a test file, just cleaned up the scripts from company related stuff;)

    And so will i do with the json file, cant upload a json file. But the...

Viewing 4 posts - 1 through 4 (of 4 total)