I've been googeling and testing this issue now for a while. Here is my question:
We develop in Visual Studio 2010 the C# part and Microsoft SQL Server Management Studio for the Views/Stored Procedures/... part.
What I want to do is combine both systems so that:
- The developer writes the C# code in the C# project
- The developer writes the stored procedure in the SQL project
- He can test the stored procedure against the test environment database from VS
- When he wants to test the C# code, the stored procedure is beeing created runtime ONLY. When The application stops (break) the object is beeing destroyed.
Maybe you can help me.