Author Archives: way0utwest

Unknown's avatar

About way0utwest

Editor, SQLServerCentral

Life in a Startup

I have worked for a few startup companies, including SQL Server Central. Each has been a different experience, and I learned a lot at each stop. However, I’m not sure I’d want to go through that process again at my … Continue reading

Posted in Editorial | Tagged , | Comments Off on Life in a Startup

A New Word: desanté

desanté – n. the brooding delirium of being sick, which makes time slow to a trickly and turns even the most pathetic of tasks into monumental struggles, until the act of lifting your head from the pillow feels like trying … Continue reading

Posted in Blog | Tagged , | 1 Comment

Common Algorithm Concerns

When we build software, many of us use the same algorithms to solve problems. We might choose a similar method for a quicksort or a lambda validation or a regular expression. For database work, your code for a running total … Continue reading

Posted in Editorial | Tagged , | Comments Off on Common Algorithm Concerns

Copilot Reminded Me How To Find a File Handle

Recently I was trying to delete a folder and kept getting the “something is using this, try again” dialog. It was annoying, but I couldn’t figure out what process had this folder locked. I know there are ways to do … Continue reading

Posted in Blog | Tagged , , | Comments Off on Copilot Reminded Me How To Find a File Handle