Posts

End-to-End SQL Server PowerPivot

Sergio Govoni

Sul canale SQLPASS TV di YouTube, continua la pubblicazione delle sessioni erogate al PASS Summit 2011. Questa settimana è stata pubblicata la sessione End-to-End SQL Server PowerPivot tenuta Peter Myers (Mentor @ SolidQ).

Abstract

One of the pillars of SQL Server 2008 R2 is Managed Self-Service BI. The SQL Server PowerPivot for Excel add-in is a key offering in this pillar, and delivers an entirely new analytic experience to Excel 2010. The add-in allows analysts to load and prepare large volumes of data from various sources to create a multidimensional model. The model can be enriched with sophisticated calculations. Then the model can then be used as the source for PivotTable and PivotChart reports. And yet that’s not the end of the story. With the SQL Server PowerPivot for SharePoint add-in, the Excel workbooks that host the PowerPivot model can be catalogued in SharePoint and exposed as a data source for other Excel and Reporting Services reports. These SharePoint hosted models can then be managed by IT with scheduled data refreshes from the originating data stores.

Rilasciata la versione 1.6.2 di BIDS Helper

Davide Mauri

E’ stata rilasciata la versione 1.6.2 del BIDS Helper, un tool oserei dire indispensabile per chi lavora con il BI Stack di Microsoft.

La nuova release risolvere, oltre che a risolvere alcuni bug, introduce delle novità importanti per quanto riguarda l’integrazione di BIML, in particolare:

  • Log provider fixes for 2012
  • New language features for defining package parameters
  • Project and package parameter referencing in SSIS expressions
  • Support for custom connection managers
  • Support for automated emission of lineage IDs in custom components
  • Performance enhancements
  • and much more

Più dettagli sulla release li trovate qui.

Windows Azure Training Kit

Sergio Govoni

Il Training Kit dedicato a Windows Azure è sempre più ricco di contenuti, ora possiamo infatti trovare hands-on labs, presentazioni ed esempi dedicati agli sviluppatori e a tutti coloro che vogliono imparare a costruire applicazioni per Windows Azure.

Ovviamente tanti contenuti anche per la piattaforma SQL Server, trovate tutto a partire da questo link:

MSDN Italia: Come usare lo Statement MERGE (T-SQL)

Sergio Govoni

Il comando MERGE (T-SQL) può essere utilizzato in ambienti OLTP, ma anche OLAP. In uno scenario transazionale, possiamo utilizzarlo per eseguire il Merge dei dati da una sorgente esterna ad una tabella esistente. In un data werehouse, il comando MERGE può essere utilizzato per eseguire UPDATE incrementali oppure per processare slowly changing dimensions…