the secrets of sql server: database worst practices

6
EMBARCADERO TECHNOLOGIES The Secrets of SQL Server: Database Worst Practices Pinal Dave

Upload: embarcadero-technologies

Post on 16-Jan-2017

396 views

Category:

Technology


4 download

TRANSCRIPT

Page 1: The Secrets of SQL Server: Database Worst Practices

EMBARCADERO TECHNOLOGIESEMBARCADERO TECHNOLOGIES

The Secrets of SQL Server: Database Worst Practices

Pinal Dave

Page 2: The Secrets of SQL Server: Database Worst Practices

EMBARCADERO TECHNOLOGIESSurvival of the Fittest

Page 3: The Secrets of SQL Server: Database Worst Practices

EMBARCADERO TECHNOLOGIES

Let us start

Page 4: The Secrets of SQL Server: Database Worst Practices

EMBARCADERO TECHNOLOGIES

PoorPerformance

Incorrect Resultsor

Pick One

Page 5: The Secrets of SQL Server: Database Worst Practices

EMBARCADERO TECHNOLOGIES

Using NOT INLeft Join and COUNT()Appropriate Data typeFunction in Where clausePosition of Order By

Page 6: The Secrets of SQL Server: Database Worst Practices

EMBARCADERO TECHNOLOGIES

6

Next Steps