How to view / print stored procedures in VS 2005

  • Thread starter Thread starter keithb
  • Start date Start date
K

keithb

Using VS 2005, is there some way to print stored procedures? Is there any
way to simultaneously view the content of multiple stored procedure files?

Thanks,

Keith
 
You could try scripting the database. I'm not sure if VS will do this, but
Enterprise manager would or the SQL Management Studio if using 2005.

Once you get to the script window, you can decide what to script and then
save / print.

~ Steve
 
you create a database project. then use server explorer to script the procs
to the project, if you don't have files. then you can print.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top