#sql
Read more stories on Hashnode
Articles with this tag
Helper script for myself ยท Bits and pieces of SQL code were gathered for my own use when restoring a database. Best used when back-porting data. Posted...
While working on an application which had a foreign key GUID reference, we had to change the implementation for that field to accept a string. Then we...
So a release was coming up with multiple SQL scripts to be executed in a sequence. The best bet was to use a tool such as DbUp to automate the...