-1

I need a query that shows all stored procedures that are hitting to a specific table.

NoDataDumpNoContribution
  • 10,591
  • 9
  • 64
  • 104
Jayanti Lal
  • 1,175
  • 6
  • 18

1 Answers1

0

Try this one....

  sp_depends 'dbo.TableName'
  GO
rjps12
  • 587
  • 6
  • 15