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
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".
The text was updated successfully, but these errors were encountered:
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".
The text was updated successfully, but these errors were encountered: