Author Archives: way0utwest

Unknown's avatar

About way0utwest

Editor, SQLServerCentral

Creating a Self Referencing FK in a CREATE Statement–#SQLNewBlogger

I had written about a FK in a CREATE TABLE statement recently, but the second half of this was that after the original question, the person asked if this would also work for a self-referencing FK. It does, and I … Continue reading

Posted in Blog | Tagged , , | 1 Comment

Don’t (Always) Be a Hero

I saw a comic from Kendra Little recently, which reminded me of my first SQL Server crisis. I got hired as a contractor to support a large Novell network. In my first chance to work with SQL Server, a new … Continue reading

Posted in Editorial | Tagged | Comments Off on Don’t (Always) Be a Hero

Friday Flyway Tips–Seeing Pending Migrations

I find that quite a few people using Flyway will end up with a lot of migration scripts over time. While you can certainly re-baseline and split scripts into separate folders, visualizing these over time can be hard. The Flyway … Continue reading

Posted in Blog | Tagged , , , | Comments Off on Friday Flyway Tips–Seeing Pending Migrations

When Work Isn’t Done

Software development can be a challenge for each of us with lots of demands and the need to ensure your code solves a problem correctly, efficiently, and completely. Juggling the workload by yourself is one thing, but add in a … Continue reading

Posted in Editorial | Tagged , | 2 Comments