SQL Server & Delphi
Informations are one of the most valuable treasures of today's society
Sign in
|
Join
|
Help
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
Auditing
Barcode
BDE (Borland DataBase Engine)
Certificazioni
CHECK CONSTRAINT
Check Digit
CONSTRAINT
DAC
Database-level options
Delphi
Dynamic Management Views and Functions
Enterprise Manager
FOREIGN KEY
GTIN
Indexed View
Indici
Job
Microsoft Excel
OLE Automation Stored Procedures
OLEDB
OT
Ottimizzazione
Schedulazione
Split column
SQL options
SQL Server
SQL Server 2000
SQL Server 2005
SQL Server 2008
SQL Server Agent
SQL Server Profiler
SQL Trace
SSCC (Serial Shipping Container Code)
System Tables
T-SQL
UCC/EAN
UCC/EAN-128
UCC/EAN-13
View
XML
Navigation
Home
UGISS
Chi Siamo
Blogs
Forums
Photos
Downloads
Archives
dicembre 2008 (2)
novembre 2008 (2)
ottobre 2008 (2)
settembre 2008 (2)
luglio 2008 (1)
giugno 2008 (2)
maggio 2008 (2)
aprile 2008 (3)
marzo 2008 (5)
febbraio 2008 (3)
Articles
Meccanismi di auditing
Scripts
Esportazione del result-set di una query su foglio MS Excel
Calcolo della cifra di controllo di un codice EAN/UCC
Importazione dati da file XML a tabella SQL Server
Index Fragmentation
Deframmentazione indici
Split ordinato di una colonna di tipo VarChar
Indicizzazione dei vincoli FOREIGN KEY
Conoscere la data/ora dell'ultimo user UPDATE su una tabella
Aggiornare una tabella pivot di Microsoft Excel
News
Browse by Tags
All Tags
»
SQL Server
»
Indici
»
SQL Server 2005
(
RSS
)
CONSTRAINT
Dynamic Management Views and Functions
FOREIGN KEY
Indexed View
Ottimizzazione
SQL Server 2008
T-SQL
View
Conoscere la data/ora dell'ultimo user UPDATE su una tabella
by
sgovoni
Come posso conoscere la data e l’ora dell’ultimo user UPDATE eseguito su una tabella ? Una possibile soluzione a questo link: http://www.ugiss.org/Content/Article/Conoscere-la-data-ora-dell-ultimo-user-UPDATE-su-una-tabella.aspx
Filed under:
SQL Server
,
T-SQL
,
SQL Server 2005
,
Indici
,
SQL Server 2008
,
Dynamic Management Views and Functions
Indicizzazione dei vincoli FOREIGN KEY
by
sgovoni
Abbiamo utilizzato la stored procedure usp_create_index_on_foreign_key per determinare e creare gli indici mancanti per i vincoli FOREIGN KEY in essere su una determinata tabella o su un determinato schema. Lo scenario illustrato di seguito permetterà...
Filed under:
FOREIGN KEY
,
SQL Server
,
SQL Server 2005
,
Ottimizzazione
,
Indici
,
SQL Server 2008
,
CONSTRAINT
Due indici clustered sulla stessa tabella ?
by
sgovoni
Quante volte avete risposto con un No alla domanda: "E’ possibile creare due o più indici clustered sulla stessa tabella ?" Non è infatti possibile avere due indici clustered sulla stessa tabella, facciamo però alcune considerazioni... Un indice...
Filed under:
SQL Server
,
SQL Server 2005
,
Indici
,
View
,
Indexed View
Index Fragmentation (Parte 2)
by
sgovoni
Riprendo l’esempio del precedente Index Fragmentation per realizzare una piccola stored procedure USP_ExecReorgRebuildIndex() in grado di eseguire la deframmentazione degli indici con avg_fragmentation_in_percent maggiore del 10%. Dopo ogni ALTER INDEX...
Filed under:
SQL Server
,
SQL Server 2005
,
Ottimizzazione
,
Indici
Index Fragmentation
by
sgovoni
La frammentazione di un indice rappresenta l'uso inefficiente delle pagine dell'indice stesso. La frammentazione avviene nel tempo, dopo la modifica dei dati. Ad esempio, quando vengono aggiunte o cancellate righe di una tabella oppure quando...
Filed under:
SQL Server
,
SQL Server 2005
,
Ottimizzazione
,
Indici