SQL Server Video Tutorials – 292 Hours

Here is a collection of over 292 hours of premium video tutorials on SQL Server by Pluralsight. In order to view the videos, you need to become a member of Pluralsight. The SQL Server Full Text Search service architecture By Soumyasch – Own work, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=3177963 Background: SQL Server is a relational database management system. It is a software product with the primary... [Read More...]

SQL Video Tutorials – 3 Hours

Here is a collection of over 3 hours of premium video tutorials on SQL by Pluralsight. In order to view the videos, you need to become a member of Pluralsight. A chart showing several of the SQL language elements that compose a single statement By :User:SqlPac, modified by Ferdna – File:Sql statement anatomy.png, CC BY-SA 3.0, https://commons.wikimedia.org/w/index.php?curid=7557212 Background: SQL (Structured Query Language)... [Read More...]

Intro SQL Server Reporting Services – SRSS (9 Videos)

Here is a collection of video tutorials on SQL Server Reporting Services (SSRS). SQL Server Reporting Services (SSRS) is from Microsoft abd it is a server-based report generation software system. It can be used to create a variety of interactive and printed reports. It is administered via a web interface. Reporting services features a web services interface to support the development of custom reporting applications. SSRS competes with Crystal Reports... [Read More...]

SQL Server School (17 Hours): Sql Server Connection, Sql Server Stored Procedure, Sql Server Profiler, Trusted Sql Server, Sql Query Analyzer, and More

These 17 hours of video tutorials from the SQL Server School cover the following topics: sql server connection, sql server stored procedure, sql server profiler, trusted sql server, sql query analyzer. Brian Knight and his cohorts give very a concise explanation of many fundamental Sql Server concepts. Very practical information. Each video is just a couple of minutes long. photo credit: pvera   SQL Server School   Num Series Title Date Presenter Min 1 Administration(2) Detaching... [Read More...]

End-To-End SQL Server 2005 Reporting Services: (6 Videos) Microsoft Reporting Services, Microsoft SQL Server Reporting Services, MS Reporting Services, and More

Get a basic understanding of how to use Microsoft Reporting Services in this 6-part webcast series presented by Microsoft Champion, Susan Wisowaty. Susan is an expert in working with Microsoft SQL Server Reporting Services. MS Reporting Services provides you with many powerful features you can use to create reports. photo credit: @@:@@   End-To-End SQL Server 2005 Reporting Services   1. Introduction Key Concepts: the history of... [Read More...]

24 Hours of SQL Server 2008 – A Video Tutorial presented by Microsoft Experts

Overview: This 24-part tutorial series looks at Microsoft SQL Server 2008 as a productive data platform. The major topics in this series include: sql stored procedure, sql server stored procedure, sql server profiler, sql server compare, sql server trigger, sql server script, sql server memory, sql server copy. Most of the videos in this series focus directly on SQL Server 2008, but a few of the videos use Contoso (Container Overseas Shipping Operation)... [Read More...]

SQL Server 2005:(10 Hours) Backup SQL Server 2005, SQL Server Insert, SQL Server Training, SQL Server Profiler, Download SQL Server 2005, SQL Server Script, SQL Server Tutorial

Here is a free 10-hour video tutorial series on SQL Server 2005. Microsoft’s Bryan Von Axelson is the instructor.  Some of the topics covered include: Backup SQL Server 2005, SQL Server Insert, SQL Server Training, SQL Server Profiler, Download SQL Server 2005, SQL Server Script, SQL Server Tutorial. Presenter: Bryan Von Axelson, TechNet Presenter, Microsoft Corporation photo credit: @@:@@   SQL Server 2005   1. Administration... [Read More...]

SQL Server 2005 Express Tutorial: (13 Videos) Database mirroring, backup sql server 2005, sql server 2005 replication, sql server standard edition, download sql server 2005, compare sql server, sql server instance

Excellent SQL Server 2005 Express series of 13 free videos from Bob Tabor at LearnVisualStudio.Net. Here are just a few of the topics in this series: database mirroring, backup sql server 2005, sql server 2005 replication, sql server standard edition, download sql server 2005, compare sql server, sql server instance The best hosting company that I have found for .NET applications is Discountasp.net. Discountasp.net provides many SQL tools that make... [Read More...]

SQL Server 2005 Video Tutorial – 1 – Installing

This programming video tutorial series will show will show you how to install SQL Server 2005 Express and SQL Server Management Studio. SQL Server provides you with a “window” to connect to your databases. You use the “SQL (Structured Query Language) Language” to reach through the window to “touch” and “manipulate” the databases. The express version of SQL Server is totally free. It allows you create... [Read More...]

What is SQL?

By: John L What is SQL? SQL stands for Structured Query Language and is the lingua franca in the database world. SQL is a standard that is used by all database vendors and programmers to define, extract and access the information that is stored in databases. SQL began life as an IBM creation but was standardized by the American National Standards Institute (ANSI) and the International Organization for Standardization (ISO) as ANSI/ISO SQL in 1988.... [Read More...]