Viewing 15 posts - 16 through 30 (of 89 total)
October 16, 2018 at 2:14 pm
When I run this code in visual studio I get an expected end of statement on the SELECT part of the bcp utility. But If I run the same code...
October 16, 2018 at 1:55 pm
So here is the code to get it to work about 90%. It creates the json file but with all the records and so not sorted by AgeGrp.
[code...
October 11, 2018 at 3:19 pm
Is there a way to execute a query from another query. I see that you have subqueries but I am not interested in returning the results. Instead of repeating multiple...
October 10, 2018 at 1:17 pm
I am using this code to try to output the query to .json. It crerate the file but errors on something.
SELECT * FROM dbo.ResultsLvl3
October 10, 2018 at 12:26 pm
October 9, 2018 at 1:37 pm
I am getting so close. I am using the cursor function to loop through the age groups to output the different results. Everything works using the print function and the...
October 9, 2018 at 1:35 pm
October 9, 2018 at 10:55 am
October 4, 2018 at 10:53 pm
October 4, 2018 at 10:33 pm
Here is my work around. The only issue is the print statement does not translate to VS. I am not sure how to get this to work. So basically you...
October 4, 2018 at 12:30 pm
I am getting this error. Also I wanted to check for the table and then ask the user if they want to delete it or not. That is why I...
October 4, 2018 at 11:31 am
I have now started to insert the working queries into VS 2017. It is going well but I am having a hard time with one aspect. I am not sure...
October 2, 2018 at 2:08 pm
September 28, 2018 at 2:47 pm
Viewing 15 posts - 16 through 30 (of 89 total)