I am working on SSRS BI projects.
Using VS 2010 in combination with TFS 2010 I create solutions.
Each solution contains one or more Report Server Projects.
Each project contains one or more reports.
Each report uses one or more Datasets, always based on T-SQL.
The SQL in those datasets is horrible to read, therefore I would like to add the original .sql file to the applicable project. Is this possible? How? Adding a SQL Server project to my solutions seems like too big a solution.
I am working on SSRS BI projects. Using VS 2010 in combination with TFS
Share
just add an existing item. If it’s a valid SQL file it should be able to be added to the project so TFS will pick it up when you do the check-in.