Difference between types of database projects in Visual Studio -
I have 2 types of database projects in Visual Studio 2008:
- 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 on one another?
-
The SQL Server project in Visual Studio to help in the creation of stored procedures, Triggers, aggregates, user-defined functions, and user-defined types. Visual Basic, Visual C # and Visual C ++ .NET Framework languages like.
-
Database Project A special Visual Studio .NET project type is intended to create and manage SQL database scripts. If you are developing a database application with Visual Studio.NET, you would want to know about the tools available to make your work easier and faster with the database.
Comments
Post a Comment