Tim Mitchell

Blog Post

Bad Data Can Kill

Bad data can kill. Literally. I’m not talking about the impact of bad data on the bottom line of business,...

2016-05-31 (first published: )

1,962 reads

Blog Post

Refocus

Three years ago, I left the ranks of full-time employment to become an independent consultant. At the same time, I...

2016-05-04

458 reads

Blog Post

ETL Auditing

It happens far too often: Once an ETL process has been tested and executes successfully, there are no further checks...

2016-03-29 (first published: )

2,291 reads

Blog Post

ETL Logging

If you were to poll data professionals on which tasks they enjoy working on the most, ETL logging would probably...

2016-03-22 (first published: )

2,402 reads

Blogs

5 Starter Projects for Your AI and Data Engineering Portfolio

By

Reading tutorials is fine. Shipping something is better. If you are trying to break...

The Book of Redgate: Taking Breaks

By

We work hard at Redgate, though with a good work-life balance. One interesting observation...

Database AI Agents: The Read-Only Rule

By

Fourth in a series on Ai and databases. What Read-Only Advisory Actually Means A...

Read the latest Blogs

Forums

Liability for AI Errors

By Steve Jones - SSC Editor

Comments posted to this topic are about the item Liability for AI Errors

Running a Parameter-Sensitive Stored Procedure on a Secondary Replica

By abdalah.mehdoini

Hello , I would like to run a stored procedure on a secondary replica...

Pro SQL Server Internals

By Site Owners

Comments posted to this topic are about the item Pro SQL Server Internals

Visit the forum

Question of the Day

Running SQLCMD II

I run this command to start SQLCMD:

sqlcmd -S localhost -E -c "proceed"
At the prompt, I type this (the 1> and 2> are prompts):
1> select @@version
2> go
What happens?

See possible answers