Purpose: - Get a quick snapshot of what's happening now, without having to wait for index and cache related info to be returned. Usage: - Usable only from the command line `-Now` Behavior: - Gets instance and database info ([GetAzureSQLDBInfo.sql](https://github.com/VladDBA/PSBlitz/blob/main/Resources/GetAzureSQLDBInfo.sql), [GetDbInfo.sql](https://github.com/VladDBA/PSBlitz/blob/main/Resources/GetDbInfo.sql), [GetInstanceInfo.sql](https://github.com/VladDBA/PSBlitz/blob/main/Resources/GetInstanceInfo.sql)) - Runs [spBlitzWho_NonSPLatest.sql](https://github.com/VladDBA/PSBlitz/blob/main/Resources/spBlitzWho_NonSPLatest.sql) background process - Checks for open transactions - [GetOpenTransactions.sql](https://github.com/VladDBA/PSBlitz/blob/main/Resources/GetOpenTransactions.sql) - Gets tempdb info - [GetTempDBUsageInfo.sql](https://github.com/VladDBA/PSBlitz/blob/main/Resources/GetTempDBUsageInfo.sql) - Runs [spBlitz_NonSPLatest.sql](https://github.com/VladDBA/PSBlitz/blob/main/Resources/spBlitz_NonSPLatest.sql) for 30 seconds
Purpose:
Usage:
-NowBehavior: