Forum Replies Created

Viewing 15 posts - 1 through 15 (of 89 total)

  • RE: Importing from XML to SQL 2014

    Good Morning all. Well it is just about finished, at least the database part. I want to thank everyone for all your help. I can now output a JSON file...

  • RE: Importing from XML to SQL 2014

    Hey everyone. Been buys working on the upcoming meet but I always try to get a little work coding each week. Now that I have the program working the way...

  • RE: Importing from XML to SQL 2014

    The bcp output seems to add them as if I open the json output in a web view and then compact it removing white spaces it import fine. The issue...

  • RE: Importing from XML to SQL 2014

    I have been racking the brain for a few weeks and ran into an issue I cannot figure out. There are extra white spaces in the JSON output that are...

  • RE: Importing from XML to SQL 2014

    Ok, I am almost done and really appreciate all the help everyone has done for me. The only issue I have not figured out is to check if a table...

  • RE: Importing from XML to SQL 2014

    TheFirstOne - Thursday, October 25, 2018 1:48 PM

    I am having trouble getting the row data from multiple rows into a single row...

  • RE: Importing from XML to SQL 2014

    TheFirstOne - Thursday, October 25, 2018 1:48 PM

    I am having trouble getting the row data from multiple rows into a single row...

  • RE: Importing from XML to SQL 2014

    I am having trouble getting the row data from multiple rows into a single row and only show one name.
    USE meetscoreslive
    DECLARE @test-2 varchar(8000)

    select...

  • RE: Importing from XML to SQL 2014

    I added SQLCMD.Dispose() to the stop button which exits the sub. Is this correct.
        If StopSession = True Then
            SQLCMD.CommandText = "EXEC sp_configure 'xp_cmdshell',0
            RECONFIGURE

  • RE: Importing from XML to SQL 2014

    Ok, So I changed to open the database once and run my loop. Everything works although I am not sure I am disposing of the object. Is the exit sub...

  • RE: Importing from XML to SQL 2014

    Scott Coleman - Friday, October 19, 2018 1:36 PM

    You seemed to be concerned about how many seconds it would take to run...

  • RE: Importing from XML to SQL 2014

    Scott Coleman - Friday, October 19, 2018 12:55 PM

    I would suggest opening the connection once and reusing it, rather than creating and...

  • RE: Importing from XML to SQL 2014

    sgmunson - Wednesday, October 17, 2018 6:45 AM

    TheFirstOne - Tuesday, October 16, 2018 2:27 PM

  • RE: Importing from XML to SQL 2014

    So it looks like the " is the issue. I have tried different ways to change this " ' " etc but nothing works. Is there a way to have...

  • RE: Importing from XML to SQL 2014

    TheFirstOne - Tuesday, October 16, 2018 2:14 PM

    TheFirstOne - Tuesday, October 16, 2018 1:55 PM

Viewing 15 posts - 1 through 15 (of 89 total)