How to Create Effective Error Reports

Posted by John Paul Cook on SQL Blog See other posts from SQL Blog or by John Paul Cook
Published on Sat, 19 Mar 2011 15:48:06 GMT Indexed on 2011/03/19 16:15 UTC
Read the original article Hit count: 265

Filed under:
This post demonstrates some generic problem reporting steps that I encourage all users, whether developers or nontechnical end users, to follow. SQL Server has a feature that can help. So does Windows in some cases. More on those in Step 3. Step 1: Is the problem caused by a particular action undertaken on a gui? If so, you should get a screen capture. But if it is caused by executing some T-SQL code in a query window, just copy/paste the offending code as text. There are several ways to get a screen...(read more)

© SQL Blog or respective owner