Posts

Sconto SQL Server & BI Conference 2014

Davide Mauri

La SQL Server & Business Intelligence Conference 2014 è un’occasione imperdibile per conoscere tutte le novità di Microsoft SQL Server 2014!

Scoprirai sia il nuovo motore OLTP Hekaton che consente di migliorare le prestazioni e la scalabilità delle tue applicazioni sfruttando le tabelle in memoria senza rinunciare alle caratteristiche di affidabilità di SQL Server, sia i miglioramenti per le applicazioni analitiche e i columnstore index, ora utilizzabili anche per gli indici clustered delle tabelle, diventando la soluzione ottimale per i data warehouse.

SQL Server 2014 Video Pills

Davide Mauri

Il numero di novità introdotte in SQL Server 2014 è veramente numeroso. Oltre le grandissime novità come Hekaton e gli Updatable Clustered ColumnStore Indexes, ci sono molto altre feature da conoscere che possono cambiare drasticamente il modo in cui usiamo SQL Server che diventa sempre più una piattaforma per la gestione dei dati a 360° (strutturati, non strutturati, on-premise, cloud, in-memory, disk-based), veramente unica nel panorama mondiale. Per questo UGISS sta producendo una serie di “pills”, webcast brevi e specifici, che vogliono aiutare tutti gli utilizzatori di SQL Server a capire le potenzialità di ogni nuova feature.

Troubleshooting Clusters

Sergio Govoni

Sul canale SQLPASS TV è stata pubblicata la sessione Troubleshooting Clusters tenuta da Allan Hirt (@SQLHA) durante lo scorso PASS Summit 2013.

Abstract

Whether you are new to clusters or have years of experience, you may still cross your fingers when implementing a failover cluster instance (FCI) of SQL Server or an availability group (AG). Both require an underlying Windows Server failover cluster (WSFC), but how many DBAs are involved in the planning and deployment of it? What happens if you try to install an FCI or configure an AG and things don’t work? Or worse, what if the implementation fails after going live in production? This session will cover how to diagnose what went wrong and the free tools available to you, as well as demonstrate how to fix common issues that every DBA should know about.

Skewed Data - Poor Cardinality Estimates... and Plans Gone Bad

Sergio Govoni

Sul canale SQLPASS TV è stata pubblicata la sessione “Skewed Data, Poor Cardinality Estimates, and Plans Gone Bad” tenuta da Kimberly Tripp (@KimberlyLTripp) durante lo scorso PASS Summit 2013.

Abstract

When data distribution is heavily skewed, cardinality estimation (how many rows the query optimizer expects each operator to process) can be wildly incorrect, resulting in poor quality query plans and degraded performance. You’ve probably seen the advice to update all statistics if a query plan looks wrong - but is that the right advice? In many cases, no! These are “sledgehammer” approaches, and while they might solve some problems (usually parameter sniffing problems), they don’t solve the actual problem. In this session, you’ll learn a generalized yet tailored-to-the-table way to solve query plan quality problems for very large tables (VLTs). Topics will include creating, using, and updating filtered statistics; using forced parameterization and templatized plan guides; and understanding stored procedures and how they can leverage filtered statistics.

Boost Your T-SQL with the APPLY Operator

Davide Mauri

Microsoft Virtual Accademy ha pubblicato un bel webcast fatto da Itzik Ben-Gan dedicato all’uso dell’operatore APPLY, estremamente potente e tipicamente poco utilizzato. Di seguito il link:

Boost Your T-SQL with the APPLY Operator

Need creative solutions to T-SQL issues? Get them from Itzik Ben-Gan, one of the world’s foremost authorities, along with Microsoft Program Manager Umachandar Jayachandran. These experts demonstrate the APPLY operator, a T-SQL feature that can be used to solve a wide variety of problems. What’s especially interesting about APPLY is how it can be used in conjunction with many T-SQL features. To demonstrate this aspect of APPLY, the session tracks the operator through time, discussing features that were initially introduced in different versions of SQL Server (7.0, like TOP, through 2012, like OFFSET-FETCH), some of which are widely used today. For each feature, the session describes its shortcomings and then shows how to use APPLY to overcome it and to improve the feature.