At the moment I have a SQL Project ready to be deployed (Its like-for-like with the prod version). However, when generating the deployment script – objects such as the stored procedures are coming up first in the deployment scripts; therefore the script is failing as the dependent objects (tables, functions etc…) have not been created yet. How can I tell
Tag: visual-studio-2017
“Incorrect syntax near ‘)’.”
I have a program that is to take a couple inputs and do stuff to them then store them in a local database (using SQL Server). I have the following code for the connection: SqlConnection con = new …