1
vote
3answers
255 views
SQL Server: How to make server check all its check constraints?
It seems that some scripts generated by Enterprise Manager* (or not, it doesn't matter) created check constraints WITH NOCHECK.
Now when anyone modifies the table, SQL Server is s …
1
vote
3answers
65 views
How to go about catching database and software version mismatch on deployed application?
I'm developing a standalone application that accesses a common database on a server. It will be used by a few dozen people in my organization.
I know that I will need to update t …
4
votes
5answers
231 views
How to fix possible db corruption?
Hi!
I'm at a client doing some quick fixes to their access application. It was a while I had a go with access, but I'm recovering quickly. However, I've discovered an interesting …
1
vote
9answers
633 views
How can MyISAM tables be used more safely?
I like InnoDB's safety, consistency, and self-checking.
But I need MyISAM's speed and light weight.
How can I make MyISAM less prone to corruption due to crashes, bad data, etc.? …
