You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GetIndexInfoForWholeDB.sql will get the USE [..PSBlitzReplace..]; portion removed dynamically and will be made to skip the BlitzWho output table from the check.
The text was updated successfully, but these errors were encountered:
This is an initial brain dump, final result may vary somewhat.
If
-ServerName
contains database.windows.net then:-ServerName
is in the form ofmyserver.database.windows.net,1433:MyDatabase
, then PSBlitz will get the database name from there-ServerName
is in the form ofmyserver.database.windows.net,1433
ormyserver.database.windows.net
then PSBlitz will prompt for a database name$ASDBName
and internal flag$IsAzureSQLDB
will be set to trueBehavior if
$IsAzureSQLDB
is true:$ASDBName
instead of pointing to master$ASDBName
USE [..PSBlitzReplace..];
portion removed dynamicallyUSE [..PSBlitzReplace..];
portion removed dynamically and will be made to skip the BlitzWho output table from the check.The text was updated successfully, but these errors were encountered: