Results 1 to 4 of 4

Thread: Searching through Stored Procedures

  1. #1
    Join Date
    May 2003
    Posts
    43

    Searching through Stored Procedures

    Does anyone know of a easy way to search through SPs?

    We added a new product to our data entry program but some of my fellow programer(which I'm still yelling at) did not keep a list of stored procedures that he changed. So now I have to go through 300+ SP's to see which ones I need to move over to the live server. If there is a way to search for a string(='Rov') inside the stored procedures that would be great.

    Thanks

  2. #2
    Join Date
    Nov 2002
    Location
    DE
    Posts
    246

  3. #3
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    1. script all procedures and download to a folder and do a search (start-search- file or folders-containing text)

    2. you can download SQLCompare trial version and do a search.

    3. whomever you are yelling at did a drop and recreate on procedure instead of alter, you can find the crdate column in sysobjects table will be useful.

  4. #4
    Join Date
    May 2003
    Posts
    43
    Thanks for the suggestions. I'll check on that script and see how that works.

    Mak, sadly he did an alter so I guess that ideas out. I am currently going through the script file put like I said 300+ Sp's so its been fun Thanks though

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •