In Visual Studio 2008 I have 2 types of database projects:
- C# -> Database -> SQL Server Project
- Other project Types -> Database -> Database Project
What is the difference between these 2? Is there any reason to use one over ther other?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
SQL Server projects in Visual Studio
assist in the creation of stored
procedures, triggers, aggregates,
user-defined functions, and
user-defined types using .NET
Framework languages such as Visual
Basic, Visual C#, and Visual C++.
The database project is a special
type of Visual Studio.NET project.
Its purpose is to create and manage
SQL database scripts. If you’re
developing database applications with
Visual Studio.NET, you will want to
know about the tools available for
making your work with databases
easier and faster.