Publications
Building Your T-SQL Tool Kit: Window Function Fundamentals
Sul canale SQLPASS TV è stata pubblicata la sessione Building Your T-SQL Tool Kit: Window Function Fundamentals tenuta da Christina E. Leo (@christinaleo) durante lo scorso PASS Summit 2013.
Abstract
Have you pulled a script to identify duplicates from a blog post but couldn’t quite get it to work because you weren’t sure what that ROW_NUMBER() function was doing? Maybe you heard talk about creating running totals without using subqueries, but you got frustrated when the groups weren’t totaling correctly. Or maybe, you’ve never even heard of window functions. All are good reasons to attend this all-demo session, which demystifies this versatile T-SQL tool. First, we’ll break apart the OVER clause, the key to understanding how window functions work. Then we’ll expand on each group of functions that can use the OVER clause: ranking, aggregate, and analytic functions. Finally, we’ll look at real scenarios where this tool works and talk about performance considerations. When you leave, you’ll have the fundamentals you need to fully develop your mastery of window functions.
Scopri Microsoft Virtual Academy!
In Informatica, una soluzione è vincente quando risolve il problema con la tecnologia più appropriata; chi riesce ad applicare la tecnologia giusta al momento giusto non smette mai di imparare perché le tecnologie non smettono mai di evolvere!
Quante volte, dovendo imparare una nuova tecnologia, avete cercato informazioni su web? e quante volte avete sperato di trovare un video o un corso di qualità alta, con lo speaker che parla la vostra stessa lingua e che vi spiega come e quando applicare la tecnologia che state studiando? Oggi questo sogno diventa realtà con Microsoft Virtual Academy (MVA).
Automate Your ETL Infrastructure with SSIS and PowerShell
Sul canale SQLPASS TV è stata pubblicata la sessione Automate Your ETL Infrastructure with SSIS and PowerShell tenuta da Allen White (@SQLRunr) durante lo scorso PASS Summit 2013.
Abstract
Much of your ETL process flow consists of packages that are very similar in structure, capturing data from a single source and transferring that to a single destination. Creating the individual packages can be tedious, and it’s easy to miss something in the process of generating the same basic package over and over again. BI Markup Language makes it easy to build new packages, and PowerShell makes creating the BIML scripts easy. In this session, we’ll see how you can use PowerShell to generate dozens of SSIS packages doing similar tasks from a defined set of ETL sources.
How to Use DMVs to Diagnose Performance Issues
Sul canale PASStv è stata pubblicata la sessione How to Use DMVs to Diagnose Performance Issues tenuta da Glenn Berry durante lo scorso PASS Summit.
Le DMVs (DMV + DMF) forniscono informazioni sullo stato di salute dell’istanza SQL Server. Permettono di diagnosticare problemi di performance e rappresentano uno strumento utilissimo sia per i DBA che per gli sviluppatori; aumentano ad ogni versione di SQL Server e dopo averle toccate con mano non potrete più farne a meno vi consiglio quindi di non perdervi questa sessione!
SQL Server 2008 SP3 Cumulative Update #14
Rilasciato il Cumulative Update #14 per SQL Server 2008 SP3:
http://support.microsoft.com/kb/2893410
Dopo aver applicato il CU14, la versione di SQL Server 2008 SP3 sarà: 10.00.5848.00
SQL Server 2012 SP1 Cumulative Update #7
Rilasciato il Cumulative Update #7 per SQL Server 2012 SP1:
http://support.microsoft.com/kb/2894115/en-us
Di particolare interesse è la correzione dei seguenti bug:
Fundamentals of SQL Server 2012 Replication
Dal portale Red-Gate è possibile scaricare gratuitamente l’eBook Fundamentals of SQL Server 2012 Replication di Sebastian Meine, insieme al trial di SQL Monitor.
La replica dei dati è considerata, per tradizione, una funzionalità complessa e tipicamente ci si scoraggia facilmente, già durante la preparazione dell’ambiente di test. Perché l’implementazione di una replica è considerata un’attività complessa? Quali problemi si incontrano? I problemi più comuni sono legati allo schema del database che deve essere pensato per andare in replica, poi possono esserci problemi legati all’amministrazione dei permessi da assegnare agli agenti di replica ed infine ci si può scontrare con problemi legati all’architettura di rete e alla banda internet a disposizione, qualora si voglia implementare la replica web o lo scambio dei dati su sito ftp. Per fare un buon lavoro, servono diverse competenze! Questo eBook rappresenta un’ottima introduzione ai servizi di replica in SQL Server 2012, vi darà le informazioni necessarie per valutare in quali scenari l’implementazione della replica di SQL Server è la scelta giusta e quale tipologia di replica si adatta meglio alle vostre esigenze.

