mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-29 17:24:34 -05:00
Improving profiler error messages (#658)
* Improving error messages * Fixing stopping error message * Cleaning up repeat error messages * Changing error names
This commit is contained in:
committed by
GitHub
parent
b8c31e1138
commit
ec9d51ede1
@@ -888,6 +888,9 @@ InvalidPathError = Cannot access the specified path on the server: {0}
|
||||
# Profiler
|
||||
ProfilerConnectionNotFound = Connection not found
|
||||
AzureSystemDbProfilingError = Cannot profile Azure system databases
|
||||
StopSessionFailed(String error) = Failed to stop session: {0}
|
||||
StartSessionFailed(String error) = Failed to start session: {0}
|
||||
SessionNotFound = Cannot find requested XEvent session
|
||||
|
||||
#############################################################################
|
||||
# SQL Agent
|
||||
|
||||
Reference in New Issue
Block a user