login icon Login: sqldoc

Properties

Property Value
Login Name sqldoc
Principal ID 288
Login Type SQL LOGIN
Enabled true
SID xCAA7E9D387E5A04F881F0EBB9366D850
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 1/10/2012 7:09:52 AM
Create Time 1/10/2012 7:09:52 AM

Login mapped to credentials

Login is not mapped to any credential

Login mapped to database users

Database Name Username Type
SqlDocLogs SqlDoc SQL USER

Server Roles for that login

No server roles for this login.

Login Permissions on the server

No Server Permissions defined for that login

SQL

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

See also

List of Logins