SQL Server Central is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
Search:  
 
 

Articles with tag Video Rss

Refine your search with one of the following additional tags (with number of items):

T-SQL (2)     Analysis Services (1)     Management Studio (1)     Stored Procedure (1)    
Administration (1)     Backup / Restore (1)     SQL Server 2005 (1)     System Development Life Cycle (1)    
Aggregates (1)     Data Mining (1)     SQL Server 2008 (1)     Views (1)    

Search for any content tagged Video

   Items 1 to 12 of 12   
 

Summarizing Data with Aggregate Queries - SQL School Video

Learn how to summarize the values of your data using aggregate functions such as COUNT(), SUM(), and AVG() from MVP Kathi Kellenberger. Grouping and aggregate filters are covered as well.  Read more...
By Kathi Kellenberger 2008/08/28 | Source: SQLServerCentral.com | Category: Video
Rating: (not yet rated) |  Discuss |  Briefcase | 30 reads

Scripting Table Management - SQL School Video

MVP Brian Knight walks through the scripting capabilities of Management Studio to show how the code for table creation and the various dependent objects. Brian looks at the options available with scripting and what the implication of choosing them will be.  Read more...
By Brian Knight 2008/08/26 | Source: SQLServerCentral.com | Category: Video
Rating: |  Discuss |  Briefcase | 29 reads

Reading Lift Charts - SQL School Video

This video covers lift charts, an advanced data mining feature in SQL Server 2008. MVP Brian Knight walks through a data mining example that tests a model with a lift chart.  Read more...
By Brian Knight 2008/08/21 | Source: SQLServerCentral.com | Category: Video
Rating: |  Discuss |  Briefcase | 402 reads

Copy Only Backups - SQL School Video

This video examines a new feature in SQL Server 2005: the copy only backup. MVP Steve Jones covers the implications of using this feature and how it can help you avoid broken backup chains.  Read more...
By Steve Jones 2008/08/19 | Source: SQLServerCentral.com | Category: Video
Rating: |  Discuss |  Briefcase | 977 reads

Detaching Databases - SQL School Video

One very handy technique for dealing with the need to copy or move a database involves detaching the database from your instance. MVP Brian Knight shows how easy this can be to perform on your server.  Read more...
By Brian Knight 2008/08/14 | Source: SQLServerCentral.com | Category: Video
Rating: |  Discuss |  Briefcase | 952 reads

Attaching Databases - SQL School Video

Learn how you can add a new database to your instance if you receive the MDF and LDF files from another source. MVP Brian Knight covers this very useful technique that is used for moving databases to new instances, servers, or even recovering from an disaster.  Read more...
By Brian Knight 2008/08/12 | Source: SQLServerCentral.com | Category: Video
Rating: |  Discuss |  Briefcase | 1,673 reads

Viewing Analysis Services Data in Excel 2007 - SQL School Video

Excel is a wonderful tool for examining the data in your SSAS cubes. MVP Brian Knight shows how you can access the data in Analysis Services or a SQL Server database from Excel 2007.  Read more...
By Brian Knight 2008/08/07 | Source: SQLServerCentral.com | Category: Video
Rating: |  Discuss |  Briefcase | 1,571 reads

Installing SQL Server 2008 - SQL School Video

MVP Brad McGehee walks you through the installation of SQL Server 2008 RC0 in this video. Brad covers the prerequisites, and the various options that are available in setup.  Read more...
By Brad M. McGehee 2008/08/05 | Source: SQLServerCentral.com
Rating: |  Discuss |  Briefcase | 1,800 reads

Creating Views - SQL School Video

This video covers the basics of creating a view in SQL Server. Views allow you to treat a query as a table and simplify your query writing. This view covers the Query Designer in Management Studio.  Read more...
By Brian Knight 2008/07/31 | Source: SQLServerCentral.com | Category: Video
Rating: |  Discuss |  Briefcase | 2,043 reads

Creating Stored Procedures - SQL School Video

MVP Brian Knight covers the basics of creating stored procedures in SQL Server. Stored Procedures are ways of encapsulating a section of code inside of a function, and this video shows how you to convert your queries to stored procedures.  Read more...
By Brian Knight 2008/07/29 | Source: SQLServerCentral.com | Category: Video
Rating: |  Discuss |  Briefcase | 3,678 reads

Modifying Data in T-SQL - SQL School Video

In this video, Kathi continues her beginner series on T-SQL where she now shows you how to modify data in SQL Server using the DELETE, UPDATE or INSERT statement. If you're new to T-SQl, this video is perfect for you to quickly ramp up your skills.   Read more...
By Additional Articles 2008/02/01 | Source: JumpStartTV | Category: T-SQL
Rating:  Rate this |  Briefcase | 2,257 reads

Object Dependencies in SQL Server

In this video, Randy Dyess shows you how important SQL Server dependencies are and some of the faults with SQL Server 2005 with these. For example, SQL Server will allow you to create a stored procedure that points to a table that doesn't exist. He also shows you how this problem has been corrected in SQL Server 2008.   Read more...
By Additional Articles 2008/01/30 | Source: JumpStartTV | Category: SQL Server 2005
Rating:  Rate this |  Briefcase | 1,371 reads
   Items 1 to 12 of 12   
 
Most popular

Creating Stored Procedures - SQL School Video

MVP Brian Knight covers the basics of creating stored procedures in SQL Server. Stored Procedures are ways of encapsulating a section of code inside of a function, and this video shows how you to convert your queries to stored procedures.  Read more...
By Brian Knight 2008/07/29 | Source: SQLServerCentral.com | Category: Video
Rating: |  Discuss |  Briefcase | 3,678 reads

Creating Views - SQL School Video

This video covers the basics of creating a view in SQL Server. Views allow you to treat a query as a table and simplify your query writing. This view covers the Query Designer in Management Studio.  Read more...
By Brian Knight 2008/07/31 | Source: SQLServerCentral.com | Category: Video
Rating: |  Discuss |  Briefcase | 2,043 reads

Viewing Analysis Services Data in Excel 2007 - SQL School Video

Excel is a wonderful tool for examining the data in your SSAS cubes. MVP Brian Knight shows how you can access the data in Analysis Services or a SQL Server database from Excel 2007.  Read more...
By Brian Knight 2008/08/07 | Source: SQLServerCentral.com | Category: Video
Rating: |  Discuss |  Briefcase | 1,571 reads