login icon Login: BNFDbUser

Properties

Property Value
Login Name BNFDbUser
Principal ID 277
Login Type SQL LOGIN
Enabled true
SID x2A51DD73035E46448DD706BB6E94BD1E
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 8/10/2011 3:02:27 AM
Create Time 8/10/2011 3:02:26 AM

Login mapped to credentials

Login is not mapped to any credential

Login mapped to database users

Database Name Username Type
BNFDatabase BNFDbUser 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 [BNFDbUser] WITH PASSWORD=************************, DEFAULT_DATABASE=[master], DEFAULT_LANGUAGE=[us_english], CHECK_EXPIRATION=OFF, CHECK_POLICY=ON
ALTER LOGIN [BNFDbUser] DISABLE

See also

List of Logins