How to get SQL server authenticmode

  • Dear Sir,

    Is ther any way to get which authentic mode a user login. I don't use of wizard. I want to get use of T-SQL command. So please give me any idea.

    Thanking You

    Debasis Bag;-)

  • SELECT name, type, type_desc FROM master.sys.server_principals

    ..or something

    __________________________
    Allzu viel ist ungesund...

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

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