LadyinProgramming

Showing posts with label find query in stored procedure sql server. Show all posts
Showing posts with label find query in stored procedure sql server. Show all posts

Sunday, June 14, 2015

Find stored procedure containing text in sql server

Use this query to find stored procedure containing text in sql server:

SELECT name
FROM   sys.procedures
WHERE  Object_definition(object_id) LIKE '%YourKeyword%'


Best Wishes,

LadyinProgramming
Posted by Asiknyaberbagipku at 9:34 PM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: find column name in stored procedure sql server, find query in stored procedure sql server, find stored procedure containing text in sql server, query find text in stored procedure sql server, sqlserver
Home
Subscribe to: Posts (Atom)

About Me

Asiknyaberbagipku
View my complete profile

Blog Archive

  • ▼  2015 (4)
    • ▼  June (4)
      • Format Numbering Currency ASP VB and ASP.NET C#
      • Find table, view, stored procedure, etc list in da...
      • Find column in table by name sql server
      • Find stored procedure containing text in sql server
Ethereal theme. Powered by Blogger.