July 7, 2005 at 2:58 pm
HI,
I have a heap of views, I have turned encryption ON on some of them, is there a SELECT statement I can use on system table that will give me a list of views that I have encrypted, cause I have forgotten which ones i did (ha) !
Thanks
July 7, 2005 at 3:09 pm
Select O.name from dbo.SysObjects O inner join dbo.SysComments C on O.id = C.id where C.Encrypted = 1 and O.XType = 'V'
July 7, 2005 at 3:15 pm
Thanks worked fine !
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy