| Property | Value |
|---|---|
| Login Name | InfrastructureMonitorUser |
| Principal ID | 271 |
| Login Type | SQL LOGIN |
| Enabled |
|
| SID | x8F42251D3C1E0E4FB8D5184747DFECA8 |
| Default Database | master |
| Default Language | us_english |
| Default language friendly name | English |
| Enforce Password Policy |
|
| Enforce Password Expiration |
|
| Password Expired |
|
| User must change password at next login |
|
| Login is locked out |
|
| Permission to connect to database engine |
|
| Mapped to certificate | |
| Mapped to asymmetric key | |
| System Object |
|
| Last Modify Time | 5/8/2011 7:11:50 PM |
| Create Time | 5/8/2011 7:11:49 PM |
| Database Name | Username | Type |
|---|---|---|
| InfrastructureMonitor | InfrastructureMonitorUser | SQL USER |
| Script |
|---|
| /* For security reasons the login is created disabled and with a random password. */
CREATE LOGIN [InfrastructureMonitorUser] WITH PASSWORD=************************, DEFAULT_DATABASE=[master], DEFAULT_LANGUAGE=[us_english], CHECK_EXPIRATION=OFF, CHECK_POLICY=ON ALTER LOGIN [InfrastructureMonitorUser] DISABLE |