Show-DbaDbList
Chrissy LeMaire (@cl), netnerds.net
Show-DbaDbList View Source Chrissy LeMaire (@cl), netnerds.net Windows, Linux, macOS Synopsis Displays available databases in an interactive selection window Description Creates a Windows Presentation Framework dialog that connects to a SQL Server instance and presents all databases in a visual tree view for selection. This eliminates the need to hardcode database names in scripts or remember exact database names when building interactive tools. The function returns the name of the selected database as a string, making it ideal for building user-friendly maintenance scripts, allowing end users to choose databases without SQL Server Management Studio, or creating dynamic tools that work across different environments where database names may vary.
Read more
dbatools