I am new to SQL and I am experimenting.
I have created a SQL Server Project in VS2013 and generated several tables using the GUI (using the auto-generated CREATE TABLE
command).
Now I want to implement in C# a stored procedure to populate the tables with data statically before the deployment.
Could someone give me an example/link about how to do that?