Browsed by
Category: On debugging

Do we need stack traces? Yes we do.

Do we need stack traces? Yes we do.

In one of my earliest interactions with SQL Server I was working at a company dealing with financial application. I was part of a team with C/C++ background. So before any solid understanding of SQL, our database code was mostly looking like C code, full of operations, procedure invocations, functions. We observed with panic that we could not debug our code, not easily. So came the need of having our faithful stack traces. In time, our knowledge of sql improved,…

Read More Read More