Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
what is the functionality (usefulness)of database project in visual stdio 2005 in other project type...........
Posted
Updated 30-Jul-10 19:48pm
v3

1 solution

With a Database project you can manage all of your database's objects' creation scripts - stored procedures, views, tables, user-defined functions, jobs, and so on - through Visual Studio .NET.

This offers a bevy of advantages, including:
1. Source control on database objects
2. A centralized development experience
3. An improved text-editor
4. Ease of deployment

For more, read them:
Database Projects in Visual Studio .NET [^]
Visual Studio.NET Database Projects[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900