password

  • Is there any way to use a stored procedure to grab the username and password of the current user? We are planning to use datajunction as a tool for one of our products and before dj can access the db, we need to send it the current users username and password. Currently we can't send this info to dj directly so we will need to grab it, somehow write it to a text file, let dj grab it then delete the text file. Any ideas?

    Thanks,

    Eddie

  • select user_name() will give you username and other details should be given by ur application only no way to capture password

    Prakash

    Prakash Heda
    Lead DBA Team - www.sqlfeatures.com
    Video sessions on Performance Tuning and SQL 2012 HA

Viewing 2 posts - 1 through 1 (of 1 total)

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