Tutorials
Resources
Forum
Interview
Jobs
Projects
Offshore Development
Mentor
|
Code Converter
|
Articles
|
Code Factory
|
Computer Jokes
|
Members
|
Peer Appraisal
|
IT Companies
|
Bookmarks
|
Revenue Sharing
|
Talk to Us
|
My Profile
Sign In
Register
AdSense Revenue
Gifts
Active Members
Today
D.Jeya kumar(J...
(334)
ANIL PANDEY
(331)
UltimateRengan
(188)
Last 7 Days
Athira Appukut...
(1492)
D.Jeya kumar(J...
(1474)
UltimateRengan
(1399)
more...
Getting all triggers from a database
Posted Date: 03 Jul 2008 Resource Type:
Code Snippets
Category:
SQL
Posted By:
M. Irfan
Member Level:
Gold
Rating:
Points
: 5
This sample shows how to retrieve the list of all triggers in a database.
SELECT [text]
FROM sysobjects o
JOIN syscomments c ON o.id = c.id
WHERE xtype = 'TR'
For more details, visit
http://matespoint.blogspot.com/2008/07/get-all-triggers-for-database.html
Responses
No responses found. Be the first to respond and make money from
revenue sharing program
.
Feedbacks
Popular Tags
What are tags ?
Search Tags
Sign In
(No tags found.)
Post Feedback
This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must
Sign In
to post a response.
Next Resource:
Get list of all stored procedures from a database
Previous Resource:
Passing data from one sp to other sp
Return to Discussion Resource Index
Post New Resource
Category:
SQL
Post resources and
earn money
!
Related Resources
How to find the maximum length a select statement can return using @@TEXTSIZE function
Syntax of @@FETCH_STATUS function in SQL Server
caluclate age in years
How to drop Constraints in SQL Server
How to find whether a database column is identity or not?
dotNet Slackers
BizTalk Adaptors
Web Design
doors in nj
Contact Us
Privacy Policy
Terms Of Use