how to know your sql server username and password code example
Example 1: t SQl Checking Your Username
ORIGINAL_LOGIN(), CURRENT_USER
SYSTEM_USER;
SELECT ORIGINAL_LOGIN(), CURRENT_USER, SYSTEM_USER;
Example 2: find sql server username and password
// In mssql all logins can be found under Security>Logins