Using tsqlt Tests to Practice Queries
In this short article, see how a unit test can be easily written in tsqlt, and how this can help us refactor or build better code.
2022-05-06 (first published: 2019-09-24)
10,620 reads
In this short article, see how a unit test can be easily written in tsqlt, and how this can help us refactor or build better code.
2022-05-06 (first published: 2019-09-24)
10,620 reads
2019-08-13
2,383 reads
I am happy to announce the Redgate Software and I are supporting and taking over stewardship of the SQL Cop project at this point. With permission from its founder, George Mastros, we will host the main repository for the project at https://www.github.com/red-gate/sqlcop. This should be considered the official repository for the code from this point […]
2019-08-13
3,528 reads
2021-01-01 (first published: 2017-08-17)
3,443 reads
In this piece, Steve Jones shows how you can enforce a requirement of a Primary Key (PK) with a unit test, but also allow exceptions where needed.
2016-05-12
1,201 reads
The latest version of tSQLt is now available with some SQL Prompt snippets to help you get started.
2015-07-30
1,736 reads
In this article on tSQLt, learn how you can use the AssertResultSetsHaveSameMetaData method from the framework to enforce your API.
2015-06-11
5,082 reads
This article will give you a basic look at how you can test your user defined functions with the tSQLt framework.
2015-05-18
5,059 reads
Learn how you can use SQLCop to prevent your developers from writing stored procedures that are named sp_ something.
2015-01-15
5,990 reads
2016-03-19 (first published: 2015-01-08)
16,616 reads
By Steve Jones
I started to add a daily coping tip to the SQLServerCentral newsletter and to...
This is one of those things that on hindsight was a stupid problem, but...
By kleegeek
We’ve been tracking a weird state with SQL Server virtual machines on VMware and...
Hi, We installed default standalone SSAS in tabulator mode (SQL 2017 license). When they...
Comments posted to this topic are about the item Exporting the Database Encryption Key
Hi Guys, I want to remove duplicates from the table. The duplicate is a...