SQL Server 2008 provides a solution explore. I have an existing database with many stored procedures, triggers, functions, views.
So I want to all those scripts and DDL can be maintained like .NET codes with Visual Studio connect to TFS.
How can I do this?
If you are using Visual Studio 2010, you can create a Database project, import the DDL from your database into the project, then commit to source control like any other project.