Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 105057
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T01:22:45+00:00 2026-05-11T01:22:45+00:00

SQL Server Server 2005. I’m staring at a database that has 500+ stored procedures,

  • 0

SQL Server Server 2005. I’m staring at a database that has 500+ stored procedures, and trying to glean the intricacies of how they interact with the data – particularly in regards to how they insert/modify data. I was hoping to find a search’ or ‘find’ functionality that would look at the content of the actual procedure. That way, I could do a search for all procedures that do anything at all with some_table_name. The basic find functionality of SQL Management Studio looks in opened files, and Find in Files only appears to find the content if I already have the sproc opened, and even then only in the …\Local Settings\Temp\~vs1011.sql temporary type files.

As of right now, the only way I know of getting to the underlying procedure is to right click and select ‘modify’ (or Script Stored Procedure As => Create or Alter). Is there a faster/easier way to search/examine all the sprocs?

  • 1 1 Answer
  • 2 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T01:22:45+00:00Added an answer on May 11, 2026 at 1:22 am

    There is an Information_Schema.Routines view that you can use.

    select *  FROM   INFORMATION_SCHEMA.ROUTINES  WHERE  OBJECTPROPERTY(OBJECT_ID(SPECIFIC_NAME),'IsMSShipped') =0         and OBJECT_DEFINITION(OBJECT_ID(SPECIFIC_NAME)) like '%search term here%'         AND ROUTINE_TYPE='PROCEDURE' 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 67k
  • Answers 67k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer If you wanted to get the 'cheapest' employee in each… May 11, 2026 at 11:59 am
  • added an answer I solved the problem as follows: Created a small 32… May 11, 2026 at 11:59 am
  • added an answer A VirtualizingStackPanel can offer performance benefits when working with very… May 11, 2026 at 11:59 am

Related Questions

SQL Server Server 2005. I'm staring at a database that has 500+ stored procedures,
I've ran some ALTER scripts on the database [SQL Server Server 2005], and overwrote
I have an SQL Server 2005 server, and I'd like to run a .Net
I installed SQL Server 2008 (SQL Server 2005 was already installed) on my XP
SQL Server 2005. I'm adding Foreign Key constraints to the database of an application
In Sql Server 2005 when I have multiple parameters do I have the guarantee
With SQL Server 2005 using SSMS, when I run this: SELECT * FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0','Excel
Using SQL Server 2005 and Management Studio how do I insert a picture into
In SQL Server 2005, is there a way I can create a INSERT script
SQL Server 2005 has great sys.XXX views on the system catalog which I use

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.