#databases
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...
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...