prior action plan to prevent sql database corruption
-
prior action plan to prevent sql database corruption DISTINCT alternatives in sql query conversion of query scan to seek
You should try writing in complete sentences if you want an answer to your question(s).
The difficult we do right away... ...the impossible takes slightly longer.
-
You should try writing in complete sentences if you want an answer to your question(s).
The difficult we do right away... ...the impossible takes slightly longer.
His first post was like this one, 3 years ago, and he still hasn't learned how to completely express ideas in complete sentences.
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
Dave Kreskowiak -
prior action plan to prevent sql database corruption DISTINCT alternatives in sql query conversion of query scan to seek
Kar_Malay wrote:
database corruption
The term "corruption" applies to the data that is stored by the database server and has nothing to do with valid/possible structuring of tables. Which your other two points would seem to suggest. Preventing inconsistent data, orphans, etc is not something that anyone is going to cover in an online post. Buy yourself a database book or several (beginning and advanced) and read them before you start designing anything.
-
Kar_Malay wrote:
database corruption
The term "corruption" applies to the data that is stored by the database server and has nothing to do with valid/possible structuring of tables. Which your other two points would seem to suggest. Preventing inconsistent data, orphans, etc is not something that anyone is going to cover in an online post. Buy yourself a database book or several (beginning and advanced) and read them before you start designing anything.