#sql
Read more stories on Hashnode
Articles with this tag
Background I recently wrote an EF Core migration which included dropping an index. This index was somewhat unusual, as it didn’t follow our naming...
I recently needed test data consisting of many locations with latitude and longitude defined. They needed to be within the UK, but also needed to be...
If you want to modify a column in an existing SQL Server database, but there is a View using that column, you will find you are unable to modify the...
I was recently asked to copy some data in a SQL Server database but to exclude records which had the words 'To Delete' in their names. This is a...
A colleague recently showed me the OUTPUT clause in SQL Server, which I wasn't familiar with. It allows you to view the data which has been changed by...
How the need to convert a script for creating database views into a script to drop them led me to a useful powershell snippet · I recently wanted to...