Laerte Junior The PoSh DBA – Towards the Re-usable PowerShell Script When starting out with PowerShell, it is hard to escape from the detail to work out the best strategy for... 21 January 2016 17 min read
Enrico van de Laar The SQL Server 2016 Query Store: Built-in Reporting One of the most important features of the SQL Server 2016's new Query Store is the reporting. With these features,... 06 January 2016 11 min read
Laerte Junior The PoSh DBA – Using the Basic PowerShell Paradigms PowerShell is like any computer language: you must understand the paradigms, the constructs, and the way it is designed to... 04 December 2015 10 min read
Omid Afzalalghom Doing a SQL Server Healthcheck via PowerShell PowerShell is an ideal tool for doing health checks of a collection of SQL Server instances, and there are several... 16 November 2015 13 min read
Enrico van de Laar The SQL Server 2016 Query Store: Overview and Architecture SQL Server's Query Store, introduced in SQL Server 2016, helps to troubleshoot query performance by capturing a range of information... 16 November 2015 14 min read
Neeraj Tripathi SQL Server Heaps, and Their Fragmentation In SQL Server, heaps are rightly treated with suspicion. Although there are rare cases where they perform well, they are... 02 November 2015 11 min read
Laerte Junior Automating Your SQL Server Best Practice Reports: The Document If you're making a report from table-based data, an MS Word document is often a good option. In the second... 21 October 2015 10 min read
Laerte Junior Automating Your SQL Server Best Practice Reports:The Checks A DBA in charge of a whole lot of databases and servers has to check regularly that there are no... 06 October 2015 13 min read
Joshua Feierman Checklists: A DBA’s Best Friend Because so much of the work of the DBA involved doing things in the right order without missing steps out,... 30 September 2015 11 min read
Robert Sheldon How to Get SQL Server Security Horribly Wrong It is no good doing some or most of the aspects of SQL Server security right. You have to get... 29 April 2015 24 min read
Grahaeme Ross Understanding Cross-Database Transactions in SQL Server Microsoft 'Always On' technology does not support distributed or cross-database transactions. Why not? Grahaeme Ross shows how to investigate cross-database... 11 April 2015 19 min read
Joshua Feierman How DBAs Can Adopt the Craftsman Mindset The job of a DBA requires a fusion of skill and knowledge. To acquire this requires a craftsman mindset. Craftsmen... 01 April 2015 16 min read
Robert Sheldon How to get Database Design Horribly Wrong Database Design is one of those tasks where you have to carefully get all the major aspects right. If you... 06 March 2015 34 min read
Tony Davis Questions About SQL Server Transaction Log You Were Too Shy To Ask You can give a deep-dive presentation about SQL Server's transaction log, and round it off by inviting questions. Your audience... 11 February 2015 26 min read
Feodor Georgiev Curing Data-Obesity in OLTP Databases OLTP databases work best when data that becomes no longer current is then transferred to a separate database for analysis... 06 February 2015 13 min read
Dennes Torres Centralize Your Database Monitoring Process SQL Server Data Collector, together with Management Data Warehouse, is a fine and useful component for gathering information centrally about... 26 January 2015 17 min read
Phil Factor A Start with Automating Database Configuration Management For a number of reasons, it pays to have the up-to-date source of all the databases and servers that you're... 16 January 2015 24 min read
Feodor Georgiev Data Cleaning in SQL 2012 with Data Quality Services For data to be usefully analyzed, it must be consistent, accurate, and trustworthy. When incoming data is non-uniform, duplicated records... 31 December 2014 11 min read
Dennes Torres Exploring Query Plans in SQL SQL Server keeps the most-used execution plans in cache, so it doesn't need to recompile the same queries every time.... 31 December 2014 15 min read
Joshua Feierman High Availability and Disaster Recovery for Small Businesses Too often in the past , High Availability and Disaster Recovery have been marketed as expensive choices for businesses with... 16 December 2014 13 min read