#sql-server
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...
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...
The problem I was solving I recently did some work to update the structure of some JSON stored in a SQL Server database. The JSON started out as 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...