SlideShare a Scribd company logo
1 of 29
Download to read offline
XII Encontro da comunidade SQLPort
   Name: Gonçalo Chaves
   Alias: Chaves
   Job: Senior Analyst
   Company: Viatecla
   Im: evolution69@msn.com
   Tw: @gchaves
   Hobbies: reading, photo, gaming
   Email: gchaves@viatecla.com
   Communities: xamlpt, pontonetpt, sqlport
“The biggest problem in databases is
         the base data…”
   Main challenges
   Why we don’t care
   Analysis and procedures
   Tools
   Use Cases
   References
   Engineers knows programing but they don’t
    know SQL!
   Rookies don’t thing in scalability!
   High availability
   Scale and Scale
   Trustful transactions
   Performance and tuning
   Maintenance and archiving
   Partitioning
   Data integrity
   The easy path
   Comfort, learning is a painful process
   No professional training
   No time!
   The big truck rule
   Scale and trust aren’t known
   “Microsoft’s lema”
   Don’t know the engine
   Wrong Assumptions
   Re-use views, queries, with no limits
   Data type? What? nvarchar don’t fit in all?
   Unknown Transaction Isolation levels
   Tons of locks on a single query
   Normalization
     Careful to much can be inefficient
   Appropriate Keys and Indexes
   Right Primary and FK’s
     Choose for relations and integrity
   Don’t over on Indexes
     Take’s disk space
     Drop index for bulk insertion
     Some WHERE’s clauses can’t take advantage on ix
     Evaluate and test you ix
   Each Database is a Database
     BETWEEN can be more efficient than operators
     Native functions (Convert, format…)
     Aggregate functions (max, min, count, …)
   The NULL cancer… you must know NULL well
     ISNull can be a painful
     Wrong assumption on fields
     Null datatype vs “Null”
     Non safe transaction
     Logic looseness
   My debug:
     Profiler… yeah it’s heavy but it’s useful!
     TA – tuning advisor
     Activity monitor
     Look for index, keys, fragments,
   Daily, every sql dev is also an sql admin!
     RedGate suite
     QueryExpress (light, keep simple)
     TableDiff.exe
     DMVStats (dataware house)
     SQL Server Cache manager
   DBA? Where?
     SQL Internals Viewer
     SQLQueryStress (in dev or stage scenarios)
     SQLIO Disk Benchmark tool (on server)
   SQL Security
     Roles may be insufficient
     Prevent SQL injection
     Prevent non logic queries that can burn your data
     Remember, it’s more easier broke sql security by
     your app than anything else.
   The devil ….


    SELECT *
   Dam accelerators ….
     ADO.NET
     SQLDATASOURCE
     LINQ to SQL
     Entity Framework …
   Abuses on
     Group by ; Having; Inner join
     Sub queries with sub queries with …
     #temp_table for everything…
     DML cmd’s
     Constraints for everything…
   Good sense
     Know your data           5
   Maintenance                4
     Job your data            3                                Frag
   Integrity vs Performance   2                                Perf
                                                                Disk
                               1
     The balance is the key
                               0
                                   Jan Fev Mar April May June
   Database – xpto
     1500 tables
     2700 stored procedures
     ~1.5 M transaction per day
   Delete in cascade …
     Broke process
     Restart server
   Normalize has needed
   Test your database
   Schedule jobs
   Create Index’s where needed
   Use right tools
     full text search, TA, SSIS
   Avoid triggers
   Partitioning
   Archive data
   Data type right usage
   Think in your transaction mode
   Use safe locks
   Test, application stress and faulty
   Document you DB 
   Keep scripts in safe
   Update your scripts
   Use facts not assumptions
   Cross your test with others
   Right lock safe usage
   Define db architecture
   A good DB start’s on your apps
   Cache is more than welcome
   “The 4 connections challenge..”
   Multiple Environments keep DB’s updated
   Keep your analysis update
 Developers exists in C# not in SQL – Deal with it!
 Train your team – code review; sessions; books
 Use the right tools on right scenarios
 Integrity vs Performance
 Keep in mind security concerns
 Make Maintenance plans – from the beginning
 Usual blog’s / Communities
 SQL 2008 internals
 Write Smart Sql
 SQL For Smarties
 Sql forums … sqlport 
 Thank you all 
 Do right SQL before the pain!
 Follow me at:
  http://pontonetpt.org/blogs/chaves
  http://xamlpt.com/blogs/chaves
 gchaves@viatecla.com
 www.viatecla.com

More Related Content

Similar to Backpack Tools4 Sql Dev

Domain oriented development
Domain oriented developmentDomain oriented development
Domain oriented developmentrajmundr
 
Cloudera Breakfast Series, Analytics Part 1: Use All Your Data
Cloudera Breakfast Series, Analytics Part 1: Use All Your DataCloudera Breakfast Series, Analytics Part 1: Use All Your Data
Cloudera Breakfast Series, Analytics Part 1: Use All Your DataCloudera, Inc.
 
Deployment Preparedness
Deployment Preparedness Deployment Preparedness
Deployment Preparedness MongoDB
 
Databases benoitg 2009-03-10
Databases benoitg 2009-03-10Databases benoitg 2009-03-10
Databases benoitg 2009-03-10benoitg
 
Elegant and Efficient Database Design
Elegant and Efficient Database DesignElegant and Efficient Database Design
Elegant and Efficient Database DesignBecky Sweger
 
Beat the devil: towards a Drupal performance benchmark
Beat the devil: towards a Drupal performance benchmarkBeat the devil: towards a Drupal performance benchmark
Beat the devil: towards a Drupal performance benchmarkPedro González Serrano
 
Metric Abuse: Frequently Misused Metrics in Oracle
Metric Abuse: Frequently Misused Metrics in OracleMetric Abuse: Frequently Misused Metrics in Oracle
Metric Abuse: Frequently Misused Metrics in OracleSteve Karam
 
Database Management System
Database Management SystemDatabase Management System
Database Management SystemAbishek V S
 
Clustered PHP - DC PHP 2009
Clustered PHP - DC PHP 2009Clustered PHP - DC PHP 2009
Clustered PHP - DC PHP 2009marcelesser
 
Essential Data Engineering for Data Scientist
Essential Data Engineering for Data Scientist Essential Data Engineering for Data Scientist
Essential Data Engineering for Data Scientist SoftServe
 
MySQL HA Alternatives 2010
MySQL  HA  Alternatives 2010MySQL  HA  Alternatives 2010
MySQL HA Alternatives 2010Kris Buytaert
 
SQLBits VI - Improving database performance by removing the database
SQLBits VI - Improving database performance by removing the databaseSQLBits VI - Improving database performance by removing the database
SQLBits VI - Improving database performance by removing the databaseSimon Munro
 
NoSQL for great good [hanoi.rb talk]
NoSQL for great good [hanoi.rb talk]NoSQL for great good [hanoi.rb talk]
NoSQL for great good [hanoi.rb talk]Huy Do
 
Evolution of the DBA to Data Platform Administrator/Specialist
Evolution of the DBA to Data Platform Administrator/SpecialistEvolution of the DBA to Data Platform Administrator/Specialist
Evolution of the DBA to Data Platform Administrator/SpecialistTony Rogerson
 
Building scalable application with sql server
Building scalable application with sql serverBuilding scalable application with sql server
Building scalable application with sql serverChris Adkin
 
Python for Data Logistics
Python for Data LogisticsPython for Data Logistics
Python for Data LogisticsKen Farmer
 
Database Revolution - Exploratory Webcast
Database Revolution - Exploratory WebcastDatabase Revolution - Exploratory Webcast
Database Revolution - Exploratory WebcastInside Analysis
 
Database revolution opening webcast 01 18-12
Database revolution opening webcast 01 18-12Database revolution opening webcast 01 18-12
Database revolution opening webcast 01 18-12mark madsen
 
Application architecture for the rest of us - php xperts devcon 2012
Application architecture for the rest of us -  php xperts devcon 2012Application architecture for the rest of us -  php xperts devcon 2012
Application architecture for the rest of us - php xperts devcon 2012M N Islam Shihan
 

Similar to Backpack Tools4 Sql Dev (20)

Domain oriented development
Domain oriented developmentDomain oriented development
Domain oriented development
 
Cloudera Breakfast Series, Analytics Part 1: Use All Your Data
Cloudera Breakfast Series, Analytics Part 1: Use All Your DataCloudera Breakfast Series, Analytics Part 1: Use All Your Data
Cloudera Breakfast Series, Analytics Part 1: Use All Your Data
 
Deployment Preparedness
Deployment Preparedness Deployment Preparedness
Deployment Preparedness
 
Databases benoitg 2009-03-10
Databases benoitg 2009-03-10Databases benoitg 2009-03-10
Databases benoitg 2009-03-10
 
Elegant and Efficient Database Design
Elegant and Efficient Database DesignElegant and Efficient Database Design
Elegant and Efficient Database Design
 
Beat the devil: towards a Drupal performance benchmark
Beat the devil: towards a Drupal performance benchmarkBeat the devil: towards a Drupal performance benchmark
Beat the devil: towards a Drupal performance benchmark
 
Metric Abuse: Frequently Misused Metrics in Oracle
Metric Abuse: Frequently Misused Metrics in OracleMetric Abuse: Frequently Misused Metrics in Oracle
Metric Abuse: Frequently Misused Metrics in Oracle
 
Database Management System
Database Management SystemDatabase Management System
Database Management System
 
Clustered PHP - DC PHP 2009
Clustered PHP - DC PHP 2009Clustered PHP - DC PHP 2009
Clustered PHP - DC PHP 2009
 
Essential Data Engineering for Data Scientist
Essential Data Engineering for Data Scientist Essential Data Engineering for Data Scientist
Essential Data Engineering for Data Scientist
 
NoSQL
NoSQLNoSQL
NoSQL
 
MySQL HA Alternatives 2010
MySQL  HA  Alternatives 2010MySQL  HA  Alternatives 2010
MySQL HA Alternatives 2010
 
SQLBits VI - Improving database performance by removing the database
SQLBits VI - Improving database performance by removing the databaseSQLBits VI - Improving database performance by removing the database
SQLBits VI - Improving database performance by removing the database
 
NoSQL for great good [hanoi.rb talk]
NoSQL for great good [hanoi.rb talk]NoSQL for great good [hanoi.rb talk]
NoSQL for great good [hanoi.rb talk]
 
Evolution of the DBA to Data Platform Administrator/Specialist
Evolution of the DBA to Data Platform Administrator/SpecialistEvolution of the DBA to Data Platform Administrator/Specialist
Evolution of the DBA to Data Platform Administrator/Specialist
 
Building scalable application with sql server
Building scalable application with sql serverBuilding scalable application with sql server
Building scalable application with sql server
 
Python for Data Logistics
Python for Data LogisticsPython for Data Logistics
Python for Data Logistics
 
Database Revolution - Exploratory Webcast
Database Revolution - Exploratory WebcastDatabase Revolution - Exploratory Webcast
Database Revolution - Exploratory Webcast
 
Database revolution opening webcast 01 18-12
Database revolution opening webcast 01 18-12Database revolution opening webcast 01 18-12
Database revolution opening webcast 01 18-12
 
Application architecture for the rest of us - php xperts devcon 2012
Application architecture for the rest of us -  php xperts devcon 2012Application architecture for the rest of us -  php xperts devcon 2012
Application architecture for the rest of us - php xperts devcon 2012
 

Recently uploaded

How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 

Recently uploaded (20)

How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 

Backpack Tools4 Sql Dev

  • 1. XII Encontro da comunidade SQLPort
  • 2. Name: Gonçalo Chaves  Alias: Chaves  Job: Senior Analyst  Company: Viatecla  Im: evolution69@msn.com  Tw: @gchaves  Hobbies: reading, photo, gaming  Email: gchaves@viatecla.com  Communities: xamlpt, pontonetpt, sqlport
  • 3. “The biggest problem in databases is the base data…”
  • 4. Main challenges  Why we don’t care  Analysis and procedures  Tools  Use Cases  References
  • 5. Engineers knows programing but they don’t know SQL!
  • 6. Rookies don’t thing in scalability!
  • 7. High availability  Scale and Scale  Trustful transactions  Performance and tuning  Maintenance and archiving  Partitioning  Data integrity
  • 8. The easy path  Comfort, learning is a painful process  No professional training  No time!  The big truck rule  Scale and trust aren’t known  “Microsoft’s lema”
  • 9. Don’t know the engine  Wrong Assumptions  Re-use views, queries, with no limits  Data type? What? nvarchar don’t fit in all?  Unknown Transaction Isolation levels  Tons of locks on a single query
  • 10. Normalization  Careful to much can be inefficient  Appropriate Keys and Indexes  Right Primary and FK’s  Choose for relations and integrity
  • 11. Don’t over on Indexes  Take’s disk space  Drop index for bulk insertion  Some WHERE’s clauses can’t take advantage on ix  Evaluate and test you ix
  • 12. Each Database is a Database  BETWEEN can be more efficient than operators  Native functions (Convert, format…)  Aggregate functions (max, min, count, …)
  • 13. The NULL cancer… you must know NULL well  ISNull can be a painful  Wrong assumption on fields  Null datatype vs “Null”  Non safe transaction  Logic looseness
  • 14. My debug:  Profiler… yeah it’s heavy but it’s useful!  TA – tuning advisor  Activity monitor  Look for index, keys, fragments,
  • 15. Daily, every sql dev is also an sql admin!  RedGate suite  QueryExpress (light, keep simple)  TableDiff.exe  DMVStats (dataware house)  SQL Server Cache manager
  • 16. DBA? Where?  SQL Internals Viewer  SQLQueryStress (in dev or stage scenarios)  SQLIO Disk Benchmark tool (on server)
  • 17. SQL Security  Roles may be insufficient  Prevent SQL injection  Prevent non logic queries that can burn your data  Remember, it’s more easier broke sql security by your app than anything else.
  • 18. The devil …. SELECT *
  • 19. Dam accelerators ….  ADO.NET  SQLDATASOURCE  LINQ to SQL  Entity Framework …
  • 20. Abuses on  Group by ; Having; Inner join  Sub queries with sub queries with …  #temp_table for everything…  DML cmd’s  Constraints for everything…
  • 21. Good sense  Know your data 5  Maintenance 4  Job your data 3 Frag  Integrity vs Performance 2 Perf Disk 1  The balance is the key 0 Jan Fev Mar April May June
  • 22. Database – xpto  1500 tables  2700 stored procedures  ~1.5 M transaction per day  Delete in cascade …  Broke process  Restart server
  • 23. Normalize has needed  Test your database  Schedule jobs  Create Index’s where needed  Use right tools  full text search, TA, SSIS
  • 24. Avoid triggers  Partitioning  Archive data  Data type right usage  Think in your transaction mode  Use safe locks  Test, application stress and faulty
  • 25. Document you DB   Keep scripts in safe  Update your scripts  Use facts not assumptions  Cross your test with others  Right lock safe usage  Define db architecture
  • 26. A good DB start’s on your apps  Cache is more than welcome  “The 4 connections challenge..”  Multiple Environments keep DB’s updated  Keep your analysis update
  • 27.  Developers exists in C# not in SQL – Deal with it!  Train your team – code review; sessions; books  Use the right tools on right scenarios  Integrity vs Performance  Keep in mind security concerns  Make Maintenance plans – from the beginning
  • 28.  Usual blog’s / Communities  SQL 2008 internals  Write Smart Sql  SQL For Smarties  Sql forums … sqlport 
  • 29.  Thank you all   Do right SQL before the pain!  Follow me at: http://pontonetpt.org/blogs/chaves http://xamlpt.com/blogs/chaves  gchaves@viatecla.com  www.viatecla.com