Skip to content

The Script as Written Does Not Allow the Stored Procedure to be Created in Any Database Other Than Master #1

@netsec4u

Description

@netsec4u

The documentation states the procedure can be created in the database of your choice, but makes the recommendation to create in the master database. However, the first line of the script sp_CheckSecurity is "USE master;" which changed the database scope to master, thus removing the ability to create the procedure in the database of your choice. This line should be removed from the script to be inline with the documentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions