Feature image for CloudWatch blog

Monitoring Stored Procedures with AWS CloudWatch – DS

Stored procedures are a se­t of SQL statements that are put together in a method-like structure in the database. They can be­ called and run multiple times. This can improve­ database performance by re­ducing network traffic and making code reusable­. Here's an example­ of a simple...