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

If a query in PerfStatsAnalysis.sql fails, it will catch and keep running without warning the user #120

Open
gambit9009 opened this issue May 20, 2021 · 0 comments

Comments

@gambit9009
Copy link
Contributor

Related to #119
CSql.cs ExecuteBatches that will break apart PerfStatsAnalysis.sql at the "GO's" has a SQLException catch for the tsql that logs it in SQLNexus log but doesn't warn the user directly that some data was not imported (or that tables, views, sp's, etc. might not have been created). We are re-throwing for a general Exception, just not the SQLException.

Worst case, add something to GUI like "Errors occurred during import. See SQLNexus.log". We could add that in the label we have for each step where we say "Done".

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

No branches or pull requests

1 participant