Tag: procedures

The Power and Potential of Stored Procedures
One way of saving time when writing code is with stored procedures; prepared SQL code that you can save so the code can be reused over and over again. Stored procedures are ...

Embedding Ownership: A DevOps Best Practice
From where I sit in the DevOps community, there is often more focus on dev than on ops. Damon Edwards (@damonedwards) of SimplifyOps sought to change that with his talk, "Ops Happens: ...