News

One of the most common problems when running SQL Servers is slow queries. The help desk or database team usually hears that described as the application is slow or ...
Last time, I discussed how to get PowerShell and SQLPS up and running on your machines. And much like my dog chasing its tail, you're probably asking yourself, "Now that I have it, what do I do with ...
An update to the cardinality estimator feature in SQL Server 2022 will be one of the biggest changes to the database engine since its inception. Database engines like SQL Server are incredibly complex ...
Given a fairly simple table which holds only 2 columns I care about.<BR><pre class="ip-ubbcode-code-pre">Taco_Sales (Taco_Type varchar(20), Taco_Date datetime)</pre ...
If your organization is still running SQL Server on-premises, this IDC InfoBrief is a must-read! As with other technologies, SQL Server users are looking to migrate to the cloud to enjoy more agility ...
When your SQL query is ready, you can run the query immediately or you can add a title, change its options, limit its output, and so on, to make the report look better. See Viewing the SQL Code, ...
As I discussed in an earlier column, SQL Server keeps a plan cached for each query it sees (assuming the query requires planning in the first place, of course). That's great for speeding up processing ...
It’s time to get off Windows and SQL Server 2012 (or run them on Azure) Your email has been sent The release of Windows Server 2022 is a good reminder that older ...