Posts Tagged ‘Server’

SQL Outer Joins Joes2Pros (Using a Left,Right, and full Join)

September 14, 2009 - 9:12 pm 1 Comment

From chapter 3.2 of T-SQL 2008 Joes 2 Pros (www.joes2pros.com). Learn how to find matches and exceptions with outer joins.

Duration : 0:4:54

(more…)

SQL Query Wildcard Criteria (Using wildcards for pattern matching)

September 9, 2009 - 1:30 am No Comments

From chapter 2.2 of T-SQL 2008 Joes 2 Pros (www.joes2pros.com). How to use range and pattern matches in a basic single table query in SQL server 2005 and 2008. Full Video is a free download at www.Joes2Pros.com along with a PDF book sample.

Duration : 0:8:58

(more…)

Introduction to SQL (Beginning Database Training) “Geek Speak” Joes2Pros ch1.2

August 25, 2009 - 11:17 am 1 Comment

From chapter 1 of T-SQL 2008 Joes 2 Pros (www.joes2pros.com). Learn the basic terms or Geek Speak used by SQL Server database professionals.

Duration : 0:4:46

(more…)

Introduction to SQL 2008 (Beginning Query lesson on Single Table Queries)

August 16, 2009 - 4:18 am 6 Comments

www.Joes2Pros.com How to use exact criteria matches in a basic single table query in SQL server 2005 and 2008.

Duration : 0:7:59

(more…)

SQL Joins (Lab3.1 Using an Inner Join in your query.)

August 6, 2009 - 11:14 pm 2 Comments

www.Joes2Pros.com… Learn how to use basic inner joins to see two tables in one results set..

Duration : 0:8:37

(more…)

SQL Server 2008 MERGE

July 31, 2009 - 10:11 pm 1 Comment

Common data scenarios require developers to write and maintain logic to determine whether to insert, update or delete information (sometimes called upsert) such as:
IF FOUND
THEN UPDATE
ELSE
INSERT
SQL Server 2008 provides the new MERGE statement within the SQL language to enable developers to provide this functionality with a single statement. This allows for code reduction and easier maintainability.

Duration : 0:3:28

(more…)

SQL SERVER Tutorial - T-SQL: SELECT STATEMENT - ALIASING - CONCATENATING - WHERE

July 23, 2009 - 5:18 pm No Comments

T-SQL Tutorial

Duration : 0:6:31

(more…)

SQL SERVER Tutorial - Manipulating Database Data- Part4

July 17, 2009 - 4:25 am No Comments

SQL Server beginners will learn about ADO.NET objects and execution of SQL statement from ADO.NET. Explore SQL and learn about insert, update, and delete statements. This lesson requires Management Studio Express and MSXML

For Best View: watch the video in Full Screen Mode.

Duration : 0:10:31

(more…)

SQL SERVER Tutorial - Manipulating Database Data- Part2

July 7, 2009 - 9:30 pm No Comments

SQL Server beginners will learn about ADO.NET objects and execution of SQL statement from ADO.NET. Explore SQL and learn about insert, update, and delete statements. This lesson requires Management Studio Express and MSXML

For Best View: watch the video in Full Screen Mode.

Duration : 0:9:54

(more…)

SQL SERVER Tutorial - Manipulating Database Data- Part1

July 5, 2009 - 12:34 am No Comments

SQL Server beginners will learn about ADO.NET objects and execution of SQL statement from ADO.NET. Explore SQL and learn about insert, update, and delete statements. This lesson requires Management Studio Express and MSXML

For Best View: watch the video in Full Screen Mode.

Duration : 0:9:59

(more…)