SQL Server 2000 videos

This video training is availabe via FTP from our partner site and is included in the Unlimited package
http://www.learningcomputer.com/buytutorials.html

Here is more detailed information on the individual lessons:
-Overview of sql server 2000
-Installing sql server 2000
-Creating and Maintaining Databases
-Using Data Transfer in sql server 2000
-Backup and Restore a database
-Security in sql server 2000
-Performing Administration Tasks
-Miscellaneous Topics in sql server 2000

FREE sql server videos 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)
Free SQL Server 2000 Video Training Sample 3 (Creating SQL Server Login) 
SQL 2000 Server Training Video Sample 4 (Using ODBC Data Source)

Recommended websites with additional information on sql server 2000
http://support.microsoft.com/ph/2852
http://databases.about.com/od/sqlserver/a/sqlserver2k.htm
http://msdn.microsoft.com/en-us/library/ms950404.aspx
http://www.insidesqlserver.com/



SQL Server 2008 video tutorials:

Unlimited Training package also includes Microsoft SQL 2008 Server video tutorials. This tutorial is also available via a training DVD on MS SQL 2008.

Here is brief information on the individual lessons:


Installation of sql server - 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 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 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 Management Studio (SSMS) - SSMS has replaced the enterprise manager from sql 2000. SQL server 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 tables are at the heart of any relational database management system (RDBMS).  In addition to creating a sql database, we point out other vital 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 server.  In this video seminar, we hit 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 tutorial, we will use the adventureworks 2008 sample database to learn how to use basic sql statements.  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 administration, maintenance and job automation - Job automation and maintenance are important if you want to learn sql server administration. We cover concepts like events, alerts and operators. We continue with sql server 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 management studio and then TSQL code, we discover sql server backup choices i.e. full, differential and log backup.  Next item on the training agenda is how to restore a database and we walk you through some scenarios as well. (Running time 38 mins)

Entity relationships in a sql database design - Database relationships are critical when it comes to understanding sql server 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 database tutorial, we dig deeper into tools like event viewer, perfmon, sql profiler, dmv's and sql server 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 stored procedures that are used for efficient database programming. Using database mail, we send an email notifications from sql server. (Running time 45 mins)

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


FREE sql server 2008 videos demos from the above training series:

  • Using SQL Profiler in MS SQL 2008
  • Installation and setup of Microsoft SQL Server 2008
  • Using T SQL statement like SELECT, INSERT, UPDATE and my fav DELETE in SQL Server
  • Data Compression a new feature in SQL 2008 Server
  • Performance Tuning and Query Optimization in 2008 sql server(Full version is available in Member Area)

  • Recommended websites with additional information on sql server 2008

    http://www.microsoft.com/sqlserver/2008/en/us/default.aspx
    http://www.deitel.com/ResourceCenters/Microsoft/SQLServer2008/tabid/2906/Default.aspx
    http://www.codeplex.com/MSFTDBProdSamples
    http://www.sqlteam.com/article/sql-server-2008-table-valued-parameters







     


    FREE PowerPoint Presentations

    sql server 2008 - Configuration Manager
    sql server 2008 - Entity Relationships
    sql server 2008 - Installation
    sql server 2008 - Maintenance and Job Automation
    sql server 2008 - Misc Topics
    sql server 2008 - Profiling and Monitoring Tools
    sql server 2008 - Working with Databases


    Additional Video Training on MS SQL Server 2008:

    sql server 2008 Video Training - Query Optimization
    sql server 2008 Video Training - Using sqlcmd instead of osql
    sql server 2008 Video Training - Exporting Access using SSIS
    sql server 2008 Video Training - Using Database Mail
    SQL Server 2008 Video Training - Create sql server integration services SSIS package using Business Intelligence Development Studio
    More on the way ...
    More on the way ...


    FREE Supplemental Information on sql server administration and development:

    sql server - Types of Database Relationships
    sql server - Primary and Foreign Keys
    sql server - Transact SQL Statements
    sql server - Stored Procedures - Views - Triggers
    More on the way ...


    Useful SQL Scripts

    using WAITFOR DELAY
    using sp_change_users_login in sql server
    finding cpu utilization with TSQL
    removing data from a BIG table
    How to kill orphan processes with mssearch in sql server
    Using xp_fixeddrives stored procedure to find drive space on your database server
    Getting a baseline query optimization with DBCC DROPCLEANBUFFERS
    Script to make a quick copy of a table in sql server 2008
    TSQL to drop or delete a database
    How to create a database using SQL code
    using_xp_cmdshell_0011
    change_recovery_model_all_databases_0012
    add_modify_drop_columns_0013
    start_and_stop_MS SQL Server_services_0014
    basic_dml_statements_select_insert_update_delete_0015
    using while loop sql server 0016
    using if else sql server_0017
    useful extented stored procedures like xp_readerrorlog and xp_fixeddrives
    create sql server login 0019
    check if record exists in a table 0020

    set_transaction_isolation_level_read_uncommitted_0021
    drop_and_create_sql_operators_using_tsql_0022
    performance_tip _in_SQL_Server_with_DBCC_and_Statistics_0023
    moving_tempdb_in_sql_server_using_alter_database_0024
    find_missing_indexes_with_dynamic_management_views_0025

    insert_data_to_sql_table_with_a_sub_select_0026
    SQL_server_aggregate_functions_MIN_MAX_SUM_COUNT_0027
    ms_sql_example_on_using_a_cursor_0028
    looping_in_sql_server_stored_procedurer_with_while_loop_0029
    get_list_columns_and_user_tables_using_catalog_view_0030

     

    More on the way ...
    More on the way ...

    © Copyright 2009 sql server 2008 tutorial.com Dallas, TX :: Partner Sites:learningcomputer.com, datatechnologyllc.com :: Powered by: Digital Fusion