login icon Login: ##MS_PolicyTsqlExecutionLogin##

Properties

Property Value
Login Name ##MS_PolicyTsqlExecutionLogin##
Principal ID 257
Login Type SQL LOGIN
Enabled false
SID x8F651FE8547A4644A0C06CA83723A876
Default Database master
Default Language us_english
Default language friendly name English
Enforce Password Policy true
Enforce Password Expiration false
Password Expired false
User must change password at next login false
Login is locked out false
Permission to connect to database engine true
Mapped to certificate
Mapped to asymmetric key
System Object false
Last Modify Time 7/30/2010 11:34:46 AM
Create Time 7/9/2008 4:50:20 PM

Login mapped to credentials

Login is not mapped to any credential

Login mapped to database users

Database Name Username Type
msdb ##MS_PolicyTsqlExecutionLogin## SQL USER

Server Roles for that login

No server roles for this login.

Login Permissions on the server

Permission Grantor Grant With Grant Deny
Administer Bulk Operations
Alter
Alter Any Credential
Alter Any Connection
Alter Any Database
Alter Any Event Notification
Alter Any Endpoint
Alter Any Login
Alter Any Linked Server
Alter Resources
Alter Server State
Alter Settings
Alter Trace
Authenticate Server
Control Server
Control
Create Any Database
Create DDL Event Notification
Create Endpoint
Create Trace Event Notification
Impersonate
Shutdown
Take Ownership
View Definition
View Any Definition sa true
View Any Database
View Server State sa true
External Access

SQL

Script
/* For security reasons the login is created disabled and with a random password. */ CREATE LOGIN [##MS_PolicyTsqlExecutionLogin##] WITH PASSWORD=************************, DEFAULT_DATABASE=[master], DEFAULT_LANGUAGE=[us_english], CHECK_EXPIRATION=OFF, CHECK_POLICY=ON
ALTER LOGIN [##MS_PolicyTsqlExecutionLogin##] DISABLE

See also

List of Logins