Jeppen
Jeppen

Reputation: 424

Development methods C# and SQL Database in Visual Studio

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:

Maybe you can help me.

Upvotes: 3

Views: 216

Answers (1)

cdev
cdev

Reputation: 166

If you are using Visual Studio 2010 you may need to install the sql server data tools (used to create database projects). It's installed with VS 2012 but I'm not sure about VS2010.

Here are some links for more information: Site: http://msdn.microsoft.com/en-us/library/hh272686(v=vs.103).aspx Blog: http://blogs.msdn.com/b/ssdt/

Upvotes: 2

Related Questions