Viewing 15 posts - 1 through 15 (of 89 total)
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...
January 16, 2019 at 11:20 am
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...
December 12, 2018 at 9:45 pm
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...
November 19, 2018 at 3:25 pm
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...
November 13, 2018 at 11:40 pm
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...
October 31, 2018 at 1:16 pm
October 31, 2018 at 1:14 pm
October 25, 2018 at 8:20 pm
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...
October 25, 2018 at 1:48 pm
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
October 22, 2018 at 12:18 pm
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...
October 19, 2018 at 5:19 pm
October 19, 2018 at 4:07 pm
October 19, 2018 at 1:22 pm
October 18, 2018 at 12:45 pm
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...
October 17, 2018 at 11:02 am
October 16, 2018 at 2:27 pm
Viewing 15 posts - 1 through 15 (of 89 total)