Nr: 367
SQLSaturday #367 - Pordenone 2015
SessionID: 11817
Transaction Log Demystified
Event Date: 28-02-2015 - Session time: 00:00:00 - Track: Aula S8
Speaker: Francesco Milano
Title: Transaction Log Demystified
Abstract:
Saper gestire il Transaction Log di SQL Server è un requisito fondamentale per qualsiasi DBA. Numerosi thread, in diversi forum tecnici, testimoniano come sia decisamente diffusa una conoscenza insufficiente dell'argomento, tanto da sfociare in accorati appelli su come risolvere con urgenza problematiche legate al T-Log, siano esse una carenza di spazio disco causa crescita incontrollata o log backup che falliscono regolarmente a seguito di un troncamento effettuato con troppa leggerezza. In questa sessione verrà mostrato il funzionamento del Transaction Log, con particolare attenzione all'organizzazione interna e alle modalità di configurazione, gestione e backup.
SessionID: 13265
Back to the Roots: SQL Server Indexing
Event Date: 28-02-2015 - Session time: 00:00:00 - Track: Aula S7
Speaker: Davide Mauri
Title: Back to the Roots: SQL Server Indexing
Abstract:
SessionID: 13782
Ricerche Full-Text
Event Date: 28-02-2015 - Session time: 00:00:00 - Track: Aula S1
Speaker: Emiliano Pinto
Title: Ricerche Full-Text
Abstract:
Descrizione con esempi pratici sulla ricerca di testo in query sql.
Confronto, vantaggi svantaggi, prestazioni dell'utilizzi di Like, configurazione e ricerche Full-Text
SessionID: 14138
Implementing and Maintaining an Azure SQL Database project
Event Date: 28-02-2015 - Session time: 00:00:00 - Track: Aula S8
Speaker: Emanuele Zanchettin
Title: Implementing and Maintaining an Azure SQL Database project
Abstract:
This session looks at how to implement, maintain and evolve solutions developed on Azure SQL Database, through the use of the tools as SQL Sever Management Studio and Visual Studio. Through examples and case studies, will be presented the versatility, power and reliability of the database as a service in the cloud.
SessionID: 14600
Extending the Data Collector to Monitor SQL Server effortlessly
Event Date: 28-02-2015 - Session time: 00:00:00 - Track: Aula S7
Speaker: Gianluca Sartori
Title: Extending the Data Collector to Monitor SQL Server effortlessly
Abstract:
SessionID: 14602
SQL Server Security In An Insecure World
Event Date: 28-02-2015 - Session time: 00:00:00 - Track: Aula S7
Speaker: Gianluca Sartori
Title: SQL Server Security In An Insecure World
Abstract:
SQL Server Security In An Insecure World
SessionID: 14634
Event Date: 28-02-2015 - Session time: 00:00:00 - Track: Aula S1
Speaker: Gilberto Zampatti
Abstract:
SessionID: 14635
Risoluzione dei problemi riscontrabili in SQL Server (Troubleshooting)
Event Date: 28-02-2015 - Session time: 00:00:00 - Track: Aula S1
Speaker: Gilberto Zampatti
Title: Risoluzione dei problemi riscontrabili in SQL Server (Troubleshooting)
Abstract:
Per quanto l'approccio preventivo (monitoraggio proattivo) sia la strategina migliore per una corretta ed efficiente manutenzione di un'istanza di SQL Server, accade spessio che siamo chiamati a risolvere con "urgenza" probledmi che probabilmente son sorti nel corso del ciclo di vita di un'istanza proprio perché non sono stati adottati per tempo principi di monitoraggio efficace. Ma, nella contingenza, dobbiamo prima di tutto risolvere il "problema". Questa sessione offre alcuni spunti per affrontare e risolvere alcuni tra i problemi più ricorrenti.
SessionID: 15342
Xvelocity in deep
Event Date: 28-02-2015 - Session time: 00:00:00 - Track: Aula S1
Speaker: Marco Pozzan
Title: Xvelocity in deep
Abstract:
PowerPivot and BISM Tabular share a columnar-based database engine called xVelocity. Understand some basic principles about how VertiPaq works, how data is compressed, and how you can design a data model for better optimization.
SessionID: 19152
Migrare a Sql Server 2014 In-Memory Technology
Event Date: 28-02-2015 - Session time: 00:00:00 - Track: Aula S8
Speaker: Luca Ferrari
Title: Migrare a Sql Server 2014 In-Memory Technology
Abstract:
Migrare a Sql Server 2014 In-Memory Technology
SessionID: 20225
Entity Framework 7, Back To The Future!
Event Date: 28-02-2015 - Session time: 00:00:00 - Track: Aula S7
Speaker: Michael Denny
Title: Entity Framework 7, Back To The Future!
Abstract:
SessionID: 24003
Event Date: 28-02-2015 - Session time: 00:00:00 - Track: Aula S8
Speaker: Saverio Lorenzini
Abstract:
Il disegno del database, lo schema degli oggetti e l’osservanza delle best practices di design e manutenzione hanno un ruolo rilevante che incide significativamente sulle prestazioni applicative percepite dagli utenti.
La sessione mostra quali sono i principi e le metriche fondamentali per misurare le performance, la qualità del design e della manutenzione di un database SQL Server. A partire dagli strumenti classici che Microsoft mette a disposizione come le DMV, vengono illustrati le tecniche per ricondurre il tema ad una serie di script SQL da eseguire che permettono di effettuare una valutazione veloce e puntuale delle performance e identificare punti di inefficienza sia in fase di design che di esercizio.
SessionID: 24394
Execution Plans End-to-End in SQL Server (IT)
Event Date: 28-02-2015 - Session time: 00:00:00 - Track: Aula S1
Speaker: Sergio Govoni
Title: Execution Plans End-to-End in SQL Server (IT)
Abstract:
Questa sessione analizza in modo approfondito i piani di esecuzione di SQL Server. Per andare oltre le nozioni di base, è necessario acquisire una più profonda comprensione su come il Query Optimizer costruisce il piano di esecuzione ottimale e su come sia possibile condizionare la scelta di un particolare indice o di un particolare operatore di JOIN con metodi documentati e non, fino ad arrivare alla forzatura completa di un determinato piano di esecuzione anche senza modificare il testo della query. Sarà poi trattata anche la Plan Cache ovvero l'area di memoria in cui vengono salvati i piani di esecuzione di SQL Server.
SessionID: 25893
Database unit testing
Event Date: 28-02-2015 - Session time: 00:00:00 - Track: Aula S7
Speaker: Alessandro Alpi
Title: Database unit testing
Abstract:
Unit testing is a good practice to follow also in a database development environment. It allows to realize and finalize the Continuous Integration process on our database and It makes all the development more reliable and consistent just before deployment. We can use some interesting frameworks when testing, and we will speak about installing and executing them.
SessionID: 27013
Usage of R in SQL Server for better data understanding
Event Date: 28-02-2015 - Session time: 00:00:00 - Track: Aula S8
Speaker: Tomaž Kaštrun
Title: Usage of R in SQL Server for better data understanding
Abstract:
Language R for Statistical computing is powerful language for data analysis with all great features for data import from SQL environment. Using R with SQL server data will help data scientists and data analysts prepare, explore and validate data much easier, as well as to use wide range of statistics; from uni-variate to multivariate.Session will focus mainly on:1) on connecting R Language with SQL server using standard ODBC connectors and T-SQL procedures. 2) how to validate data with using classical statistical methods on SQL transactional data. 3) how to use R output in SSRS and bring extra information to reports.
SessionID: 34762
Azure Overview for SQL Server Developers
Event Date: 28-02-2015 - Session time: 00:00:00 - Track: Aula S8
Speaker: Marco Parenzan
Title: Azure Overview for SQL Server Developers
Abstract:
Ok: you have SQL Azure, Machine Learning, and some specific DW-specific VMs. But...what is Azure? Let's do an overview about Azure, its offer, what you can do for your solution. Discover what is a Cloud Service, what is storage and georeplication, choose the right size of a VM. Try Virtual network and manage it with Powershell. https://github.com/marcoparenzan/sqlsat355
SessionID: 9443
SQL Server: miti da sfatare
Event Date: 28-02-2015 - Session time: 00:00:00 - Track: Aula S1
Speaker: andrea benedetti
Title: SQL Server: miti da sfatare
Abstract:
.
SessionID: 9446
Geocoding with SQL Server and Google Maps API (IT)
Event Date: 28-02-2015 - Session time: 00:00:00 - Track: Aula S7
Speaker: Andrea Martorana Tusa
Title: Geocoding with SQL Server and Google Maps API (IT)
Abstract:
Geocoding is the process of converting addresses into geographic coordinates (latitude and longitude).
In this session we will learn:
- what kind of geographic data type and methods are available in SQL Server;
- how to convert an address into coordinates using Google Maps API and SSIS;
- how to convert coordinates into a geography data type;
- how to use geocoded data, how to make calculations, and how to visualize on a report using Reporting Services.