Mar 17, 2005 #1 bombdropVB Programmer Joined Dec 3, 2002 Messages 59 Location GB Hi is there away to encryption all my stored procs in one operation, in other words a bulk encryption of all stored procs. Thanks
Hi is there away to encryption all my stored procs in one operation, in other words a bulk encryption of all stored procs. Thanks
Mar 17, 2005 #2 mrdenny Programmer Joined May 27, 2002 Messages 11,595 No. You will need to run the ALTER PROCEDURE on all the procedures with the WITH ENCRYPTION option set. Denny MCSA (2003) / MCDBA (SQL 2000) --Anything is possible. All it takes is a little research. (Me) http://www.mrdenny.com (My very old site) Upvote 0 Downvote
No. You will need to run the ALTER PROCEDURE on all the procedures with the WITH ENCRYPTION option set. Denny MCSA (2003) / MCDBA (SQL 2000) --Anything is possible. All it takes is a little research. (Me) http://www.mrdenny.com (My very old site)
Mar 18, 2005 Thread starter #3 bombdropVB Programmer Joined Dec 3, 2002 Messages 59 Location GB Thanks was wanting to hear that though. Looks like I'v a lot of editing to do!!!! Upvote 0 Downvote