How to view / print stored procedures in VS 2005

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



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


.



Relevant Pages

  • Re: Model Database Stored procedures are gone.
    ... Hmmm...I did not think that any stored procedures were stored within model. ... Which stored procedures are missing? ... > "Keith Kratochvil" wrote: ... >> If stored procedures were placed within the model database I would expect that something or someone expects those stored procedures to be available in the user databases that are created. ...
    (microsoft.public.sqlserver.server)
  • Re: select into question
    ... It might have something to do with the fact that stored procedures are ... SQL Server MVP ... Keith G Hicks wrote: ... SELECT FirstName, LastName INTO #Names EXEC dbo.MyProc '02/05/2009', 0 ...
    (microsoft.public.sqlserver.programming)