SA password?

  • We have application need Sa password to login, so what is best if we using pwdencrpt() function encrpt in column, and how we decrpt them out of table? If there is way decrpt out can VB application code password in connection string will see the password, We do not like someone if debug the code then find SA password. Any help will be appreciate.

    feifei liu


    Rachel

  • Oooooh.

    Is there any way of NOT using the sa password for the application? Or, is this one of those 3rd party apps where you're given no choice?

    Cheers,

    - Mark


    Cheers,
    - Mark

  • If it is not possible to modify the VB program to use a different account, then you can modify the sa account to something other than system admin, depending upon what the program actually needs access to.

  • SQL Server does not offer a decrypt function, You can only use PWDCOMPARE to compare a plaintext password to an encrypted value

    Shas3

  • I don't think you can modify sa'a sysadmin privilege

    Cheers,

    - Mark


    Cheers,
    - Mark

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply