Author Archives: way0utwest

Unknown's avatar

About way0utwest

Editor, SQLServerCentral

A New Word: on tenderhooks

on tenderhooks – adj. feeling the primal satisfaction of being needed by someone, which makes you feel that much more rooted to the world, even if the roots belong to someone else. I feel this all the time with my … Continue reading

Posted in Blog | Tagged , | Leave a comment

Testing is Becoming More Important

Many of us know that testing our code is important. The adoption of unit testing by many software application developers as a normal course of business has dramatically improved the quality of applications. Mobile software, especially, has benefited from the … Continue reading

Posted in Editorial | Tagged , , | Leave a comment

Identity Columns Can’t Be Updated: #SQLNewBlogger

I’m not sure I knew identity column values could not be updated. I ran into this while trying to solve a problem recently and had to check the error I was getting. This post shows what happened. Another post for … Continue reading

Posted in Blog | Tagged , , | 4 Comments

Can You Let Go of Determinism

Why do we reboot machines when something goes wrong? I’m sure all have done it, and I would guess quite a few of you have found situations where this seems to fix issues, but there isn’t an underlying root cause … Continue reading

Posted in Editorial | Tagged | 4 Comments