Tag Archives: syndicated

Declaring a Complex PK in a CREATE TABLE: #SQLNewBlogger

Recently I was talking with someone who had not named any of the primary keys (PKs) in their database. They used system generated names and when they ran comparisons, they got all sorts of drops and creates they didn’t expect. … Continue reading

Posted in Blog | Tagged , , | Comments Off on Declaring a Complex PK in a CREATE TABLE: #SQLNewBlogger

AIs Struggle with Family

This post looks at a logic problem asked to an AI, and which is struggles at finding an answer. This is based on an article noting this question stumps most AIs. The article is at: https://futurism.com/logic-question-stumps-ai This is part of … Continue reading

Posted in Blog | Tagged , , | 2 Comments

Advice I Like: Why am I doing this?

You are never too young to wonder “Why am I still doing this?” You need to have an excellent answer – from Excellent Advice for Living I’d say that you’re also never too old to ask these questions either. When … Continue reading

Posted in Blog | Tagged , | Comments Off on Advice I Like: Why am I doing this?

A Quick Test Data Manager Eval with My Database Backup

I wrote about getting the Redgate Test Data Manager set up in 10 minutes before, and it was a great post. In that one, the sample database Northwind was created and used. However, Alex Yates has modified the scripts to … Continue reading

Posted in Blog | Tagged , , | 4 Comments