#sql
Read more stories on Hashnode
Articles with this tag
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...