HI all,
Iam using VS2008 and SQL2008 i want to access my stored procedures in VS2008 TFS so please tel me the steps to do it.
Thanks in advance
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I usually have Database project stored inside my source control repository that contains all the scripts necessary to create a new database, all the tables, views , sp’s etc.
Generating scripts for SP’s is quite easy. Simply open up the Server Explorer and connect to you database, sekect any existing sp and drag it onto the database project in the project browser window.