SQLServerCentral » Latest topics
Checking CHECKDB
Comments posted to this topic are about the item [B]Checking CHECKDB[/B]
This level looks in detail at what happens when we update or delete data from a clustered columnstore index, the impact it has on concurrent data access, and how without careful maintenance the efficiency of columnstore indexes can degrade over time.
This article will give you insight to understand how you can schedule a powershell script you have written using SQL Server Agent.
SQL Server on Linux doesn't support Ubuntu 18.04 LTS. Why weren't Microsoft ready for the next LTS release?
When doing bulk data changes it may be beneficial to disable indexes prior to starting the operation. Fortunately, SQL's rich metadata makes this very easy to automate in a robust fashion.