CosmosDB: Stored Procedure (sproc) to update a document

The CosmosDB SQL is very flexible in returning objects and view projections, but it cannot Update documents via its SQL dialect.

May 12, 2020 · 4 min · Aaron Held

CosmosDB: A Stored Procedure to merge documents on read

The CosmosDB SQL API is very flexible in returning objects and view projections, but it cannot merge documents via its SQL dialect.

April 28, 2020 · 7 min · Aaron Held

CosmosDB: Hello Stored Procedures (sproc)

CosmosDB Stored Procedures Why stored procedures? Stored Procedures (sprocs) are functions that run on the server-side of a database. In particular, we will be talking about sprocs in CosmosDB. The main reasons for using CosmosDB Sprocs are atomic transactions and performance. All database operations completed in a single sproc call will be atomic. Since the Sproc runs on the server the network latency for loading and saving documents will be considerably less than running the same operations from a remote server or laptop. ...

April 26, 2020 · 5 min · Aaron Held

Les Held on the Today Show

My father was featured on Hoda’s Bucket list segment on the Today show. My dad never really wanted to talk about his past in public, but recently he met one of the soldiers from the US 30th Infantry who rescued him. With the passing of the last of the group who rescued him, he know wants to ensure his story is told. The today show segment didn’t go into detail of his rescue, but men like Matthew Rozell and Frank Towers have documented it on Teaching History Matters ...

September 9, 2017 · 1 min · Aaron Held

Answers Chat bot for your WordPress blog

Introduction Chat based interfaces, backed by powerful AI (Artificial Intelligence), are effective ways to connect with your customers. For decades thousands of brilliant and dedicated scientists have collaborated to create AI and Language Processing to construct automated systems for the betterment of humanity. More recently Microsoft wrapped this magic in tooling that makes it accessible to the less sophisticated masses (and .net developers) When blogging became popular a number of companies sought to ‘commoditize’ the complexity of setting up a server and running custom website software. Wordpress is the undisputed winner of ‘personal blog software’. What Wordpress has done for websites and content management Microsoft is doing for AI. The haven’t won yet, Amazon, IBM and others are all in this together. I’m working on an Amazon bot in parallel to this so that I can compare and contrast the services. ...

April 15, 2017 · 3 min · Aaron Held