November 29, 2013 at 5:27 am
Hi All
I have a MLM database in which some stored procedures are locked. Could you please guide me how to unlock a lock stored procedure.
Thank you in Advance
November 29, 2013 at 11:57 am
Check with the database owner if the permission to modify those stored procedures can be granted.
November 29, 2013 at 1:09 pm
I assume By "Locked" you mean Encrypted? are you seeing this little Lock icon over your stored procedures names?
If that is the case, I dont think you can Decrypt them in SQL Server, or you can probably look online for some tools to do that / hack that for ya ...
November 29, 2013 at 11:13 pm
Hello Guys i got a way to decrypt sql. we can decrypt sql from the following software
http://www.devart.com/dbforge/sql/sqldecryptor/download.html
November 30, 2013 at 1:11 am
rahuldhawan2007 (11/29/2013)
Hi AllI have a MLM database in which some stored procedures are locked. Could you please guide me how to unlock a lock stored procedure.
Thank you in Advance
Why do you need to get into someone else's stored procedures without their permission? I'm not liking the smell of this at all.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 30, 2013 at 11:20 am
rahuldhawan2007 (11/30/2013)
@Jeff ModenHello Jeff i understand your concern. i'm not trying to hack it. actualy i'm dealing with a project created by a former employee of the company. Now that employee has left job.
Understood. In that case, I'd institute proper procedures for code promotion in the future. No one but the DBA should promote code, there should be a code review, and nothing goes to production until it's been checked into source control in an unencrypted format because THAT's where the peer review code should come from. 🙂
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply