Home > Tag Archives: T-SQL (page 3)

Tag Archives: T-SQL

SQL Server DML Triggers: Tips and Tricks – Part 2

Il secondo di una serie di articoli su trucchi, consigli, suggerimenti e best practices per scrivere e gestire in modo efficiente i Trigger DML in SQL Server: SQL Server DML Triggers – Tips & Tricks – Part 2 (Thought to work on multiple rows) Buona lettura!

Leggi »

SQL Server DML Triggers: Tips and Tricks – Part 1

Il primo di una serie di articoli su trucchi, consigli, suggerimenti e best practices per scrivere e gestire in modo efficiente i Trigger DML in SQL Server: SQL Server DML Triggers – Tips & Tricks – Part 1 (Intro & Triggers activation order) Buona lettura!

Leggi »

Performance Tuning with SQL Server Dynamic Management Views

Dal portale Red-Gate è possibile scaricare gratuitamente, in formato PDF, l’eBook Performance Tuning with SQL Server Dynamic Management Views scritto da Louis Davidson (@drsql) e Tim Ford (@sqlagentman). Le DMV (Dynamic Management Views and Functions) sono oggetti che pubblicano informazioni sullo stato di salute dell’istanza SQL Server. Permettono di monitorare il cuore del sistema, diagnosticare problemi e misurare le performance, rappresentano …

Leggi »

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 …

Leggi »

SQL Server Backup and Restore

Dal portale Red-Gate è possibile scaricare gratuitamente, in formato PDF, l’eBook SQL Server Backup and Restore scritto da Shawn McGehee. Tra le attività più importanti sotto la responsabilità del DBA c’è il controllo dei backup e la preparazione del piano di recovery. In questo eBook, Shawn McGehee spiega come costruire un piano di recovery efficiente perché, dopo aver scoperto che …

Leggi »

No More Bad Dates

Sul canale SQLPASS TV, continua la pubblicazione delle sessioni erogate al PASS Summit 2011. Questa settimana è stata pubblicata la sessione No More Bad Dates: Best Practices for Working with Dates and Times tenuta da Kendra Little (Managing Director, Brent Ozar Unlimited). Abstract Dates and times seem simple at first. Kendra Little will show you there’s more to it than …

Leggi »

Using the Static Relational Interval Tree with time intervals

Per chi come me è appassionato di database temporali, segnalo l’uscita della terza parte di una serie di articoli di Laurent Martin che spiegano come implementare e usare gli RI-Tree in T-SQL con intervalli temporali. RI-Tree è la contrazione di “Relational Interval Tree” una struttura che permette di fare query su intervalli di valori in maniera efficiente, per chi non …

Leggi »