SQL lets you use one command to quickly create a new table containing a subset of records from a larger table while working in Access. Sound complicated? It’s not, as Mary Ann Richardson shows us. SQL ...
Table-valued parameters are the long-awaited solution to a specific SQL Server shortcoming that has plagued developers for quite some time: SQL Server doesn't provide a built-in way to send multiple ...
SQL Server's OpenJson function will let you dismantle JSON structures into relational tables, including tables with foreign/primary key relationships. As I noted in an earlier column, JSON is great ...