Jump to content

Best Sql Server Training With Practical Knowledge By Sql Expert


intuites

Recommended Posts

T-SQL

·         MS SQL Server (Transact SQL) :Introduction and overview of all Data Base Objects, Constraints-Primary, Foreign, Composite ,Check, Default, Nullability.

·         DDL SQL Statements: CREATE,ALTER,DROP.

·         Read Statements with Clauses: SELECT,WHERE.

·         Operators:IN, BETWEEN, NOT IN, LIKE, (equality =),Group by , Having, Order by, TOP, Distinct.

·         Aggregate Functions: MIN, MAX, AVG, SUM, COUNT.

·         Introduction to Dynamic SQL: Explanation of functionality, Various Statements (DECLARE, EXECUTE, type of variables).

·         System Functions : Date Functions, String Functions,

GETDATE(), DATEDIFF(), DATEADD(), DATEPART(), MONTH(), YEAR(), AST(), CONVERT(), SUBSTRING(), UPPER(),LOWER(),

Explanation of these system functions along with its syntax and its usage in scenario.

·         System Stored Procedures:Explanation of most of the common system stored procedures along with its syntax and usage.

·         Join in SQL Server: Purpose of Joins, Usage, Advantages/Disadvantages and differences along with syntax, INNER JOIN, OUTER JOIN (Left Outer Join, Right Outer Join, Full Outer Join),CROSS JOIN,SELF JOIN, Restricted Joins.

·         Sub-queries and Co-related Sub-queries:Explanation with examples and syntax of each of these techniques by usage, definition and advantages/disadvantages, Explanation of scenarios where either sub-queries or co-related sub-queries should be used, Advantages and Disadvantages of using Sub-queries over Joins and vice versa.

·         Set Operators:UNION,UNION ALL,EXCEPT,INTERSECT.

·         Views: Creation and Management of Views, Explanation of Scenarios in which views should be recommended, Types of Views.

·         Common Table Expressions (CTE’s): Introduction to CTE, Introduction and examples of Recursive CTE’s.

·         Management of temporary data base objects:Local temporary table, Global temporary table.

·         Advanced Dynamic SQL:Variables (SET, SELECT along with definition), various types of variables(Data Variable, Table Variable) available in MS SQL Server, Advantages of using Dynamic SQL with possibility of SQL Injection.

·         Control Flow Statements:IF…ELSE decision making logic, CASE Statements, WHILE Looping Structure, GOTO Statements.

·         Table Variables

·         Execution Plans

·         Stored Procedures :Creation and Management of Stored Procedures, Types of Stored Procedures (System SP, Extended SP, User Defined SP,CLR) Input and Output Parameters, Default Stored Procedures, Advantages/Disadvantages and Issues regarding optimizing Stored Procedures,  User-Defined Functions, Creation and Management of UDF’s, Types of UDF’s (In-line, Multi-line or Table Valued function, Scalar, Deterministic and Non-deterministic functions) along with syntax, Difference between Stored Procedure and User Defined Functions, Advantages and Disadvantages of using UDF’s, Various scenarios in which UDF’s can be a better fit

·         Triggers: Creation and Management of Triggers, Types of Triggers (DDL Triggers, DML Triggers and Log-on Triggers) along with syntax, Types of Triggers according to functionality (Before Trigger and After/For Trigger), Use of INSERTED and DELETED (Magic) Tables in Trigger body, Impact of triggers on Data Bases along with its advantages and disadvantages, Explanation of different scenarios in which triggers can be used.

·         Cursors: Declaration and Management of Cursors, Types of Cursors (Static, Dynamic, Forward only, Forward only/Read only, Keyset-driven) along with syntax, Advantages and Disadvantages of using Cursors.

·         Indexes :Introduction and reason for creating and using Indexes, Storage structure of Index (B trees/B+ trees), Types of Indexes (Clustered, Non-Clustered, Unique, Covering, Index with included columns, Indexed Views) along with syntax, Concept of Non-Clustered Index on Heap and Non-Clustered Index on Clustered Index along with its functionality, Role of Indexes in SQL Optimization, Covering Indexes.

·         Execution Plans : Need for Execution Plan

·         SQL Server Hints

 

MSBI-SSIS

 

·         Introduction To SQL Server 2005 Integration Services :Product History, SSIS Package Architecture Overview, Development and Management Tools, Deploying and Managing SSIS Packages, Source Control for SSIS Packages.

·         SSIS for DMAs : Using SQL Server Management Studio : The Import and Export Wizard, Importing and Exporting Data, Working with Packages, Database Maintenance Plans, Creating Database Maintenance Plans using SSMS,  Scheduling and Executing Plans, Examining Database Maintenance Plan Packages, Changes in SQL Server 2005 Service Pack 2.

·         Business Intelligence Development Studio: Launching BIDS, Project templates, The package designer, The Toolbox, Solution Explorer, The Properties window, The Variables window, The SSIS menu.

·         Introduction to Control Flow :Control Flow Overview, Precedence Constraints, The Execute SQL Task, The Bulk Insert Task, The File System Task, The FTP Task, The Send Mail Task.

·         Advanced control Flow:  Containers – grouping and looping, The Web Service Task, The WMI tasks, The Analysis Services tasks, The Execute Process Task, The Execute Package Task.

·         Introduction to Data Flow: Data Flow Overview, Data Sources, Data Destinations, Data Transformations, The Copy Column Transformation, The Derived Column Transformation, The Data Conversion Transformation, The Conditional Split Transformation, The Aggregate Transformation, The Sort Transformation, Data Viewers.

·         Variables and Configurations :Variables Overview, Variable scope, SSIS system variables, Using variables in control flow, Using variables in data flow, Using variables to pass information between packages, Property expressions, Configuration Overview, Configuration options, Configuration discipline.

·         Debugging, Error Handling and Logging :SSIS debugging overview, Breakpoints in SSIS, SSIS debugging windows, Control Flow: The OnError event handler, Data Flow: Error data flow, Configuring Package Logging, Built-in log providers.

·         Advanced Data Flow :Revisiting data sources and destinations, The Lookup Transformation, Getting Fuzzy: The Fuzzy Lookup and Fuzzy Grouping Transformations, The Multicast Transformation, The Merge and Merge Join Transformations, The Data Mining Query Transformation, The Data Mining Model Training Destination, The Slowly Changing Dimension Transformation.

·         Extending SSIS through Custom Code :Introduction to SSIS scripting,The SSIS script editor, The SSIS object model, Script in Control flow: The Script Task, Script in Data flow: The Script Component, Introduction to SSIS component development.

·         SSIS Package Deployment :Configurations and deployment, The deployment utility, Deployment options, Deployment security, Executing packages – DTExec and DTExecUI.

·         SSIS Package Management :The SSIS Service, Managing packages with DTUtil, Managing packages with SQL Server Management Studio Scheduling packages with SQL Server Agent.

 

SSRS

·         Introduction To SQL Server 2005 Reporting Services: Tour of Features, Reporting Services Architecture, Reporting Services Terminology, Reporting Services Editions, Taking Reporting Services for a Spin.

·         Creating Reports :Deconstructing Reporting Services, Shared Data Sources, Creating Reports from Scratch.

·         Calculations and Formatting :Creating Expressions, Using the Global Collections, Formatting Items, Conditional Formatting.

·         Grouping and Sorting :Creating Groups, Calculating Totals and Percentages, Interactive Sorting, Creating Drill-Down Reports.

·         Report Parameters :Creating Report Parameters, Creating Drop-Down Parameters, Multi-Valued Parameters, Debugging Parameter Issues.

·         Creating Matrix Reports and Charts :Creating a Basic Matrix Report, Matrix Subtotals, Creating a Basic Chart, Exploring the Charting Possibilities.

·         Managing Report Services :Deploying Reports and Data Sources, Exporting Reports and Printing, Using the Web-Based Report Manager, Using SQL Server Management Studio-based Reporting Services Manager.

·         Reporting Services Secutity :Two Parts to Reporting Services Security, Securing Access to Reports, Data Source Security.

·         Programming Reporting services :The Many Reporting Services APIs, Integrating Reporting Services into Applications using URL Access, Using the Report Viewer Controls.

·         Advanced Reporting Services Programming :Using the Reporting Services Web Service, Working with Custom Assemblies.

·         Snapshots and Subscriptions :Caching and Snapshots, Creating Standard Subscriptions, Creating Data-Driven Subscriptions, Managing Subscriptions.

·         Ad-Hoc Reporting with Report Builder :he Report Builder Architecture, Creating Report Model Projects, Running Report Builder.

·        

SSAS

·         Introduction To SQL Server 2005 Analysis Services:What Is Microsoft BI?, Core concept – BI is the cube or UDM, Example cube as seen ,using Excel pivot table, MS BI is comprehensive – more than Analysis Services on SQL Server, Demonstration of SQL Reporting Services with cube as data source.

·         OLAP Modeling : Modeling source schemas—stars and snowflakes, Understanding dimensional , modeling— Dimensions (Type 1, 2, or 3) or rapidly changing, Understanding fact (measures) and cube modeling, Other types of modeling—data mining etc…

·         Using SSAS in BIDS :Understanding the development environment,, Creating Data Sources and Data Source Views, Creating cubes – using the UDM and the Cube Build Wizard, Refining Dimensions and Measures in BIDS.

·         Intermediate SSAS :KPIs, Perspectives, Translations – cube metadata and currency localization, Actions – regular, drill-through and reporting.

·         Advanced SSAS : Using multiple fact tables, Modeling intermediate fact tables, Modeling M:M dimensions, Fact (degenerate) dimensions, Role-playing dimensions, write back dimensions, Modeling changing dimensions – Dimension Intelligence w/ Wizard, Using the Add Business Intelligence Wizards – write-back, semi-additive measures, time intelligence, account intelligence.

·         Cube Storage And Aggregation : Storage topics – basic aggregations, MOLAP, Advanced Storage Design – MOLAP, ROLAP, HOLAP, Partitions – relational and Analysis Services partitions, Customizing Aggregation Design – Processing Design, Rapidly changing dimensions / ROLAP dimensions, Welcome to the Real Time – Proactive Caching, Cube processing options.

·         Beginning MDX : Basic syntax, Using the MDX query editor in SQL Server Management Studio, Most-used Functions & Common tasks, New MDX functions

·         Intermediate MDX:Adding calculated members, Adding scripts, Adding named sets, .NET Assemblies.

·         SSAS Administration : Best practices – health monitoring, XMLA scripting (SQL Mgmt Studio), Other Documentation methods, Security – roles and permissions, Disaster Recovery – backup / restore, Clustering – high availability.

·         Introduction to Data mining: What and why? , Examples of using each of the 9 algorithms (MS Clustering, MS Decision Trees, Naïve Bayes, MS, Sequence Clustering, MS Time Series, MS Association Rules, MS Neural Network), Data Mining dimensions, Data Mining clients, Processing mining models.

·         Introduction to Reporting Clients :Excel 2003 Pivot Tables,SQL RS & Report Builder, SPS RS web parts & .NET 2.0 report viewer controls, Business Scorecards 2005 & ProClarity.

·         Future Directions - Integration with Office 12 : SharePoint 12 and AS, Report Center (type of dashboard) uses KPIs, Reports, Excel Web, Filter, Excel Services 12 and AS (Web Services).

 

DBA CONCEPTS

·         Maintenance and Troubleshooting of System Databases:  Moving system databases, Rebuilding system databases.

·         Troubleshooting, Maintenance and Starting the SQL Server instances with following methods:  Single user mode, Minimal Configuration Mode, Command Prompt, Net Command.

·         Performance tuning:   Types of Isolation levels, Locks, Deadlocks, Blockings,Sql Litespeed, Sql Diagnostic Manager, Log Reader, DBCC, System Stored , Procedures, Regular, Weekly And Monthly Activities.

·         Query Optimizer and Query Execution Plan :

·         Indexing:  Types of Indexes, Differences of Indexes, Index Structure, Rebuild and Reorganizing, Fill Factor.

·         T-Log structure

·         Data Base Backups: Full Backup, Differential Backup, Transaction Log Backup, Tail Backup.

·         Recovery Models: Simple recovery model, Bulk-Logged recovery model, Full recovery model

 

Highlights of the Training :

 

1)      The instructor is a  SQL Server Expert  with 10+ years of Experience.

2)      The training is 80% practical and 20% theoretical

3)      Training with Real time examples

4)      Assignments for every 2 classes

5)      Classes on all weekdays except occasionally on weekends.

6)      Online training using WebEx : Easy to install and record your own sessions

7)      Trainer Certified by Intuites

8)      Batches starting every 2 weeks.

9)      Duration of the Training :45 Days.

 

       If Interested in Placement after training, we provide the following   :

 

§  Complete Mockup Sessions  for Vendor and Client  Interviews

§  Resume Review and Preparation by Dot Net Expert

§  Dedicated recruiters to place you and excellent people to help with interviews.

§  Strong relationships with many Prime Vendors and our direct clients for placements.

§  Competitive Pay as per market, on-time payment with our transparent payment system.

§  Our E-Verification may help you to get the extra 17 months extension on OPT

§  Assurance of timely visa status upgrades from OPT/CPT/L1 to H1B and then Green card  with one of the nation’s best ranked immigration attorney

 

      For further details, please contact Pavan at (234)-542-3945 or by email at [email protected].

Due to high call volume, if we missed your call, please leave us a message or send us an email.

 

      To know more about Intuites, please visit our website : www.intuites.com

 

       To hear more about Intuites in employees' words, please check out our reviews at   

www.facebook.com/intuites 

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...