News

This PowerShell script will send a SQL query or an update to CUCM over HTTPS. It uses the AXLAPI wsdl that you must first download from your version of CUCM. See Installation section of this README.
As of the November update of Power Query, it’s now possible to write your own SQL query when you’re moving data out of SQL Server into Excel using Power Query. So I got thinking… if you can write your ...
This is a python script that uses the google sheets API to get the contents of a google sheets, update that data to a database, and then query the database for more data to be displayed in the google ...
Learn how to use LINQ to SQL to update data from a SQL Server database in connected, disconnected, or multiple contexts. Discover the data context, AttachAsModified, and serialization techniques.
Joey on SQL Server. A Deep Dive into SQL Server 2022's Query Performance Features, Part 1. An update to the cardinality estimator feature in SQL Server 2022 will be one of the biggest changes to ...
By using cascading referential integrity constraints, you can define the actions that SQL Server 2005 takes when a user tries to delete or update a key to which existing foreign keys point. Skip ...
The query optimizer in SQL Server uses the following types of information to determine an optimal query plan: Database metadata; Hardware environment; Database session state; Typically, you must ...