Skip to content

Case sensitive DB issue #593

Answered by DavidWiseman
BrubiSQL asked this question in Q&A
Discussion options

You must be logged in to vote

The DBA Dash repository DB uses a case insensitive collation so there will be an issue if you have a case sensitive DB with objects that have the same names with different casing. If you have a choice I would recommend against using differences in casing to distinguish between different object - it's likely to confuse a human at some point.
The other option would be to exclude the database from the schema snapshot process.

The other two errors are timeouts. Those collections shouldn't normally timeout so if it occurs regularly it might need some investigation. If you want to run the queries manually to check how long they take to run:
RunningQueries
ObjectExecutionStats

It's also possible…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by BrubiSQL
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants