/ Published in: SQL
Expand |
Embed | Plain Text
USE DATABASE; go SELECT name, create_date, modify_date FROM sys.objects WHERE type = 'p' AND name = 'cp_StoredProcedure'
You need to login to post a comment.
nivlam on 12/02/09
1 person have marked this snippet as a favorite
USE DATABASE; go SELECT name, create_date, modify_date FROM sys.objects WHERE type = 'p' AND name = 'cp_StoredProcedure'
You need to login to post a comment.