Re: encrypted proceduers
- From: changliw@xxxxxxxxxxxxxxxxxxxx ("Charles Wang [MSFT]")
- Date: Mon, 11 May 2009 06:17:45 GMT
Hi Josppy,
I think that Erland already pointed out the table (syscomments) to which
you can query. To make it more clear to you, I write the following T-SQL
statement for your reference:
Use database_name
Go
select objs.name,objs.id,cmets.encrypted,cmets.text from sys.sysobjects
objs join sys.syscomments cmets on objs.id = cmets.id
where objs.type='P' and cmets.encrypted=1
Go
Please do not hesitate to let us know if there is anything unclear.
Best regards,
Charles Wang
Microsoft Online Community Support
=========================================================
Delighting our customers is our #1 priority. We welcome your
comments and suggestions about how we can improve the
support we provide to you. Please feel free to let my manager
know what you think of the level of service provided. You can
send feedback directly to my manager at: msdnmg@xxxxxxxxxxxxxx
=========================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
=========================================================
.
- Follow-Ups:
- Re: encrypted proceduers
- From: Yousef Alsayed
- Re: encrypted proceduers
- References:
- encrypted proceduers
- From: Yousef Alsayed
- Re: encrypted proceduers
- From: Erland Sommarskog
- Re: encrypted proceduers
- From: Yousef Alsayed
- encrypted proceduers
- Prev by Date: Re: permission assigned to the data base
- Next by Date: Re: AD Hoc remote quiers
- Previous by thread: Re: encrypted proceduers
- Next by thread: Re: encrypted proceduers
- Index(es):
Relevant Pages
|