locked
CAn we maintain session in SQL RRS feed

  • Question

  • Hello all,

    I have a need to maintain session of a user in SSMS.

    Can it be possible, if yes then how?

    Thanks in advance.


    Pankaj Kumar Yadav-

    Wednesday, September 26, 2012 5:35 AM

Answers

  • Normally session variables are stored in Web server's memory. Why need that in SSMS. Can you please brief what you trying to achieve?

    Best Regards, Venkat

    • Proposed as answer by Kalman Toth Wednesday, September 26, 2012 6:35 AM
    • Marked as answer by Kalman Toth Monday, October 1, 2012 11:15 PM
    Wednesday, September 26, 2012 6:16 AM

All replies

  • Hello,

    I don't understand, what you mean; can you please explain what you mean with "maintain sessions"?


    Olaf Helper

    Blog Xing

    Wednesday, September 26, 2012 5:53 AM
  • Normally session variables are stored in Web server's memory. Why need that in SSMS. Can you please brief what you trying to achieve?

    Best Regards, Venkat

    • Proposed as answer by Kalman Toth Wednesday, September 26, 2012 6:35 AM
    • Marked as answer by Kalman Toth Monday, October 1, 2012 11:15 PM
    Wednesday, September 26, 2012 6:16 AM
  • Hello all,

    I have a need to maintain session of a user in SSMS.

    Can it be possible, if yes then how?

    Thanks in advance.


    Pankaj Kumar Yadav-


    Please note that the connection/session of the user, which is either a database connection or an application connection, is specific in the user's machine, and you can't simulate the exact same copy of that.

    Many Thanks & Best Regards, Hua Min

    Wednesday, September 26, 2012 6:42 AM