login icon Login: msinvestment

Properties

Property Value
Login Name msinvestment
Principal ID 278
Login Type SQL LOGIN
Enabled true
SID x721037CCF3FA884F83832821BC48EBDF
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/14/2012 2:09:19 PM
Create Time 9/11/2011 3:37:31 AM

Login mapped to credentials

Login is not mapped to any credential

Login mapped to database users

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

See also

List of Logins