xp_loginconfig extended stored procedure issue

Mariusz Siedlecki 21 Reputation points
2022-12-01T21:19:46.317+00:00

Azure SQL Database Managed Instance

There is a issue with extended stored procedure xp_loginconfig with should returns information about login security configuration.

exec [master].sys.xp_loginconfig

Msg 2812, Level 16, State 62, Line 2
Could not find stored procedure 'master.sys.xp_loginconfig'.

but when we expand the procedure tree we see it exists.
This is expected or a bug ?

Azure SQL Database
{count} votes

Accepted answer
  1. GeethaThatipatri-MSFT 29,482 Reputation points Microsoft Employee
    2022-12-01T23:00:32.08+00:00

    Hi, @Mariusz Siedlecki Welcome to the Microsoft Q&A forum, Thanks for posting your question.

    The document xp_loginconfig says this is only supported for SQL Server and has the note to avoid using this feature,
    266287-image.png

    Similarly to other extended stored procedures xp_loginconfig is on a deprecation path and is not supported on Managed Instance:
    266677-image.png
    For more information please refer here

    Hope this will help. Please let us know if any further queries.
    Regards
    Geetha

    Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.