안녕하세요. 주디아줌마입니다.
제가 소개할 세션은 "Top 10 Dev Mistakes That Don’t Scale" 입니다.
 
 
 

이 세션에서는  TOP 10 개발자 실수에 대한 세션입니다.
다양한 SQL 이슈에 대해서  다루고 있으며, 이슈에 대한 해결 할 수 있는 대안을 제공합니다.
 
Top 10

1. Triggers
   - SQL Agent Job
   - Applicatiion Server, Service Broker
 
2. SELECT *   
   - SELECT A, B, C 컬럼 명시할 것.

3. User Defined Functions
   - Persisted calculated fields
   - Persisted indexed views
   - ETL process,Optimize the bejeezus out of them  

4. Dynamic SQL 
   - Build stored procedures
   - Move it into the application      

5. Big Fields

6. Binaries in the Database
   - SQL 2008’s Filestream
   - Remote Blob Storage
   - Store pointers, not files
   - Content Distribution Networks (CDNs)

7. Heaps
  - Implement a primary key
  - Look for identity fields
 
8. Old Indexes
 
9. TempDB

10. V1 Features
 
전, 모든 개발자가 실수 하지 않도록 메뉴얼화 하여 강요할 것입니다. ㅜ.ㅜ