Quantcast
Channel: .NET Mixer
Viewing all articles
Browse latest Browse all 25

How to get SP Trigger View code from query analyzer in SQL Server

$
0
0
Sometimes upstream (place to collect data) or your vendor may give you the permission on some Stored Procedure or Trigger or View or even you may have not SQL management Studio or you may can not view those in Management studio. So at that moment how one can view the code. The solution is simple. Use builtin sp_helptext. Sample Output Screenshot: Syntax: sp_helptext 'your sp/view/trigger name'

Viewing all articles
Browse latest Browse all 25

Trending Articles