SQL 2008 Server


Unlimited Training Package on SQL Server

If you buy the unlimited SQL Server package, you will have access to the following training materials:

- SQL Server 2008 video training (Basic video tutorial)
- SQL 2008 Server PowerPoint Presentations
- Additional SQL Server 2008 training videos (Advanced Topics like Database Mirroring, Query Optimization and SQL Server Reporting Services)
- SQL Server 2000 video training (Basic video tutorial)
- Useful SQL Server 2008 Scripts


SQL Server 2008 Video Training :


Unlimited Training package includes Microsoft SQL 2008 Server video training. In this tutorial video series, we cover new features in MS SQL Server 2008. This SQL tutorial is also available separately in a training DVD or online download format

FREE sample videos from the Server 2008 video training series:

-Using SQL Profiler in MS SQL 2008 Server 

-Installation and setup of Microsoft SQL Server 2008

-Using Transact SQL statement like SELECT, INSERT, UPDATE and my fav DELETE in SQL Server 2008

-Data Compression a new feature in SQL 2008 Server

-SQL Aggregate functions like COUNT, SUM, AVG, GROUP BY in 2008 sql server (Available in Unlimited SQL Training Package)

- Deploying Business Intelligence with Microsoft Reporting Services 2008 (SSRS) (Available in Unlimited SQL Training Package)

-Achieving High Availability with Database Mirroring in MS SQL 2008 Server(Available in Unlimited SQL Training Package)


Here is brief information on the individual lessons:


Installation of SQL Server 2008 - We kick off this training video series with setting up SQL Server 2008 enterprise edition running on Windows platform. First we show you how to get the free MS SQL 2008 server download from Microsoft's web site. We also discuss options like installation center, setup support rules and feature selection. (Running time: 11 + 23 mins)

SQL 2008 Server configuration manager - In MS SQL 2008, configuration manager is primarily used for setting up SQL Server 2008 services and managing network protocols. In this sql tutorial, we go over all these topics and also mention some of the industry best practices form a security point of view. (Running time: 17 mins)

Using SQL Server 2008 Management Studio (SSMS) - SSMS in SQL 2008 and SQL 2005 has replaced the enterprise manager from SQL 2000. SQL Server 2008 management studio is an essential tool used equally by SQL Developers and SQL DBA's alike. Important tabs like object explorer, security, server objects, replication and management are explained. (Running time: 32 mins)

Working with SQL Server 2008 database - SQL Databases and sql tables are at the heart of any relational database management system (RDBMS). In addition to creating a sql database, we point out other vital sql server 2008 options like auto shrink, recovery model, tsql scripts, alter database, template explorer, etc. (Running time: 33 mins)

Security in SQL Server 2008 - Database security is a critical focus when working with a database system like MS SQL 2008 Server or MS SQL 2005 Server. In this video seminar, we hit Microsoft sql server concepts like principals, logins, schemas, server roles, database roles, catalog views, object permissions, user access to securables. (Running time: 28 mins)

Using SQL statements on SQL 2008 - In this SQL 2008 video training, we will use the adventureworks 2008 sample database to learn how to use basic sql statements to manipulate sql server data. We only scratch the surface of SQL Server 2008 query language by looking at select sql, insert sql, update sql and delete sql tsql statements. (Running time: 32 mins)

SQL Server 2008 administration, maintenance and job automation - Job automation and maintenance are important if you want to learn sql server 2008 administration. We cover ms sql 2008 concepts like events, alerts and operators. We continue with SQL Server 2008 agent, job activity monitor, database mail and setting up maintenance plans. (Running time: 46 mins)

SQL backup and restore plus compression feature in SQL Server 2008 - Using first the sql server management studio and then TSQL code, we discover SQL Server 2008 backup choices i.e. full, differential and log backups. Next item on the training agenda is how to restore a database and we walk you through some real life scenarios as well. (Running time: 38 mins)

Entity relationships in a sql 2008 database design - Database relationships are critical when it comes to understanding SQL Server 2008 architecture. Using the adventureworks 2008 sql database, we discuss 1 to 1, 1 to many, many to many relationships. In addition we go over inner and outer sql joins and referential integrity. (Running time: 28 mins)

Monitoring SQL Server 2008 - As a SQL Server DBA, monitoring the database server is an essential daily task. In this elaborate and vital database tutorial, we dig deeper into tools like event viewer, perfmon (Windows Performance Monitor), sql 2008 server profiler, dmv's (dynamic management views) and SQL Server 2008 error logs. We end the lesson with a comparison of two tsql scripts using Profiler traces. (Running time: 68 mins)

Using SQL Views, Functions and SQL Stored Procedures - In this last video session, we brush up a bit on other important objects besides a database table. We go over sql views which can help you with complex sql select queries. Next we explain sql functions and sql server stored procedures that are used for efficient database programming. Using database mail, we send an email notifications from SQL Server 2008. (Running time: 45 mins)

If you would like additional information on these video lessons, please visit this page:
http://www.learningsqlserver2008.com/products.htm


Recommended websites with additional information on SQL Server 2008

FREE SQL Server Training Videos
SQL 2008 Server Resource Center
Download SQL Server 2008 Express for free!!
SQL Server 2008 Sample Databases
SQL Server Information


SQL 2008 Server PowerPoint Presentations :

Configuration Manager using SQL Server 2008
Database Relationships in SQL 2008
SQL Server 2008 - Installation and setting up
Microsoft SQL server 2008 - Database Administration, Maintenance and Job Automation
SQL Server 2008 - Misc Topics
Profiling and Monitoring Tools in MS SQL 2008 like perfmon, activity monitor, dmv's and sql profiler
Working with Databases and SQL Server options like alter database, sp_helpdb and sp_dboption


Additional Video Training on MS SQL 2008 Server :

MS SQL Server 2008 video training - performance tuning and query optimization using SQL Profiler
SQL 2008 video training - Using sqlserver sqlcmd instead of osql
SQL Server video trainingtraining - Exporting access database to SQL Server 2008 using SSIS 2008 package
Microsoft 2008 SQL Server training video - Using database mail with SQL Server 2008 Agentl
SQL Server 2008 video training - Create SQL Server integration services package using business intelligence development studio (BIDS 2008)
SQL String Functions like REPLACE, LEN, LEFT, LTRIM, SUBSTRING, CHARINDEX and more sql functions
Video tutorial on SQL joins - Using Customers database with sql joins including INNER join, OUTER LEFT AND RIGHT joins
Microsoft Reporting Services in SQL 2008 - Cover BIDS, Report Server, Report Manager and other SSRS topics

More on the way ....








FREE videos on SQL Server 2008 from our YouTube Channel








SQL Server 2000 Video Training :


Unlimited Training package also includes Microsoft SQL Server 2000 video training. This online training is available via download from our partner site learningcomputer.com .

FREE SQL Server video samples from the above training series:

SQL Server 2000 Video Training Sample 1 (SQL Server Configuration)
Free SQL Server 2000 Video Tutorial Sample 2 (Using Data Transformation Services)
SQL 2000 Server Video Training FREE Sample 3 (Creating SQL Server Login)
SQL 2000 Server Training Video Sample 4 (Using ODBC Data Source)

Here is brief information on the SQL Server 2000 tutorial lessons:

Overview of MS SQL Server 2000 - We start the tutorial series with introduction to SQL Server by covering enterprise manager, query analyzer and the sql server profiler. (Running time: 19 mins)

Installation of Microsoft SQL Server 2000 - In this training on 2000 SQL Server, we walk you through the setup steps and procedures. (Running time: 22 mins)

Create SQL Server databases and tables in sql 2000 - Using Enterprise Manager we create a new database first and then using transact sql (tsql scripts). Also we illustrate how to create a SQL Server table in the new database. (Running time: 22 mins)

Using DTS in Microsoft SQL 2000 server - We go over dts (data transformation services), bcp (bulk copy program) utility, and BULK INSERT sql commands in this video training, these help move data to and from SQL Server. (Running time: 18 mins)

SQL Server backup database and restore - In this online training demo on SQL 2000 Server, we show you how to do various database backups like full, differential, transaction log. These are discussed with practical examples. (Running times: 9 + 12 mins)

Security in 2000 SQL Server - Topics covered in this training video lesson include: authentication, authorization, database roles, server roles, user access and object permissions. (Running time: 18 mins)

Performing SQL DBA tasks - For this MS 2000 SQL Server tutorial lesson, we create and schedule a ms sql job for backing up a database. In addition we discuss notification services via email from SQL Server. (Running time: 19 mins)

Miscellaneous topics in SQL Server 2000 - In the final video on Microsoft SQL Server 2000, we talk about configuration, error logs, monitoring user activity, maintenance plans and using a trace in SQL Profiler. (Running times: 8 + 14 mins)

If you would like additional information on these video lessons on SQL 2000, please visit this page:
http://learningcomputer.com/buytutorial_moredetails_2.html

Recommended websites on learning SQL Server 2000:

SQL Server 2000 Solution Center
Introduction to Microsoft SQL Server 2000
SQL Server Resources
FREE SQL Server Videos
SQL 2000 Server Downloads



FREE Supplemental Information on SQL Server 2008 administration and development:

Types of database relationships including one-one, one-many and many-many
Primary keys, foreign keys and referential integrity in SQL Server
Transact SQL Statements like select sql, insert sql, update sql and delete sql
Definition of sql stored procedures - sql views - sql triggers with tsql code and examples


 




FREE videos on SQL 2000 and SQL 2005 from our YouTube Channel













Useful SQL Server 2008 SQL Scripts for your DBA and Database Developer needs:


Use WAITFOR DELAY command to set delay between sql server statements
How to use sp_change_users_login procedure in SQL Server 2008 to fix orphan user issue
Easy way to find high CPU utilization with tsql code in MS 2008 Server
Using undocumented xp_fixeddrives extended stored procedure to find drive space on your database server from within SQL!!
Removing data from a BIG table in sql server 2008 using TRUNCATE TABLE Tsql command

How do I kill orphan processes with mssearch in microsoft SQL Server
Getting a baseline query optimization with DBCC DROPCLEANBUFFERS
Transact (tsql) script to make a quick copy of a database table in sql 2008 server
TSQL code to drop or delete a database using if exists clause
How to create a database using SQL code with MAXSIZE and FILEGROWTH options

Using the Powerful sql xp_cmdshell stored procedure to execute OS commands from within sql 2008 server!
Change recovery model for all_databases at once in 2008 SQL Server using a cursor
Examples of how to add modify (alter) or drop columns from an existing sql database table
start and stop MS SQL Server services if you are the DBA
Basic dml statements in sql server 2008 select sql insert sql update sql and delete sql command

Using while loop in SQL 2008 Server to perform row by row operation
Tsql examples of using if else then clause in SQL Server 2008
Useful extented stored procedures like xp_readerrorlog and xp_fixeddrives
SQL programming code on how to create SQL Server 2008 login
Check if record exists in a sql server table before you do an insert into a table

Set transaction isolation level read uncommitted in ms sql server
Drop and create sql operators using tsql in Microsoft SQL Server 2008
Performance Tuning tip in SQL Server with DBCC and Statistics
Moving tempdb in sql server 2008 using alter database
Find missing indexes in SQL Server 2008 with dynamic management views (dmv's)

Insert data to sql server table with a sub select statement
SQL server aggregate functions including MIN, MAX, SUM and COUNT sql functions 
MS sql 2008 example on using a cursor to loop through records one at a time
How to do looping in ms sql server stored procedurer with while loop
Get a list of columns and user tables using catalog views in SQL Server 2008

Change owner for SQL Server jobs to SA-0031
Create table in ms sql server using CREATE TABLE-0032 
How to input text file to sql table using bulk insert-0033
SQL String Functions LEN, LEFT, RIGHT, LOWER, UPPER, REPLACE-0034
Using sql case statements for conditional logic-0035

More on the way ....







Copyright © 2000 - 2010. Kash Data Consulting LLC Dallas TX || Partner site: Free IT Training || Powered by: Digital Fusion