Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow DBA Dash to work when @@SERVERNAME returns NULL #880

Merged

Conversation

DavidWiseman
Copy link
Collaborator

Display a warning that @@SERVERNAME is NULL, but allow DBA Dash to work. If generating a ConnectionID, use the value from SERVERPROPERTY('MachineName') if @@SERVERNAME is NULL.

Improve error message that occurs when setting the destination connection if @@ServerName returns a NULL value.
If @@ServerName is NULL, display a warning message.  Handle the NULL value and use the computer name as the generated ConnectionID.  Using MachineName over ComputerNamePhysicalNetBIOS as it will make sense to use the cluster name for a failover cluster.
The user can always override the generated ConnectionID.
@DavidWiseman DavidWiseman merged commit 8e4c8c1 into trimble-oss:main May 11, 2024
@DavidWiseman DavidWiseman deleted the 879_ImproveDataIsNullErrorMessage branch May 11, 2024 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant