Community Circle
Search this blog
Steve’s tweets
- RT @JamesMcG_MSBI: T-SQL Tuesday #134: ROUNDUP - GIVE ME A BREAK! Thanks to everyone who contributed to #tsql2sday. I had so much fun host… 3 hours ago
- @gbargsley @sqlstudent144 Ugh, I hope this is easier for you than me. Wear a mask. I've had a lot of friends who ha… twitter.com/i/web/status/1… 4 hours ago
- Renaming Files by Padding Numbers with PowerShell voiceofthedba.com/2021/01/18/ren… 5 hours ago
The Current Book
MVP Award
Tags
- administration
- AI
- auditing
- Azure
- backup
- Backup/Recovery
- blogging
- business
- career
- career
- cell phone
- Cloud Computing
- containers
- continuous delivery
- continuous integration
- coping
- data
- data analysis
- database design
- databases
- Database Weekly
- data privacy
- dbatools
- DevOps
- disaster recovery
- DLM
- encryption
- Friday Poll
- GDPR
- Git
- goals
- hardware
- high availability
- Humor
- life
- Linux
- mcm
- Microsoft
- misc
- monitoring
- networking
- NoSQL
- PASS
- patching
- Performance
- powershell
- presentations
- Redgate
- republish
- sabbatical
- security
- software development
- software development
- speaking
- SQL Change Automation
- SQL Clone
- SQL Connections
- SQL in the City
- SQLNewBlogger
- SQL Prompt
- SQL Saturday
- sql server
- SQLServerCentral
- SSMS
- syndicated
- T-SQL
- T-SQL Tuesday
- testing
- travel
- tsqlt
- vacation
- version control
- webinar
- windows
- work
Tag Archives: testing
T-SQL Tuesday #125 Unit Testing
This month T-SQL Tuesday is hosted by Hamish Watson, quarantined down in New Zealand. Like me, he has a ranch, and kids, so he has space to move around a bit. Hamish is a DevOps and testing advocate, just like … Continue reading
Posted in Blog
Tagged syndicated, T-SQL Tuesday, testing
Comments Off on T-SQL Tuesday #125 Unit Testing
Code from Redgate Streamed
I presented a session today at Redgate Streamed and did a number of demos. The code consists of a few flies, which I’ve made available here: BasicUnitTesttsqlt.zip. This consists of: 00_tsqlt.sql – Creates a database and adds the tsqlt framework. … Continue reading
Testing SQL in the Advent of Code
I like participating in the Advent of Code each year, though my participation often varies wildly as life gets in the way. Still, trying to solve some programming challenges is a good way of practicing your skills. If you’re competitive, … Continue reading
Posted in Blog
Tagged AdventofCode, syndicated, T-SQL, testing, tsqlt
Comments Off on Testing SQL in the Advent of Code
tSQLt tests for Day 5 Advent of Code 2017
This is day 5 of the Advent of Code 2017. If you want to read about the puzzles, start with Day 1. As I worked through the puzzles, I decided that I should be testing using their test sets and … Continue reading
Posted in Blog
Tagged AdventofCode, syndicated, testing, tsqlt
Comments Off on tSQLt tests for Day 5 Advent of Code 2017