Re: decrypt function in SQL Server 2000
From: Dan Guzman (guzmanda_at_nospam-online.sbcglobal.net)
Date: 11/16/04
- Next message: Anthony LaMark: "LocalSystem (i.e. machine account) authenticating to a SQL server as anonymous"
- Previous message: Dan Guzman: "Re: Best Practice - xp_cmdshell question"
- In reply to: jzhou: "decrypt function in SQL Server 2000"
- Next in thread: David Portas: "RE: decrypt function in SQL Server 2000"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 16 Nov 2004 08:32:28 -0600
To add to Hari's response, undocumented functionality can change between
versions or even service packs and thus break your code. Avoid using
undocumented stuff in production.
-- Hope this helps. Dan Guzman SQL Server MVP "jzhou" <jzhou@discussions.microsoft.com> wrote in message news:0DC77411-9710-4A06-A502-EE1DC61DAE54@microsoft.com... >I know that there are undocumented encryption function, such as: > > pwdencrypt > pwdcompare > > anyone know what is the decrypt function in SQL Server 7.0/2000. If you > know > any, please provide syntax and some simple examples. > > Thanks a lot
- Next message: Anthony LaMark: "LocalSystem (i.e. machine account) authenticating to a SQL server as anonymous"
- Previous message: Dan Guzman: "Re: Best Practice - xp_cmdshell question"
- In reply to: jzhou: "decrypt function in SQL Server 2000"
- Next in thread: David Portas: "RE: decrypt function in SQL Server 2000"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|