SlideShare a Scribd company logo
SQL  Next Jump
agenda picture code reading from database writing to database info …
 
intro structured query language set based for relational data access DML – data manipulation select, insert, update, delete DDL – data definition create, alter, drop
reading from database case when … then … else … end cast and convert inline-views and cte  outer … join … apply intersect, except rank, dense, rownumber, ntile try … catch
writing to database select … into insert … select import/export excel to make sql textpad macros
info sp_help sys.objects sp_who, sp_who2 sp_rename, sp_executesql execution plans profiler toad ?
do’s and don’ts naming conventions primary & foreign keys audit columns index normalization triggers cursors update or delete without a  where
 
Integration Services Reporting Services Analysis Services

More Related Content

Sql