开发者

Difference between types of database projects in Visual Studio

开发者 https://www.devze.com 2022-12-18 06:51 出处:网络
In Visual Studio 2008 I have 2 types of database projects: C# -> Database -> SQL Server Project Other p开发者_Go百科roject Types -> Database -> Database Project

In Visual Studio 2008 I have 2 types of database projects:

  • C# -> Database -> SQL Server Project
  • Other p开发者_Go百科roject Types -> Database -> Database Project

What is the difference between these 2? Is there any reason to use one over ther other?


  • 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消