Your Information Technology Answers are Here on SSWUG.ORG

SSWUG.ORG is the one of the largest community-driven sites that focuses on enterprise technology, as more than 570,000 members regularly visit our site for answers to their questions on data management, collaboration software, development tools and cloud computing.

Our staff works to issue relevant and in-depth articles, podcasts, webcasts, expos and classes to members and non-members alike.


ARTICLES

Article

Error / Exception Handling in SQL Server


(Saghir Taj) "Error is just as important a condition of life as truth" (Carl Gustav Jung). Many programming languages have a fairly consistent behavior when there is a run-time error / exception. Normally execution simply terminates in case of an error / exception, unless you have set up an error / exception handler that takes care of the error / exception, I would like to clear that an error is an act, assertion, or belief that unintentionally deviates from what is correct, right, or true while an exception is especially a case that does not confirm to a rule or generalization.

Read this article..