Wednesday 26 February 2020

mssql and GO calls

I have a .sql file that has stored procs in it and a couple 'GO' calls. I couldn't get my code to work with the GO calls. I changed them to ; and then I do a simple toString() and split(';') on the file and run the queries. it seems to be working... is that fine to do ? should this file be formatted in a particular way to work better with mssql ?

Submitted February 27, 2020 at 03:43AM by superfake123

No comments:

Post a Comment