Tag Archives: syndicated

Test Data Manager in Under 10 Minutes

Test Data Manager (TDM) is a suite of products from Redgate that make it easy to build dev and test databases in seconds. It’s a nice rewrite of a number of pieces of technology that we have sold for years, … Continue reading

Posted in Blog | Tagged , , , | 1 Comment

T-SQL Tuesday #176: One piece of advice for Past Steve

I almost missed this month, so this is also a good #SQLNewBlogger post. I thought about it for a few minutes as I ate breakfast at my desk and then knocked this out. This is the monthly T-SQL Tuesday blog … Continue reading

Posted in Blog | Tagged , , | Comments Off on T-SQL Tuesday #176: One piece of advice for Past Steve

Deleting Old Local Git Branches–#SQLNewBlogger

I had a lot of local branches for a repo (actually a few repos). I know these are old and not used anymore, so how do I delete them? This post shows how to do that on Windows. Another post … Continue reading

Posted in Blog | Tagged , , | Comments Off on Deleting Old Local Git Branches–#SQLNewBlogger

Set a Runtime Variable in an Azure DevOps Pipeline

Note: I DO NOT recommend this. Any changes to a pipeline should be in code and through a PR. That being said, I know this information is out there and some people need it. The question from a friend was … Continue reading

Posted in Blog | Tagged , , | Comments Off on Set a Runtime Variable in an Azure DevOps Pipeline