<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>IdealProgrammer.com &#187; Databases</title> <atom:link href="http://idealprogrammer.com/category/databases/feed/" rel="self" type="application/rss+xml" /><link>http://idealprogrammer.com</link> <description>Take a Little Action each Day to Transform Yourself into the Ideal Programmer</description> <lastBuildDate>Sun, 22 Apr 2012 16:50:40 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Intro SQL Server Reporting Services &#8211; SRSS (9 Videos)</title><link>http://idealprogrammer.com/videos/intro-sql-reporting-services-9-videos/</link> <comments>http://idealprogrammer.com/videos/intro-sql-reporting-services-9-videos/#comments</comments> <pubDate>Sat, 21 Nov 2009 21:27:00 +0000</pubDate> <dc:creator>asp.net videos</dc:creator> <category><![CDATA[SQL Server]]></category> <category><![CDATA[Videos]]></category> <category><![CDATA[Crystal Reports]]></category> <category><![CDATA[Microsoft SQL Server]]></category> <category><![CDATA[Report Definition Language]]></category> <category><![CDATA[sql server 2005 reporting services]]></category> <category><![CDATA[SQL Server Reporting Services]]></category><guid
isPermaLink="false">http://idealprogrammer.com/?p=828</guid> <description><![CDATA[Here is a collection of 9 video tutorials on SQL Server Reporting Services.<p><a
href="http://idealprogrammer.com/videos/intro-sql-reporting-services-9-videos/">Intro SQL Server Reporting Services &#8211; SRSS (9 Videos)</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p>Related posts:<ol><li><a
href='http://idealprogrammer.com/videos/end-to-end-sql-server-2005-reporting-services-6-free-video-tutorials/' rel='bookmark' title='Permanent Link: End-To-End SQL Server 2005 Reporting Services: (6 Videos) Microsoft Reporting Services, Microsoft SQL Server Reporting Services, MS Reporting Services, and More'>End-To-End SQL Server 2005 Reporting Services: (6 Videos) Microsoft Reporting Services, Microsoft SQL Server Reporting Services, MS Reporting Services, and More</a> <small>Get a basic understanding of how to use SQL Server...</small></li><li><a
href='http://idealprogrammer.com/videos/sql-server-2005-express-tutorial-13-free-videos/' rel='bookmark' title='Permanent Link: 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'>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</a> <small>Excellent SQL Server 2005 Express series of 13 free videos...</small></li><li><a
href='http://idealprogrammer.com/videos/sql-server-school-17-hours-of-free-video-tutorials/' rel='bookmark' title='Permanent Link: SQL Server School (17 Hours): Sql Server Connection, Sql Server Stored Procedure, Sql Server Profiler, Trusted Sql Server, Sql Query Analyzer, and More'>SQL Server School (17 Hours): Sql Server Connection, Sql Server Stored Procedure, Sql Server Profiler, Trusted Sql Server, Sql Query Analyzer, and More</a> <small>I have found these 17 hours of video tutorials from...</small></li></ol>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description> <content:encoded><![CDATA[<p>Here is a collection of <a
href="http://www.LearnVisualStudio.NET/119.html"  target='_blank'  rel='nofollow' >video tutorials</a> on <a
rel="tag" href="http://blogs.icerocket.com/tag/SQL+Server+Reporting+Services" target="_blank">SQL Server Reporting Services</a> (<a
rel="tag" href="http://technorati.com/tag/SSRS" target="_blank">SSRS</a>).</p><p>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.</p><p>SSRS competes with Crystal Reports and other business intelligence tools, and is included in Express, Workgroup, Standard, and Enterprise editions of Microsoft SQL Server as an install option. Reporting Services was first released in 2004 as an add-on to SQL Server 2000. The second version was released as a part of SQL Server 2005 in November 2005. The latest version was released as part of SQL Server 2008 in August 2008.</p><p>Reports are defined in Report Definition Language (RDL) in SSRS. RDL is an XML markup language. Reports can be designed using recent versions of Microsoft Visual Studio with the included Business Intelligence Projects plug-in installed or with the included Report Builder, a simplified tool that does not offer all the functionality of Visual Studio. Reports defined by RDL can be generated in a variety of formats including Excel, PDF, CSV, XML, TIFF (and other image formats), and HTML Web Archive. SQL Server 2008 SSRS can also prepare reports in Microsoft Word (DOC) format.</p><p>Users can interact with the Report Server web service directly, or instead use Report Manager. The Report Manger is a web-based application that interfaces with the Report Server web service. With Report Manager, users can view, subscribe to, and manage reports as well as manage and maintain data sources and security settings. Reports can be delivered via e-mail or placed on a file system. Security is role-based and can be assigned on an individual item, such as a report or data source, a folder of items, or site wide. Security roles and rights are inherited and can be overloaded.</p><p>In addition to using the standalone Report Server that comes with SQL Server, RDL reports can also be viewed using the ASP.NET ReportViewer web control or the ReportViewer Windows Forms control. This allows reports to be embedded directly into web pages or .NET Windows applications. The ReportViewer control processes reports in one of two ways:</p><ul><li> server processing, where the report is rendered by and obtained from the Report Server;</li><li> local processing, where the control renders the RDL file itself</i><ul><p>SQL 2005 reporting services also support ad hoc reports. When creating ad hoc reports, the designer develops a report schema and deploys it on the reporting server, where the user can choose relevant fields/data and generate reports. Users can then download the reports locally.</p><p>The next release of Reporting Services is scheduled to be released in 2009 and is part of a larger Business Intelligence release code named Kilimanjaro.</p><h3>Related Resources</h3><ul><li><a
href="http://www.microsoft.com/sql/technologies/reporting/default.mspx" target="_blank">Microsoft SQL Server: Reporting Services home page</a></li><li><a
href="http://www.ssw.com.au/Ssw/Standards/Rules/RulesToBetterSQLReportingServices.aspx" target="_blank">SSW: Rules to Better SQL Reporting Services 2005</a></li><li><a
href="http://www.ssw.com.au/SSW/Standards/BetterSoftwareSuggestions/ReportingServices.aspx" target="_blank"> SSW: Microsoft SQL Reporting Services Suggestions</a></li><li><a
href="http://www.dnrtv.com/default.aspx?showNum=26" target="_blank">DNR TV: Reporting Services Part A</a></li><li><a
href="http://www.dnrtv.com/default.aspx?showNum=27" target="_blank">DNR TV: Reporting Services Part B</a></li><li><a
href="http://www.dnrtv.com/default.aspx?showNum=28" target="_blank">DNR TV: Reporting Services Part C</a></li><li><a
href="http://www.gotreportviewer.com/" target="_blank">ReportViewer Control in Visual Studio 2008: Got Report Viewer?</a></li></ul><h3>Intro to SQL 2005 Reporting Services</h3><table
id="ctl00_ContentPlaceHolder1_GridView1" style="border: 3px solid rgb(153, 153, 153); width: 100%; color: black; position: relative; background-color: rgb(204, 204, 204);" border="3" cellpadding="4" cellspacing="2" rules="all"><tbody><tr
style="color: White; background-color: Black; font-weight: bold;"><th
scope="col"><a
style="color: White;" href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$GridView1','Sort$Series')">Series</a></th><th
scope="col"><a
style="color: White;" href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$GridView1','Sort$Title')">Title</a></th><th
scope="col"><a
style="color: White;" href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$GridView1','Sort$Date')">Date</a></th><th
scope="col"><a
style="color: White;" href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$GridView1','Sort$Presenter')">Presenter</a></th><th
scope="col"><a
style="color: White;" href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$GridView1','Sort$Min')">Min</a></th></tr><tr
style="background-color: White;"><td>Intro to SQL Reporting Services</td><td><a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032282905&#038;EventCategory=5&#038;culture=en-US&#038;CountryCode=US" target="_blank">Intro to SQL Server 2005 Reporting Services (Part 1 of 6)</a></td><td>10/03/2005</td><td>Geoff Snowman</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl02_Label1">100</span></td></tr><tr
style="background-color: White;"><td>Intro to SQL Reporting Services</td><td><a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032283016&#038;EventCategory=5&#038;culture=en-US&#038;CountryCode=US" target="_blank">Intro to SQL Server 2005 Reporting Services (Part 2 of 6)</a></td><td>10/05/2005</td><td>Geoff Snowman</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl02_Label1">80</span></td></tr><tr
style="background-color: White;"><td>Intro to SQL Reporting Services</td><td><a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032283022&#038;EventCategory=5&#038;culture=en-US&#038;CountryCode=US" target="_blank">Intro to SQL Server 2005 Reporting Services (Part 3 of 6)</a></td><td>10/07/2005</td><td>Geoff Snowman</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl02_Label1">86/span></td></tr><tr
style="background-color: White;"><td>Intro to SQL Reporting Services</td><td><a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032283046&#038;EventCategory=5&#038;culture=en-US&#038;CountryCode=US" target="_blank">Intro to SQL Server 2005 Reporting Services (Part 4 of 6)</a></td><td>10/10/2005</td><td>Geoff Snowman</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl02_Label1">89</span></td></tr><tr
style="background-color: White;"><td>Intro to SQL Reporting Services</td><td><a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032283054&#038;EventCategory=5&#038;culture=en-US&#038;CountryCode=US" target="_blank">Intro to SQL Server 2005 Reporting Services (Part 5 of 6)</a></td><td>10/12/2005</td><td>Geoff Snowman</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl02_Label1">82</span></td></tr><tr
style="background-color: White;"><td>Intro to SQL Reporting Services</td><td><a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032283061&#038;EventCategory=5&#038;culture=en-US&#038;CountryCode=US" target="_blank">Intro to SQL Server 2005 Reporting Services (Part 6 of 6)</a></td><td>10/14/2005</td><td>Geoff Snowman</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl02_Label1">98</span></td></tr><tr
style="background-color: White;"><td>Intro to SQL Reporting Services</td><td><a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032289973&#038;EventCategory=5&#038;culture=en-US&#038;CountryCode=US" target="_blank">Intro to SQL Server 2005 Reporting Services </a></td><td>2/13/2006</td><td>Brain Welcker</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl02_Label1">67</span></td></tr><tr
style="background-color: White;"><td>Intro to SQL Reporting Services</td><td><a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032301588&#038;EventCategory=5&#038;culture=en-US&#038;CountryCode=US" target="_blank">Intro to SQL Server 2005 Reporting Services</a></td><td>7/05/2006</td><td>John Weston</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl02_Label1">64</span></td></tr><tr
style="background-color: White;"><td>Intro to SQL Reporting Services</td><td><a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032334632&#038;EventCategory=5&#038;culture=en-US&#038;CountryCode=US" target="_blank">Intro to SQL Server 2005 Reporting Services</a></td><td>4/12/2007</td><td>John Weston</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl02_Label1">84</span></td></tr></tbody></table><p><a
href="http://idealprogrammer.com/videos/intro-sql-reporting-services-9-videos/">Intro SQL Server Reporting Services &#8211; SRSS (9 Videos)</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p><p>Related posts:<ol><li><a
href='http://idealprogrammer.com/videos/end-to-end-sql-server-2005-reporting-services-6-free-video-tutorials/' rel='bookmark' title='Permanent Link: End-To-End SQL Server 2005 Reporting Services: (6 Videos) Microsoft Reporting Services, Microsoft SQL Server Reporting Services, MS Reporting Services, and More'>End-To-End SQL Server 2005 Reporting Services: (6 Videos) Microsoft Reporting Services, Microsoft SQL Server Reporting Services, MS Reporting Services, and More</a> <small>Get a basic understanding of how to use SQL Server...</small></li><li><a
href='http://idealprogrammer.com/videos/sql-server-2005-express-tutorial-13-free-videos/' rel='bookmark' title='Permanent Link: 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'>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</a> <small>Excellent SQL Server 2005 Express series of 13 free videos...</small></li><li><a
href='http://idealprogrammer.com/videos/sql-server-school-17-hours-of-free-video-tutorials/' rel='bookmark' title='Permanent Link: SQL Server School (17 Hours): Sql Server Connection, Sql Server Stored Procedure, Sql Server Profiler, Trusted Sql Server, Sql Query Analyzer, and More'>SQL Server School (17 Hours): Sql Server Connection, Sql Server Stored Procedure, Sql Server Profiler, Trusted Sql Server, Sql Query Analyzer, and More</a> <small>I have found these 17 hours of video tutorials from...</small></li></ol></p><p>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded> <wfw:commentRss>http://idealprogrammer.com/videos/intro-sql-reporting-services-9-videos/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>SQL Server School (17 Hours): Sql Server Connection, Sql Server Stored Procedure, Sql Server Profiler, Trusted Sql Server, Sql Query Analyzer, and More</title><link>http://idealprogrammer.com/videos/sql-server-school-17-hours-of-free-video-tutorials/</link> <comments>http://idealprogrammer.com/videos/sql-server-school-17-hours-of-free-video-tutorials/#comments</comments> <pubDate>Wed, 24 Jun 2009 03:32:37 +0000</pubDate> <dc:creator>asp.net videos</dc:creator> <category><![CDATA[SQL Server]]></category> <category><![CDATA[Videos]]></category> <category><![CDATA[sql server video tutorials]]></category> <category><![CDATA[sql-query-analyzer]]></category> <category><![CDATA[sql-server-connection]]></category> <category><![CDATA[sql-server-profiler]]></category> <category><![CDATA[sql-server-school]]></category> <category><![CDATA[sql-server-stored-procedure]]></category> <category><![CDATA[trusted-sql-server]]></category><guid
isPermaLink="false">http://idealprogrammer.com/?p=320</guid> <description><![CDATA[I have found these 17 hours of video tutorials from the SQL Server School to be excellent.  Brian Knight and his cohorts give very a concise explanation of many fundamental Sql Server concepts.  Very practical information.<p><a
href="http://idealprogrammer.com/videos/sql-server-school-17-hours-of-free-video-tutorials/">SQL Server School (17 Hours): Sql Server Connection, Sql Server Stored Procedure, Sql Server Profiler, Trusted Sql Server, Sql Query Analyzer, and More</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p>Related posts:<ol><li><a
href='http://idealprogrammer.com/videos/sql-server-2005-10-free-one-hour-videos-from-microsoft-expert/' rel='bookmark' title='Permanent Link: 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'>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</a> <small>10 Free One-Hour Videos From Microsoft Expert, Bryan Von Axelson....</small></li><li><a
href='http://idealprogrammer.com/videos/24-hours-of-sql-server-2008-presented-by-microsoft-experts/' rel='bookmark' title='Permanent Link: 24 Hours of SQL Server 2008 &#8211; A Video Tutorial presented by Microsoft Experts'>24 Hours of SQL Server 2008 &#8211; A Video Tutorial presented by Microsoft Experts</a> <small>24 hours of free video tutorials on using SQL Server...</small></li><li><a
href='http://idealprogrammer.com/videos/sql-server-2005-express-tutorial-13-free-videos/' rel='bookmark' title='Permanent Link: 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'>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</a> <small>Excellent SQL Server 2005 Express series of 13 free videos...</small></li></ol>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description> <content:encoded><![CDATA[<p
class="lead"><a
title="SQL Server 2000 is teh suck" href="http://www.flickr.com/photos/67523311@N00/26162221/" target="_blank"><img
class="alignright" style="border: 0pt none; margin: 5px; float: right;" src="http://farm1.static.flickr.com/22/26162221_ed4ba31f12_m.jpg" border="0" alt="sql-query-analyzer, sql-server-connection, sql-server-profiler, sql-server-school, sql-server-stored-procedure, trusted-sql-server" /></a>These 17 hours of <a
href="http://www.LearnVisualStudio.NET/119.html"  target='_blank'  rel='nofollow' >video tutorials</a> from the SQL Server School cover the following topics: <a
rel="tag" href="https://www.google.com/#hl=en&amp;sugexp=pfwl&amp;cp=20&amp;gs_id=2c&amp;xhr=t&amp;q=sql+server+connection" target="_blank"> sql server connection</a>, <a
rel="tag" href="http://technorati.com/tag/SQL+Server">sql server stored procedure</a>, <a
href="http://idealprogrammer.com/databases/sql-server/sql-server-2005-express-tutorial-13-free-videos/">sql server profiler</a>, 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.<br
/> <small><a
title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img
src="http://idealprogrammer.com/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a
href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a
title="pvera" href="http://www.flickr.com/photos/67523311@N00/26162221/" target="_blank">pvera</a></small></p><p>&nbsp;</p><h1>SQL Server School</h1><p>&nbsp;</p><table
id="ctl00_ContentPlaceHolder1_GridView1" style="color:Black;background-color:#CCCCCC;border-color:#999999;border-width:3px;border-style:Solid;width:100%;POSITION: relative" border="3" cellspacing="2" cellpadding="4" rules="all"><tbody><tr
style="color:White;background-color:Black;font-weight:bold;"><th
scope="col"><a
style="color:White;" href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$GridView1','Sort$Num')">Num</a></th><th
scope="col"><a
style="color:White;" href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$GridView1','Sort$Series')">Series</a></th><th
scope="col"><a
style="color:White;" href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$GridView1','Sort$Title')">Title</a></th><th
scope="col"><a
style="color:White;" href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$GridView1','Sort$Date')">Date</a></th><th
scope="col"><a
style="color:White;" href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$GridView1','Sort$Presenter')">Presenter</a></th><th
scope="col"><a
style="color:White;" href="javascript:__doPostBack('ctl00$ContentPlaceHolder1$GridView1','Sort$Min')">Min</a></th></tr><tr
style="background-color:White;"><td>1</td><td>Administration(2)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/63810/" target="_blank">Detaching Databases</a></td><td>8/14/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl02_Label1">2</span></td></tr><tr
style="background-color:White;"><td>2</td><td>Administration(2)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64778/" target="_blank">Creating a Maintenance Plan in SSMS</a></td><td>11/11/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl03_Label1">6</span></td></tr><tr
style="background-color:White;"><td>3</td><td>Adventure Works (1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65061/" target="_blank">Installing Sample 2008 Databases</a></td><td>2/3/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl04_Label1">4</span></td></tr><tr
style="background-color:White;"><td>4</td><td>Aggregate Transform (1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64777/" target="_blank">Using the Aggregate Transform</a></td><td>12/4/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl05_Label1">3</span></td></tr><tr
style="background-color:White;"><td>5</td><td>Aggregates(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/63815/" target="_blank">Summarizing Data with Aggregate Queries</a></td><td>8/28/2008</td><td>Kathi Kellenberger</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl06_Label1">12</span></td></tr><tr
style="background-color:White;"><td>6</td><td>Analysis Services(6)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/63808/" target="_blank">Viewing Analysis Services Data in Excel 2007</a></td><td>8/7/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl07_Label1">6</span></td></tr><tr
style="background-color:White;"><td>7</td><td>Analysis Services(6)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64391/" target="_blank">Showing OLAP Data in SSRS</a></td><td>10/14/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl08_Label1">6</span></td></tr><tr
style="background-color:White;"><td>8</td><td>Analysis Services(6)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65073/" target="_blank">Writing a Basic MDX Query Pt.2</a></td><td>12/11/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl09_Label1">8</span></td></tr><tr
style="background-color:White;"><td>9</td><td>Analysis Services(6)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65055/" target="_blank">Creating Mining Structure</a></td><td>2/17/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl10_Label1">6</span></td></tr><tr
style="background-color:White;"><td>10</td><td>Analysis Services(6)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65064/" target="_blank">Running A Basic DMX Query</a></td><td>2/9/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl11_Label1">6</span></td></tr><tr
style="background-color:White;"><td>11</td><td>Analysis Services(6)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65059/" target="_blank">Formatting SSAS Measures</a></td><td>3/5/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl12_Label1">5</span></td></tr><tr
style="background-color:White;"><td>12</td><td>Auditing(2)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65294/" target="_blank">Basic Auditing</a></td><td>3/10/2009</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl13_Label1">4</span></td></tr><tr
style="background-color:White;"><td>13</td><td>Auditing(2)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65297/" target="_blank">Removing Audit History</a></td><td>3/12/2009</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl14_Label1">2</span></td></tr><tr
style="background-color:White;"><td>14</td><td>Backup / Restore(3)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/63810/" target="_blank">Detaching Databases</a></td><td>8/14/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl15_Label1">2</span></td></tr><tr
style="background-color:White;"><td>15</td><td>Backup / Restore(3)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64260/" target="_blank">Creating a Full Backup in SSMS</a></td><td>9/18/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl16_Label1">3</span></td></tr><tr
style="background-color:White;"><td>16</td><td>Backup / Restore(3)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64386/" target="_blank">Restoring a Full Database in SSMS</a></td><td>10/28/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl17_Label1">3</span></td></tr><tr
style="background-color:White;"><td>17</td><td>Backup and Recovery(2)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65081/" target="_blank">Creating Mirrored Backups</a></td><td>12/2/2008</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl18_Label1">2</span></td></tr><tr
style="background-color:White;"><td>18</td><td>Backup and Recovery(2)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65295/" target="_blank">Creating Striped Backups</a></td><td>3/19/2009</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl19_Label1">2</span></td></tr><tr
style="background-color:White;"><td>19</td><td>Checksum(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65068/" target="_blank">Using the CheckSum Function</a></td><td>12/18/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl20_Label1">3</span></td></tr><tr
style="background-color:White;"><td>20</td><td>Configuration(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65067/" target="_blank">SQL Server Options to Avoid</a></td><td>1/6/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl21_Label1">6</span></td></tr><tr
style="background-color:White;"><td>21</td><td>Data Corruption(1)</td><td><a
href="http://www.microsoft.com/emea/teched2008/itpro/tv/default.aspx?vid=78" target="_blank">Surviving Database Corruption &#8211; From Detection to Resolution</a></td><td>11/7/2008</td><td>Paul Randal</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl22_Label1">80</span></td></tr><tr
style="background-color:White;"><td>22</td><td>Data Mining(9)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/63812/" target="_blank">Creating Lift Charts</a></td><td>8/21/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl23_Label1">7</span></td></tr><tr
style="background-color:White;"><td>23</td><td>Data Mining(9)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64190/" target="_blank">Creating a Data Mining Reporting Services Report</a></td><td>9/4/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl24_Label1">5</span></td></tr><tr
style="background-color:White;"><td>24</td><td>Data Mining(9)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65063/" target="_blank">Mining Model Viewers</a></td><td>2/5/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl25_Label1">8</span></td></tr><tr
style="background-color:White;"><td>25</td><td>Data Mining(9)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65057/" target="_blank">Data Mining in Excel 2007 Pt.1</a></td><td>2/10/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl26_Label1">8</span></td></tr><tr
style="background-color:White;"><td>26</td><td>Data Mining(9)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65058/" target="_blank">Data Mining in Excel 2007 Pt.2</a></td><td>2/12/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl27_Label1">7</span></td></tr><tr
style="background-color:White;"><td>27</td><td>Data Mining(9)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65055/" target="_blank">Creating Mining Structure</a></td><td>2/17/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl28_Label1">6</span></td></tr><tr
style="background-color:White;"><td>28</td><td>Data Mining(9)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65060/" target="_blank">Installing &amp; Congfiguring DM Add-in for Excel</a></td><td>2/19/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl29_Label1">6</span></td></tr><tr
style="background-color:White;"><td>29</td><td>Data Mining(9)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65065/" target="_blank">Running Singleton Queries Against a DMX Data Mining Model</a></td><td>2/24/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl30_Label1">4</span></td></tr><tr
style="background-color:White;"><td>30</td><td>Data Mining(9)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65064/" target="_blank">Running A Basic DMX Query</a></td><td>2/26/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl31_Label1">6</span></td></tr><tr
style="background-color:White;"><td>31</td><td>Data Profiling Task(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65071/" target="_blank">Viewing the Data Profiling Task Data</a></td><td>1/27/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl32_Label1">3</span></td></tr><tr
style="background-color:White;"><td>32</td><td>Data Types(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65070/" target="_blank">Using the Timestamp Data Type</a></td><td>1/29/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl33_Label1">3</span></td></tr><tr
style="background-color:White;"><td>33</td><td>Database Diagram(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64390/" target="_blank">Creating a Database Diagram in SSMS</a></td><td>10/2/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl34_Label1">6</span></td></tr><tr
style="background-color:White;"><td>34</td><td>Database Mail(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/66606/" target="_blank">Setting Up Database Mail</a></td><td>4/28/2009</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl35_Label1">2</span></td></tr><tr
style="background-color:White;"><td>35</td><td>DBCC(1)</td><td><a
href="http://www.microsoft.com/emea/teched2008/itpro/tv/default.aspx?vid=78" target="_blank">Surviving Database Corruption &#8211; From Detection to Resolution</a></td><td>11/7/2008</td><td>Paul Randal</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl36_Label1">80</span></td></tr><tr
style="background-color:White;"><td>36</td><td>Excel(3)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65057/" target="_blank">Data Mining in Excel 2007 Pt.1</a></td><td>2/10/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl37_Label1">8</span></td></tr><tr
style="background-color:White;"><td>37</td><td>Excel(3)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65058/" target="_blank">Data Mining in Excel 2007 Pt.2</a></td><td>2/12/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl38_Label1">7</span></td></tr><tr
style="background-color:White;"><td>38</td><td>Excel(3)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65060/" target="_blank">Installing &amp; Congfiguring DM Add-in for Excel</a></td><td>2/19/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl39_Label1">6</span></td></tr><tr
style="background-color:White;"><td>39</td><td>Indexing(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65080/" target="_blank">Disabling Indexes</a></td><td>1/13/2009</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl40_Label1">4</span></td></tr><tr
style="background-color:White;"><td>40</td><td>Integration Services(14)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64189/" target="_blank">Adding a timestamp to files in SSIS</a></td><td>9/16/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl41_Label1">6</span></td></tr><tr
style="background-color:White;"><td>41</td><td>Integration Services(14)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64263/" target="_blank">Execute an SSIS Package in SSMS</a></td><td>9/23/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl42_Label1">7</span></td></tr><tr
style="background-color:White;"><td>42</td><td>Integration Services(14)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64262/" target="_blank">Making SSIS Connections Dynamic</a></td><td>9/25/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl43_Label1">3</span></td></tr><tr
style="background-color:White;"><td>43</td><td>Integration Services(14)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64388/" target="_blank">Scheduling SSIS Packages</a></td><td>10/9/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl44_Label1">4</span></td></tr><tr
style="background-color:White;"><td>44</td><td>Integration Services(14)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64387/" target="_blank">Row Count Transform</a></td><td>10/16/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl45_Label1">4</span></td></tr><tr
style="background-color:White;"><td>45</td><td>Integration Services(14)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64371/" target="_blank">Parameterizing an Execute SQL Task</a></td><td>10/23/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl46_Label1">5</span></td></tr><tr
style="background-color:White;"><td>46</td><td>Integration Services(14)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64637/" target="_blank">SSIS Configuration Files</a></td><td>10/30/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl47_Label1">4</span></td></tr><tr
style="background-color:White;"><td>47</td><td>Integration Services(14)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64762/" target="_blank">Using Break Points in SSIS</a></td><td>11/4/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl48_Label1">4</span></td></tr><tr
style="background-color:White;"><td>48</td><td>Integration Services(14)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64764/" target="_blank">Using the File System Task</a></td><td>11/13/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl49_Label1">4</span></td></tr><tr
style="background-color:White;"><td>49</td><td>Integration Services(14)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64774/" target="_blank">Using Script Component as a Transformation</a></td><td>11/20/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl50_Label1">5</span></td></tr><tr
style="background-color:White;"><td>50</td><td>Integration Services(14)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64776/" target="_blank">Using the Sort Transform</a></td><td>11/25/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl51_Label1">3</span></td></tr><tr
style="background-color:White;"><td>51</td><td>Integration Services(14)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64798/" target="_blank">Using SSIS Precedence Constraints</a></td><td>11/27/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl52_Label1">6</span></td></tr><tr
style="background-color:White;"><td>52</td><td>Integration Services(14)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64777/" target="_blank">Using the Aggregate Transform</a></td><td>12/4/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl53_Label1">3</span></td></tr><tr
style="background-color:White;"><td>53</td><td>Integration Services(14)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65071/" target="_blank">Viewing the Data Profiling Task Data</a></td><td>1/27/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl54_Label1">3</span></td></tr><tr
style="background-color:White;"><td>54</td><td>Intersect(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65296/" target="_blank">Using Intersect</a></td><td>3/17/2009</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl55_Label1">2</span></td></tr><tr
style="background-color:White;"><td>55</td><td>Jobs(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65075/" target="_blank">Creating One-Time Jobs</a></td><td>12/23/2008</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl56_Label1">2</span></td></tr><tr
style="background-color:White;"><td>56</td><td>Linked Server(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/66413/" target="_blank">Creating a Linked Server</a></td><td>4/7/2009</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl57_Label1">5</span></td></tr><tr
style="background-color:White;"><td>57</td><td>Main(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64778/" target="_blank">Creating a Maintenance Plan in SSMS</a></td><td>11/11/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl58_Label1">6</span></td></tr><tr
style="background-color:White;"><td>58</td><td>Maintenance Plans(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64778/" target="_blank">Creating a Maintenance Plan in SSMS</a></td><td>11/11/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl59_Label1">6</span></td></tr><tr
style="background-color:White;"><td>59</td><td>Management Studio(6)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/63813/" target="_blank">Scripting Table Management</a></td><td>8/26/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl60_Label1">5</span></td></tr><tr
style="background-color:White;"><td>60</td><td>Management Studio(6)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64263/" target="_blank">Execute an SSIS Package in SSMS</a></td><td>9/23/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl61_Label1">7</span></td></tr><tr
style="background-color:White;"><td>61</td><td>Management Studio(6)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64390/" target="_blank">Creating a Database Diagram in SSMS</a></td><td>10/2/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl62_Label1">6</span></td></tr><tr
style="background-color:White;"><td>62</td><td>Management Studio(6)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64778/" target="_blank">Creating a Maintenance Plan in SSMS</a></td><td>11/11/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl63_Label1">6</span></td></tr><tr
style="background-color:White;"><td>63</td><td>Management Studio(6)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65066/" target="_blank">SQL Server Management Studio for Beginners</a></td><td>1/1/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl64_Label1">6</span></td></tr><tr
style="background-color:White;"><td>64</td><td>Management Studio(6)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65056/" target="_blank">Creating and Modifying Tables in SSMS</a></td><td>3/3/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl65_Label1">6</span></td></tr><tr
style="background-color:White;"><td>65</td><td>MDX(2)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65072/" target="_blank">Writing a Basic MDX Query Pt.1</a></td><td>12/9/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl66_Label1">5</span></td></tr><tr
style="background-color:White;"><td>66</td><td>MDX(2)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65073/" target="_blank">Writing a Basic MDX Query Pt.2</a></td><td>12/11/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl67_Label1">8</span></td></tr><tr
style="background-color:White;"><td>67</td><td>Measures(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65059/" target="_blank">Formatting SSAS Measures</a></td><td>3/5/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl68_Label1">5</span></td></tr><tr
style="background-color:White;"><td>68</td><td>Moving Databases(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65074/" target="_blank">Moving TempDB</a></td><td>12/30/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl69_Label1">2</span></td></tr><tr
style="background-color:White;"><td>69</td><td>OpenDataSource(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/66412/" target="_blank">Using OpenDataSource</a></td><td>4/9/2009</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl70_Label1">4</span></td></tr><tr
style="background-color:White;"><td>70</td><td>OpenRowSet</td><td><a
href="http://www.sqlservercentral.com/articles/Video/66411/" target="_blank">Using OpenRowSet</a></td><td>3/31/2009</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl71_Label1">2</span></td></tr><tr
style="background-color:White;"><td>71</td><td>PBM(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64789/" target="_blank">Creating a Basic Policy in SSMS</a></td><td>11/18/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl72_Label1">5</span></td></tr><tr
style="background-color:White;"><td>72</td><td>Policy Based Management(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64789/" target="_blank">Creating a Basic Policy in SSMS</a></td><td>11/18/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl73_Label1">5</span></td></tr><tr
style="background-color:White;"><td>73</td><td>Presedence Constraints(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64798/" target="_blank">Using SSIS Precedence Constraints</a></td><td>11/27/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl74_Label1">6</span></td></tr><tr
style="background-color:White;"><td>74</td><td>Profiler(9)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/63814/" target="_blank">Using Profiler</a></td><td>9/2/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl75_Label1">9</span></td></tr><tr
style="background-color:White;"><td>75</td><td>Profiler(9)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/66676/" target="_blank">Mastering SQL Server Profiler</a></td><td>4/30/2009</td><td>Brad McGehee</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl76_Label1">69</span></td></tr><tr
style="background-color:White;"><td>76</td><td>Profiler(9)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/66675/" target="_blank">Introduction</a></td><td>4/30/2009</td><td>Brad McGehee</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl77_Label1">7</span></td></tr><tr
style="background-color:White;"><td>77</td><td>Profiler(9)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/66677/" target="_blank">Part 1: Introduction to Profiler Concepts</a></td><td>5/5/2009</td><td>Brad McGehee</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl78_Label1">8</span></td></tr><tr
style="background-color:White;"><td>78</td><td>Profiler(9)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/66678/" target="_blank">Part 2: Profiler Architecture</a></td><td>5/7/2009</td><td>Brad McGehee</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl79_Label1">5</span></td></tr><tr
style="background-color:White;"><td>79</td><td>Profiler(9)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/66679/" target="_blank">Part 3: Getting Started</a></td><td>5/12/2009</td><td>Brad McGehee</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl80_Label1">11</span></td></tr><tr
style="background-color:White;"><td>80</td><td>Profiler(9)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/66680/" target="_blank">Part 4: Profiler Events</a></td><td>5/14/2009</td><td>Brad McGehee</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl81_Label1">12</span></td></tr><tr
style="background-color:White;"><td>81</td><td>Profiler(9)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/66681/" target="_blank">Part 5: Data Columns</a></td><td>5/19/2009</td><td>Brad McGehee</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl82_Label1">10</span></td></tr><tr
style="background-color:White;"><td>82</td><td>Profiler(9)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/66682/" target="_blank">Part 6: Creating Custom Traces</a></td><td>5/21/2009</td><td>Brad McGehee</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl83_Label1">16</span></td></tr><tr
style="background-color:White;"><td>83</td><td>Publication(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/66605/" target="_blank">Creating a Publication</a></td><td>4/23/2009</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl84_Label1">3</span></td></tr><tr
style="background-color:White;"><td>84</td><td>Publisher(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/66607/" target="_blank">Setting Up a Publisher</a></td><td>4/16/2009</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl85_Label1">3</span></td></tr><tr
style="background-color:White;"><td>85</td><td>RANDOM(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65076/" target="_blank">Generating Random Results</a></td><td>1/15/2009</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl86_Label1">1</span></td></tr><tr
style="background-color:White;"><td>86</td><td>Replication(3)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/66607/" target="_blank">Setting Up a Publisher</a></td><td>4/16/2009</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl87_Label1">3</span></td></tr><tr
style="background-color:White;"><td>87</td><td>Replication(3)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/66604/" target="_blank">Creating a Subscription</a></td><td>4/21/2009</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl88_Label1">3</span></td></tr><tr
style="background-color:White;"><td>88</td><td>Replication(3)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/66605/" target="_blank">Creating a Publication</a></td><td>4/23/2009</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl89_Label1">3</span></td></tr><tr
style="background-color:White;"><td>89</td><td>Reporting Services(6)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64190/" target="_blank">Creating a Data Mining Reporting Services Report</a></td><td>9/4/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl90_Label1">5</span></td></tr><tr
style="background-color:White;"><td>90</td><td>Reporting Services(6)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64191/" target="_blank">Creating a Matrix Report</a></td><td>9/9/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl91_Label1">4</span></td></tr><tr
style="background-color:White;"><td>91</td><td>Reporting Services(6)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64192/" target="_blank">Creating a Tabular Report</a></td><td>9/11/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl92_Label1">4</span></td></tr><tr
style="background-color:White;"><td>92</td><td>Reporting Services(6)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64385/" target="_blank">Parameterizing SSRS Reports</a></td><td>10/7/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl93_Label1">2</span></td></tr><tr
style="background-color:White;"><td>93</td><td>Reporting Services(6)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64391/" target="_blank">Showing OLAP Data in SSRS</a></td><td>10/14/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl94_Label1">6</span></td></tr><tr
style="background-color:White;"><td>94</td><td>Reporting Services(6)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64369/" target="_blank">Multi Select Parameters in SSRS</a></td><td>10/21/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl95_Label1">2</span></td></tr><tr
style="background-color:White;"><td>95</td><td>Sample Databases(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65061/" target="_blank">Installing Sample 2008 Databases</a></td><td>2/3/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl96_Label1">4</span></td></tr><tr
style="background-color:White;"><td>96</td><td>Scheduling(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65075/" target="_blank">Creating One-Time Jobs</a></td><td>12/23/2008</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl97_Label1">2</span></td></tr><tr
style="background-color:White;"><td>97</td><td>Script Component(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64774/" target="_blank">Using Script Component as a Transformation</a></td><td>11/20/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl98_Label1">5</span></td></tr><tr
style="background-color:White;"><td>98</td><td>Sort Transformation(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64776/" target="_blank">Using the Sort Transform</a></td><td>11/25/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl99_Label1">3</span></td></tr><tr
style="background-color:White;"><td>99</td><td>sp_MSForEachDB(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/66317/" target="_blank">Using SP_MSForEachDB and SP_MSForEachTable</a></td><td>3/26/2009</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl100_Label1">2</span></td></tr><tr
style="background-color:White;"><td>100</td><td>SQL Agent(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65075/" target="_blank">Creating One-Time Jobs</a></td><td>12/23/2008</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl101_Label1">2</span></td></tr><tr
style="background-color:White;"><td>101</td><td>SQL Server 2008(4)</td><td><a
href="http://www.sqlservercentral.com/articles/63807/" target="_blank">Installing SQL Server 2008</a></td><td>8/5/2008</td><td>Brad McGehee</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl102_Label1">7</span></td></tr><tr
style="background-color:White;"><td>102</td><td>SQL Server 2008(4)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64789/" target="_blank">Creating a Basic Policy in SSMS</a></td><td>11/18/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl103_Label1">5</span></td></tr><tr
style="background-color:White;"><td>103</td><td>SQL Server 2008(4)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65062/" target="_blank">Post SQL Server 2008 Upgrade</a></td><td>1/8/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl104_Label1">5</span></td></tr><tr
style="background-color:White;"><td>104</td><td>SQL Server 2008(4)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65061/" target="_blank">Installing Sample 2008 Databases</a></td><td>2/3/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl105_Label1">4</span></td></tr><tr
style="background-color:White;"><td>105</td><td>SQL Skills(1)</td><td><a
href="http://www.microsoft.com/emea/teched2008/itpro/tv/default.aspx?vid=78" target="_blank">Surviving Database Corruption &#8211; From Detection to Resolution</a></td><td>11/7/2008</td><td>Paul Randal</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl106_Label1">80</span></td></tr><tr
style="background-color:White;"><td>106</td><td>SASS(3)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64391/" target="_blank">Showing OLAP Data in SSRS</a></td><td>10/14/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl107_Label1">6</span></td></tr><tr
style="background-color:White;"><td>107</td><td>SASS(3)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65064/" target="_blank">Running A Basic DMX Query</a></td><td>2/26/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl108_Label1">6</span></td></tr><tr
style="background-color:White;"><td>108</td><td>SASS(3)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65059/" target="_blank">Formatting SSAS Measures</a></td><td>3/5/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl109_Label1">5</span></td></tr><tr
style="background-color:White;"><td>109</td><td>SSIS(13)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64263/" target="_blank">Execute an SSIS Package in SSMS</a></td><td>9/23/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl110_Label1">7</span></td></tr><tr
style="background-color:White;"><td>110</td><td>SSIS(13)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64262/" target="_blank">Making SSIS Connections Dynamic</a></td><td>9/25/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl111_Label1">3</span></td></tr><tr
style="background-color:White;"><td>111</td><td>SSIS(13)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64388/" target="_blank">Scheduling SSIS Packages</a></td><td>10/9/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl112_Label1">4</span></td></tr><tr
style="background-color:White;"><td>112</td><td>SSIS(13)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64387/" target="_blank">Row Count Transform</a></td><td>10/16/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl113_Label1">4</span></td></tr><tr
style="background-color:White;"><td>113</td><td>SSIS(13)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64371/" target="_blank">Parameterizing an Execute SQL Task</a></td><td>10/23/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl114_Label1">5</span></td></tr><tr
style="background-color:White;"><td>114</td><td>SSIS(13)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64637/" target="_blank">SSIS Configuration Files</a></td><td>10/30/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl115_Label1">4</span></td></tr><tr
style="background-color:White;"><td>115</td><td>SSIS(13)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64762/" target="_blank">Using Break Points in SSIS</a></td><td>11/4/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl116_Label1">4</span></td></tr><tr
style="background-color:White;"><td>116</td><td>SSIS(13)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64764/" target="_blank">Using the File System Task</a></td><td>11/13/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl117_Label1">4</span></td></tr><tr
style="background-color:White;"><td>117</td><td>SSIS(13)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64774/" target="_blank">Using Script Component as a Transformation</a></td><td>11/20/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl118_Label1">5</span></td></tr><tr
style="background-color:White;"><td>118</td><td>SSIS(13)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64798/" target="_blank">Using SSIS Precedence Constraints</a></td><td>11/27/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl119_Label1">6</span></td></tr><tr
style="background-color:White;"><td>119</td><td>SSIS(13)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64777/" target="_blank">Using the Aggregate Transform</a></td><td>12/4/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl120_Label1">3</span></td></tr><tr
style="background-color:White;"><td>120</td><td>SSIS(13)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65071/" target="_blank">Viewing the Data Profiling Task Data</a></td><td>1/27/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl121_Label1">3</span></td></tr><tr
style="background-color:White;"><td>121</td><td>SSIS(13)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65071/" target="_blank">Viewing the Data Profiling Task Data</a></td><td>1/27/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl122_Label1">3</span></td></tr><tr
style="background-color:White;"><td>122</td><td>SSMS(5)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64390/" target="_blank">Creating a Database Diagram in SSMS</a></td><td>10/2/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl123_Label1">6</span></td></tr><tr
style="background-color:White;"><td>123</td><td>SSMS(5)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64386/" target="_blank">Restoring a Full Database in SSMS</a></td><td>10/28/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl124_Label1">3</span></td></tr><tr
style="background-color:White;"><td>124</td><td>SSMS(5)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64778/" target="_blank">Creating a Maintenance Plan in SSMS</a></td><td>11/11/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl125_Label1">6</span></td></tr><tr
style="background-color:White;"><td>125</td><td>SSMS(5)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65066/" target="_blank">SQL Server Management Studio for Beginners</a></td><td>1/1/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl126_Label1">7</span></td></tr><tr
style="background-color:White;"><td>126</td><td>SSMS(5)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65056/" target="_blank">Creating and Modifying Tables in SSMS</a></td><td>3/3/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl127_Label1">7</span></td></tr><tr
style="background-color:White;"><td>127</td><td>SSRS(3)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64385/" target="_blank">Parameterizing SSRS Reports</a></td><td>10/7/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl128_Label1">2</span></td></tr><tr
style="background-color:White;"><td>128</td><td>SSRS(3)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64391/" target="_blank">Showing OLAP Data in SSRS</a></td><td>10/14/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl129_Label1">6</span></td></tr><tr
style="background-color:White;"><td>129</td><td>SSRS(3)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64369/" target="_blank">Multi Select Parameters in SSRS</a></td><td>10/21/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl130_Label1">2</span></td></tr><tr
style="background-color:White;"><td>130</td><td>Stored Procedures(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/63805/" target="_blank">Creating Stored Procedures</a></td><td>7/29/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl131_Label1">4</span></td></tr><tr
style="background-color:White;"><td>131</td><td>Striped Backups(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65295/" target="_blank">Creating Striped Backups</a></td><td>3/19/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl132_Label1">2</span></td></tr><tr
style="background-color:White;"><td>132</td><td>Subscriptions(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/66604/" target="_blank">Creating a Subscription</a></td><td>4/21/2009</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl133_Label1">3</span></td></tr><tr
style="background-color:White;"><td>133</td><td>Synonyms(2)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65079/" target="_blank">Creating a Synonym for a Table</a></td><td>1/20/2009</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl134_Label1">2</span></td></tr><tr
style="background-color:White;"><td>134</td><td>Synonyms(2)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65077/" target="_blank">Using Views and Synonyms for Abstraction</a></td><td>1/22/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl135_Label1">3</span></td></tr><tr
style="background-color:White;"><td>135</td><td>System Databases(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65074/" target="_blank">Moving TempDB</a></td><td>12/30/2009</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl136_Label1">2</span></td></tr><tr
style="background-color:White;"><td>136</td><td>System Development Lifecycle(1)</td><td><a
href="http://www.jumpstarttv.com/Media.aspx?vid=336" target="_blank">Object Dependencies in SQL Server</a></td><td>1/2/2008</td><td>Randy Dyess</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl137_Label1">11</span></td></tr><tr
style="background-color:White;"><td>137</td><td>Tables(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65056/" target="_blank">Creating and Modifying Tables in SSMS</a></td><td>3/3/2009</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl138_Label1">6</span></td></tr><tr
style="background-color:White;"><td>138</td><td>TempDB(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65074/" target="_blank">Moving TempDB</a></td><td>12/30/2009</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl139_Label1">2</span></td></tr><tr
style="background-color:White;"><td>139</td><td>Timestamp(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65070/" target="_blank">Using the Timestamp Data Type</a></td><td>1/29/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl140_Label1">3</span></td></tr><tr
style="background-color:White;"><td>140</td><td>Triggers(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65078/" target="_blank">Bypassing a Trigger</a></td><td>12/16/2008</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl141_Label1">3</span></td></tr><tr
style="background-color:White;"><td>141</td><td>T-SQL(8)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/63815/" target="_blank">Summarizing Data with Aggregate Queries</a></td><td>8/28/2008</td><td>Kathi Kellenberger</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl142_Label1">12</span></td></tr><tr
style="background-color:White;"><td>142</td><td>T-SQL(8)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/64264/" target="_blank">Modifying Data</a></td><td>9/30/2008</td><td>Kathi Kellenberger</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl143_Label1">15</span></td></tr><tr
style="background-color:White;"><td>143</td><td>T-SQL(8)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65078/" target="_blank">Bypassing a Trigger</a></td><td>12/16/2008</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl144_Label1">3</span></td></tr><tr
style="background-color:White;"><td>144</td><td>T-SQL(8)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65068/" target="_blank">Using the CheckSum Function</a></td><td>12/18/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl145_Label1">3</span></td></tr><tr
style="background-color:White;"><td>145</td><td>T-SQL(8)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65076/" target="_blank">Generating Random Results</a></td><td>1/15/2009</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl146_Label1">1</span></td></tr><tr
style="background-color:White;"><td>146</td><td>T-SQL(8)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65077/" target="_blank">Using Views and Synonyms for Abstraction</a></td><td>1/22/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl147_Label1">3</span></td></tr><tr
style="background-color:White;"><td>147</td><td>T-SQL(8)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65296/" target="_blank">Using Intersect</a></td><td>3/17/2009</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl148_Label1">2</span></td></tr><tr
style="background-color:White;"><td>148</td><td>T-SQL(8)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65298/" target="_blank">Using the Union Statement</a></td><td>3/24/2009</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl149_Label1">2</span></td></tr><tr
style="background-color:White;"><td>149</td><td>UNION(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65298/" target="_blank">Using the Union Statement</a></td><td>3/24/2009</td><td>Andy Warren</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl150_Label1">2</span></td></tr><tr
style="background-color:White;"><td>150</td><td>Upgrade(1)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65062/" target="_blank">Post SQL Server 2008 Upgrade</a></td><td>1/8/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl151_Label1">5</span></td></tr><tr
style="background-color:White;"><td>151</td><td>Views(2)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/63806/" target="_blank">Creating Views</a></td><td>7/31/2008</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl152_Label1">4</span></td></tr><tr
style="background-color:White;"><td>152</td><td>Views(2)</td><td><a
href="http://www.sqlservercentral.com/articles/Video/65077/" target="_blank">Using Views and Synonyms for Abstraction</a></td><td>1/22/2009</td><td>Brian Knight</td><td><span
id="ctl00_ContentPlaceHolder1_GridView1_ctl153_Label1">3</span></td></tr><tr
style="background-color:#CCCCCC;"><td></td><td></td><td></td><td></td><td>Total</td><td
style="font-weight:bold;">1019</td></tr></tbody></table><p>&nbsp;</p><p><a
href="http://idealprogrammer.com/videos/sql-server-school-17-hours-of-free-video-tutorials/">SQL Server School (17 Hours): Sql Server Connection, Sql Server Stored Procedure, Sql Server Profiler, Trusted Sql Server, Sql Query Analyzer, and More</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p><p>Related posts:<ol><li><a
href='http://idealprogrammer.com/videos/sql-server-2005-10-free-one-hour-videos-from-microsoft-expert/' rel='bookmark' title='Permanent Link: 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'>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</a> <small>10 Free One-Hour Videos From Microsoft Expert, Bryan Von Axelson....</small></li><li><a
href='http://idealprogrammer.com/videos/24-hours-of-sql-server-2008-presented-by-microsoft-experts/' rel='bookmark' title='Permanent Link: 24 Hours of SQL Server 2008 &#8211; A Video Tutorial presented by Microsoft Experts'>24 Hours of SQL Server 2008 &#8211; A Video Tutorial presented by Microsoft Experts</a> <small>24 hours of free video tutorials on using SQL Server...</small></li><li><a
href='http://idealprogrammer.com/videos/sql-server-2005-express-tutorial-13-free-videos/' rel='bookmark' title='Permanent Link: 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'>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</a> <small>Excellent SQL Server 2005 Express series of 13 free videos...</small></li></ol></p><p>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded> <wfw:commentRss>http://idealprogrammer.com/videos/sql-server-school-17-hours-of-free-video-tutorials/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>End-To-End SQL Server 2005 Reporting Services: (6 Videos) Microsoft Reporting Services, Microsoft SQL Server Reporting Services, MS Reporting Services, and More</title><link>http://idealprogrammer.com/videos/end-to-end-sql-server-2005-reporting-services-6-free-video-tutorials/</link> <comments>http://idealprogrammer.com/videos/end-to-end-sql-server-2005-reporting-services-6-free-video-tutorials/#comments</comments> <pubDate>Sat, 28 Mar 2009 23:46:03 +0000</pubDate> <dc:creator>asp.net videos</dc:creator> <category><![CDATA[SQL Server]]></category> <category><![CDATA[Videos]]></category> <category><![CDATA[microsoft reporting services]]></category> <category><![CDATA[microsoft sql server reporting services]]></category> <category><![CDATA[ms reporting services]]></category> <category><![CDATA[sql server 2005 reporting services]]></category><guid
isPermaLink="false">http://idealprogrammer.com/?p=315</guid> <description><![CDATA[Get a basic understanding of how to use SQL Server 2005 Reporting Services in this 6-part webcast series presented by Microsoft Champion, Susan Wisowaty.<p><a
href="http://idealprogrammer.com/videos/end-to-end-sql-server-2005-reporting-services-6-free-video-tutorials/">End-To-End SQL Server 2005 Reporting Services: (6 Videos) Microsoft Reporting Services, Microsoft SQL Server Reporting Services, MS Reporting Services, and More</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p>Related posts:<ol><li><a
href='http://idealprogrammer.com/videos/sql-server-2005-express-tutorial-13-free-videos/' rel='bookmark' title='Permanent Link: 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'>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</a> <small>Excellent SQL Server 2005 Express series of 13 free videos...</small></li><li><a
href='http://idealprogrammer.com/videos/sql-server-2005-10-free-one-hour-videos-from-microsoft-expert/' rel='bookmark' title='Permanent Link: 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'>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</a> <small>10 Free One-Hour Videos From Microsoft Expert, Bryan Von Axelson....</small></li><li><a
href='http://idealprogrammer.com/videos/24-hours-of-sql-server-2008-presented-by-microsoft-experts/' rel='bookmark' title='Permanent Link: 24 Hours of SQL Server 2008 &#8211; A Video Tutorial presented by Microsoft Experts'>24 Hours of SQL Server 2008 &#8211; A Video Tutorial presented by Microsoft Experts</a> <small>24 hours of free video tutorials on using SQL Server...</small></li></ol>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description> <content:encoded><![CDATA[<p
class="lead"><a
title="Gitex 2005" href="http://www.flickr.com/photos/14438701@N00/48069618/" target="_blank"><img
class="alignright" style="border: 1px solid black; margin: 5px; float: right;" src="http://farm1.static.flickr.com/30/48069618_dbf51d802c_m.jpg" border="0" alt="Gitex 2005,sql server 2005 reporting services, microsoft reporting services, microsoft sql server reporting services, ms reporting services<br /> " /></a>Get a basic understanding of how to use <a
rel="tag" href="http://blogs.icerocket.com/tag/Microsoft+Reporting+Services" target="_blank">Microsoft Reporting Services</a> in this 6-part webcast series presented by Microsoft Champion, Susan Wisowaty. Susan is an expert in working with <a
rel="tag" href="https://www.google.com/#hl=en&amp;sugexp=pfwl&amp;cp=20&amp;gs_id=2c&amp;xhr=t&amp;q=Microsoft+SQL+Server+Reporting+Services" target="_blank">Microsoft SQL Server Reporting Services</a>. <a
rel="tag" href="http://idealprogrammer.com/databases/sql-server/sql-server-2005-express-tutorial-13-free-videos/">MS Reporting Services</a> provides you with many powerful features you can use to create reports.</p><p><small><a
title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img
src="http://idealprogrammer.com/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a
href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a
title="@@:@@" href="http://www.flickr.com/photos/14438701@N00/48069618/" target="_blank">@@:@@</a></small> <br
/>&nbsp;</p><h2>End-To-End SQL Server 2005 Reporting Services</h2><p>&nbsp;</p><table
border="1" cellspacing="0" cellpadding="0" width="100%" frame="border" bgcolor="#fafafa" bordercolor="black"><tbody><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">1. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032295242&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank"> Introduction</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>the history of Reporting Services and the architecture upon which it is built</li><li>subscriptions</li><li>the various solution types available</li><li>options for embedding reports in applications</li><li>licensing</li><li>requirements</li><li>installation</li><li>the features and reporting lifecycle of the Reporting Services platform</li><li>simple report examples</li></ul><p><span
style="font-style: italic;">May 11, 2006  78 minutes</span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">2. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032295244&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Fundamentals of Report Design and Simple Design Tools</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>the fundamentals of report design</li><li>how to use simple design tools</li><li>Report Wizard</li><li>building blocks of report design</li><li>report items and layout</li><li>grouping</li><li>lists</li><li>matrix reports</li><li>defining drill-through reports</li><li>how to write custom code to extend formatting and apply business logic</li><li>how to define queries, datasets, and parameters to filter data</li></ul><p><span
style="font-style: italic;">May 18, 2006 67 minutes</span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">3. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032295247&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Ad hoc Reports</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>the platform for defining ad hoc reports</li><li>the Report Builder Model Designer tool</li><li>strategies for building successful models</li><li>how to easily format, sort, and filter data, and perform calculations</li><li>manage Report Builder models and reports</li><p>.</ul><p><span
style="font-style: italic;">May 24, 2006 69 minutes</span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">4. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032298223&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Report Delivery and Deployment Options</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>different options for delivering and deploying reports to end users</li><p>.<li>Learn about the different methods of report delivery, and the multiple formats available</li><li>the mechanisms for pull delivery include:</li></ul><ul><li>Microsoft ASP.NET 2.0 integration</li><li>the Reporting Services Web service</li><li>URL access</li></ul><li>how to create a subscription for a push delivery</li><li>a look at using Windows Forms controls to deliver reports locally to users</li><p>.</p><p><span
style="font-style: italic;">June 07, 2006 73 minutes</span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">5. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032298226&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Reporting Services Administration</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>issues surrounding effective Reporting Services administration</li><li>configuration</li><li>management</li><li>security</li><li>how to automate common administrative tasks</li></ul><p><span
style="font-style: italic;">June 14, 2006  64 minutes</span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">6. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032298267&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Integrating Reporting Services into Custom Applications and Extending Reporting Services</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li> integrating Reporting Services into custom applications</li><li>extending Reporting Services</li><li>how to add code to a report</li><li>use the Reporting Services Web service as a data source</li><li>create a custom data source</li><li>Reporting Services is a flexible reporting tool that can easily be incorporated into different applications</li><li>extensibility options and how to create custom extensions for Reporting Services</li></ul><p><span
style="font-style: italic;">June 21, 2006 62 minutes</span></td></tr></tbody></table><p>&nbsp;</p><p><a
href="http://idealprogrammer.com/videos/end-to-end-sql-server-2005-reporting-services-6-free-video-tutorials/">End-To-End SQL Server 2005 Reporting Services: (6 Videos) Microsoft Reporting Services, Microsoft SQL Server Reporting Services, MS Reporting Services, and More</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p><p>Related posts:<ol><li><a
href='http://idealprogrammer.com/videos/sql-server-2005-express-tutorial-13-free-videos/' rel='bookmark' title='Permanent Link: 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'>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</a> <small>Excellent SQL Server 2005 Express series of 13 free videos...</small></li><li><a
href='http://idealprogrammer.com/videos/sql-server-2005-10-free-one-hour-videos-from-microsoft-expert/' rel='bookmark' title='Permanent Link: 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'>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</a> <small>10 Free One-Hour Videos From Microsoft Expert, Bryan Von Axelson....</small></li><li><a
href='http://idealprogrammer.com/videos/24-hours-of-sql-server-2008-presented-by-microsoft-experts/' rel='bookmark' title='Permanent Link: 24 Hours of SQL Server 2008 &#8211; A Video Tutorial presented by Microsoft Experts'>24 Hours of SQL Server 2008 &#8211; A Video Tutorial presented by Microsoft Experts</a> <small>24 hours of free video tutorials on using SQL Server...</small></li></ol></p><p>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded> <wfw:commentRss>http://idealprogrammer.com/videos/end-to-end-sql-server-2005-reporting-services-6-free-video-tutorials/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>24 Hours of SQL Server 2008 &#8211; A Video Tutorial presented by Microsoft Experts</title><link>http://idealprogrammer.com/videos/24-hours-of-sql-server-2008-presented-by-microsoft-experts/</link> <comments>http://idealprogrammer.com/videos/24-hours-of-sql-server-2008-presented-by-microsoft-experts/#comments</comments> <pubDate>Sun, 21 Dec 2008 09:52:53 +0000</pubDate> <dc:creator>asp.net videos</dc:creator> <category><![CDATA[SQL Server]]></category> <category><![CDATA[Videos]]></category> <category><![CDATA[sql server 2008]]></category> <category><![CDATA[sql server compare]]></category> <category><![CDATA[sql server copy]]></category> <category><![CDATA[sql server memory]]></category> <category><![CDATA[sql server script]]></category> <category><![CDATA[sql server trigger]]></category> <category><![CDATA[sql stored procedure]]></category> <category><![CDATA[sql-server-profiler]]></category> <category><![CDATA[sql-server-stored-procedure]]></category><guid
isPermaLink="false">http://idealprogrammer.com/?p=304</guid> <description><![CDATA[24 hours of free video tutorials on using SQL Server 2008 from Microsoft's experts.<p><a
href="http://idealprogrammer.com/videos/24-hours-of-sql-server-2008-presented-by-microsoft-experts/">24 Hours of SQL Server 2008 &#8211; A Video Tutorial presented by Microsoft Experts</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p>Related posts:<ol><li><a
href='http://idealprogrammer.com/videos/sql-server-2005-10-free-one-hour-videos-from-microsoft-expert/' rel='bookmark' title='Permanent Link: 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'>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</a> <small>10 Free One-Hour Videos From Microsoft Expert, Bryan Von Axelson....</small></li><li><a
href='http://idealprogrammer.com/videos/sql-server-2005-express-tutorial-13-free-videos/' rel='bookmark' title='Permanent Link: 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'>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</a> <small>Excellent SQL Server 2005 Express series of 13 free videos...</small></li><li><a
href='http://idealprogrammer.com/videos/adonet-step-by-step-16-free-one-hour-videos/' rel='bookmark' title='Permanent Link: ADO NET Tutorial: (25 Hours) ADO.NET Step By Step Video Tutorial'>ADO NET Tutorial: (25 Hours) ADO.NET Step By Step Video Tutorial</a> <small>Microsoft's Lindsay Rutter and Glen Gordon present 25 hours of...</small></li></ol>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description> <content:encoded><![CDATA[<p
class="lead"><a
title="SQL - sql server 2008, 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<br /> " href="http://www.flickr.com/photos/49235015@N00/3429634150/" target="_blank"><img
class="alignright" style="border: 0pt none; margin: 5px; float: right;" src="http://farm4.static.flickr.com/3393/3429634150_3deb0b5b10_m.jpg" border="0" alt="sql server 2008 express tutorial, sql-server-compare, sql-server-copy, sql-server-memory, sql-server-profiler, sql-server-script, sql-server-stored-procedure, sql-server-trigger, sql-stored-procedure" /></a><strong>Overview:</strong> This 24-part tutorial series looks at Microsoft SQL Server 2008 as a productive data platform. The major topics in this series include: <a
rel="tag" href="http://blogs.icerocket.com/tag/sql+stored+procedure" target="_blank">sql stored procedure</a>, sql server stored procedure, <a
rel="tag" href="https://www.google.com/#hl=en&amp;sugexp=pfwl&amp;cp=20&amp;gs_id=2c&amp;xhr=t&amp;q=sql+server+profiler" target="_blank"><br
/> sql server profiler</a>, sql server compare, sql server trigger, <a
rel="tag" href="http://idealprogrammer.com/languages/visual-basic-vbnet/visual-studio-2008-5-hours-of-free-video-tutorials/">sql server script</a>, sql server memory, sql server copy.</p><p>Most of the <a
href="http://myqol.com/Video_Categories.aspx" target='_blank'>videos</a> in this series focus directly on SQL Server 2008, but a few of the <a
href="http://myqol.com/Video_Categories.aspx" target='_blank'>videos</a> use Contoso (Container Overseas Shipping Operation) LTD as case study to illustrate how some of the features of SQL Server 2008 can be used. Contoso is a shipping company that arranges the shipping of all kinds of items around the globe.</p><p
class="lead"><small><a
title="Attribution-ShareAlike License" href="http://creativecommons.org/licenses/by-sa/2.0/" target="_blank"><img
src="http://idealprogrammer.com/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a
href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a
title="mwin" href="http://www.flickr.com/photos/49235015@N00/3429634150/" target="_blank">mwin</a></small></p><p><strong>Presenter:</strong> Ron Cundiff, MSDN Developer Evangelist, Microsoft Corporation</p><p><strong>Presenter:</strong> Bryan Von Axelson, Partner Solutions Advisor, Microsoft Corporation</p><p><strong>Presenter:</strong> John Pelak, ISV Architect Evangelist, Microsoft Corporation</p><p><strong>Presenter:</strong> Chris Avis, IT Pro Evangelist, Microsoft Corporation</p><p><strong>Presenter:</strong> Mike Benkovich, Developer Evangelist, Microsoft Corporation</p><p><strong>Presenter:</strong> John Weston, IT Pro Evangelist, Microsoft Corporation</p><p><strong>Presenter:</strong> Donald Farmer, Principal Program Manager, Microsoft Corporation and Lynn Langit, Developer Evangelist, Microsoft Corporation</p><p>&nbsp;</p><h2>24 Hours of SQL Server 2008</h2><p>&nbsp;</p><table
border="1" cellspacing="0" cellpadding="0" width="100%" frame="border" bgcolor="#fafafa" bordercolor="black"><tbody><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">1. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032370154&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Using the Microsoft Data Platform for Easy Data Access with SQL Server 2008</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>How Contoso LTD can take advantage of the Microsoft data platform to extend their applications</li><li>Microsoft .NET Language-Integrated Query (LINQ)</li><li>ADO.NET Entity Framework</li></ul><p><span
style="font-style: italic;">March 03, 2008  60 minutes &#8211; Ron Cundiff</span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">2. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032370318&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Reach Your Data with SQL Server 2008</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>how Contoso LTD can increase methods of accessing data without the need for complex connections and filters on firewalls</li><li>Service Broker</li><li>ADO.NET Data Services</li></ul><p><span
style="font-style: italic;">March 05, 2008 60 minutes &#8211; Ron Cundiff</span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">3. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032370322&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Streamline Data Access with SQL Server 2008</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>new features in SQL Server 2008</li><li>T-SQL improvements:</li></ul><ul><li>MERGE</li><li>the Table Valued Parameters feature that lets data rows be passed as parameters to stored procedures</li><li> Date/Time</li><li>Intellisense</li><li>multi server T_SQL</li></ul><p><span
style="font-style: italic;">March 10, 2008 60 minutes &#8211; Ron Cundiff</span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">4. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032370324&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Manage Your Unstructured Data with SQL Server 2008</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>Client voice mails to scanned and e-mail documents</li><li>unstructured data</li><li>options for its storage, access, security, and searching needs</li><li>FILESTREAM attribute</li><li>Remote BLOB Store API</li><li> the differences from large unstructured data storage in Microsoft SQL Server 2005</li></ul><p><span
style="font-style: italic;">March 12, 2008 60 minutes &#8211; Ron Cundiff</span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">5. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032369744&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Simplify Management of Your SQL Server 2008 Data Platform</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>the management side of Microsoft SQL Server 2008</li><li>challenges that database administrators face</li><li>managing complex and high-value tasks</li><li>proactively monitoring and tuning system health</li><li>scaling management to multiple data centers</li><li>gaining insight into historical trends and real-time activities</li></ul><p><span
style="font-style: italic;">March 17, 2008 90 minutes &#8211; Bryan Von Axelson</span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">6. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032369748&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Simplify Management with Policy-Based Management</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>Policy-Based Management  (PBM)</li><li>PBM&#039;s use to define policies that apply to servers, databases, and other objects in Contoso&#039;s data environment</li><li>the scope, definition, and deployment of policies</li></ul><p><span
style="font-style: italic;">March 19, 2008 90 minutes &#8211; Bryan Von Axelson</span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">7. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032369779&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Map Your Data with SQL Server Spatial Features </a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>mapping feature</li><li>how to use spatial data types within SQL Server to create these mapping features using Microsoft Virtual Earth</li></ul><p><span
style="font-style: italic;">March 24, 2008 90 minutes &#8211; John Pelak</span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">8. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032369754&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Ensuring Your Data Is Secure with a Trusted Platform</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>security</li><li>internal and external threats</li><li>surface area configuration policies</li><li>external key management</li><li>Network Access Protection (NAP),</li><li>Windows BitLocker Drive Encryption</li></ul><p><span
style="font-style: italic;">March 31, 2008 90 minutes &#8211; Bryan Von Axelson</span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">9. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032373896&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Securing Your System</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>secure your data</li><li>secure your system</li><li>Windows Server 2008</li><li>Windows Vista</li><li>surface area configuration policies</li><li>external key management</li><li>Network Access Protection (NAP),</li><li>Windows BitLocker Drive Encryption</li></ul><p><span
style="font-style: italic;">April 02, 2008 90 minutes &#8211;  Chris Avis</span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">10. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032373899&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Ensuring Business Continuity</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>high availability options in Microsoft SQL Server 2008</li></ul><p><span
style="font-style: italic;">April 07, 2008 90 minutes &#8211; Bryan Von Axelson </span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">11. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032374019&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Predictable Response to Your Users</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>Resource Governor enables administrators to define limits and assign priorities to individual workloads that are running on a SQL Server instance</li><li>Plan Freezing in SQL Server 2008 enables greater query performance stability and predictability by providing new functionality to lock down query plans.</li></ul><p><span
style="font-style: italic;">April 16, 2008 90 minutes &#8211; Bryan Von Axelson </span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">12. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032377249&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Data Warehousing Scale and Performance</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><p>Business Intelligence strategy that supports scalability and extensibility:</p><ul><li>Partition-aligned indexed views</li><li>Star join query optimization</li><li>Data compression</li><li>Partitioned table parallelism</li><li>Grouping sets</li></ul><p><span
style="font-style: italic;">May 05, 2008  90 minutes &#8211; Bryan Von Axelson</span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">13. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032377258&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Data Warehousing Management</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><p>new features that Contoso can use to manage the enterprise data warehouse:</p><ul><li>Minimal logging for inserts</li><li>Online index management</li><li>Backup compression</li><li>Switching in a new partition</li><li>Using the resource governor</li><p>.</ul><p><span
style="font-style: italic;">May 07, 2008  90 minutes &#8211; Bryan Von Axelson</span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">14. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032377136&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Reporting Services Designer Improvements </a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>new features in Microsoft SQL Server 2008 Reporting Services</li><li>new report designer layout features</li><li>tablix</li><li>chart features</li><li>variables</li></ul><p><span
style="font-style: italic;">May 08, 2008  60 minutes &#8211; Mike Benkovich</span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">15. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032374425&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Upgrade Your Database</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>the methods that Contoso used to upgrade</li></ul><p><span
style="font-style: italic;">May 10, 2008  90 minutes &#8211; Chris Avis</span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">16. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032378150&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Performance Troubleshooting</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>monitoring and troubleshooting of any performance issues</li><li>Performance Studio</li><li>Best Practice Analyzer for SQL Server</li></ul><p><span
style="font-style: italic;">May 13, 2008 90 minutes &#8211; Bryan Von Axelson</span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">17. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032378083&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Scale Your Business</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>solutions for Contoso to scale out and up</li><li>how to take advantage of the latest hardware, such as 64-bit, hot add memory, and CPU, as well as software features</li><li>Learn to speed up query processing with Partitioned Table Parallelism through backup and compression, and to speed up backup times and replication</li></ul><p><span
style="font-style: italic;">May 15, 2008 90 minutes &#8211;  Chris Avis</span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">18. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032377101&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">AS Design and Performance Improvements</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>To support high-performing ad hoc analysis, Contoso wants to develop a Microsoft SQL Server Analysis Services database</li><li>the new features in Analysis Services that may help Contoso accelerate development and achieve optimal performance include:</li></ul><ul><li>Developing a cube and dimensions using the wizards</li><li>Working with best practices warnings</li><li>Designing proper attribute relationships</li><li>Using the aggregation designer</li></ul><p><span
style="font-style: italic;">May 19, 2008 90 minutes &#8211; John Weston </span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">19. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032377106&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Data Mining</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul> T he data mining capabilities of the Microsoft business intelligence (BI) platform include:</p><li>Using Microsoft SQL Server Data Mining Add-ins for Excel for table analysis</li><li>Developing a mining structure with multiple mining models</li><li>Viewing mining model results including drill-through and reviewing accuracy</li><li>Viewing results of mining models using Data Mining Add-ins for Excel.<br
/> Using the Time Series algorithm for forecasting</li></ul><p><span
style="font-style: italic;">May 21, 2008 90 minutes &#8211; Donald Farmer </span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">20. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032379166&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Streamlining Data Integration</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul> The new features in Integration Services that help Contoso streamline the development and execution of processes to extract, transform, and load data into the data warehouse included:</p><li>ADO.NET connectivity</li><li>persistent lookups</li><li>pipeline improvements</li><li>data profiling</li><li>Change Data Capture function</li><li>MERGE command</li><li>ADO.NET data source</li><li>working with lookup caches</li><li>identifying dirty data with data profiling</li></ul><p><span
style="font-style: italic;">May 28, 2008  90 minutes &#8211; Bryan Von Axelson</span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">21. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032379171&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Reporting Services Architecture Improvements</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul> New features in Reporting Services that enable organizations to easily configure and manage a scalable, high-performance reporting infrastructure include:</p><li>the new physical architecture of Reporting Services</li><li>authentication configuration</li><li>the new processing and rendering architecture</li><li>memory management</li><p>Demonstrations on configuring Reporting Services include:<li>using the Configuration Manager</li><li>configuring authentication alternatives</li><li>configuring memory settings</li></ul><p><span
style="font-style: italic;">May 31, 2008  90 minutes &#8211; Bryan Von Axelson</span></td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">22. <a
href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032377458&amp;EventCategory=5&amp;culture=en-US&amp;CountryCode=US" target="_blank">Reach Users with the 2007 Office System </a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul> The integrated reporting and analytics options available to Contoso, include:</p><li>Microsoft Office Excel 2007</li><li>Excel Services</li><li>Microsoft Office SharePoint Server 2007</li><li>Microsoft Office PerformancePoint Server</li></ul><p><span
style="font-style: italic;">June 03, 2008  60 minutes &#8211; Ron Cundiff</span></td></tr></tbody></table><p>&nbsp;</p><p><a
href="http://idealprogrammer.com/videos/24-hours-of-sql-server-2008-presented-by-microsoft-experts/">24 Hours of SQL Server 2008 &#8211; A Video Tutorial presented by Microsoft Experts</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p><p>Related posts:<ol><li><a
href='http://idealprogrammer.com/videos/sql-server-2005-10-free-one-hour-videos-from-microsoft-expert/' rel='bookmark' title='Permanent Link: 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'>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</a> <small>10 Free One-Hour Videos From Microsoft Expert, Bryan Von Axelson....</small></li><li><a
href='http://idealprogrammer.com/videos/sql-server-2005-express-tutorial-13-free-videos/' rel='bookmark' title='Permanent Link: 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'>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</a> <small>Excellent SQL Server 2005 Express series of 13 free videos...</small></li><li><a
href='http://idealprogrammer.com/videos/adonet-step-by-step-16-free-one-hour-videos/' rel='bookmark' title='Permanent Link: ADO NET Tutorial: (25 Hours) ADO.NET Step By Step Video Tutorial'>ADO NET Tutorial: (25 Hours) ADO.NET Step By Step Video Tutorial</a> <small>Microsoft's Lindsay Rutter and Glen Gordon present 25 hours of...</small></li></ol></p><p>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded> <wfw:commentRss>http://idealprogrammer.com/videos/24-hours-of-sql-server-2008-presented-by-microsoft-experts/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>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</title><link>http://idealprogrammer.com/videos/sql-server-2005-10-free-one-hour-videos-from-microsoft-expert/</link> <comments>http://idealprogrammer.com/videos/sql-server-2005-10-free-one-hour-videos-from-microsoft-expert/#comments</comments> <pubDate>Sat, 30 Aug 2008 06:38:55 +0000</pubDate> <dc:creator>asp.net videos</dc:creator> <category><![CDATA[SQL Server]]></category> <category><![CDATA[Videos]]></category> <category><![CDATA[Backup SQL Server 2005]]></category> <category><![CDATA[Download SQL Server 2005]]></category> <category><![CDATA[SQL Server Insert]]></category> <category><![CDATA[sql server script]]></category> <category><![CDATA[SQL Server Training]]></category> <category><![CDATA[SQL Server Tutorial]]></category> <category><![CDATA[sql-server-profiler]]></category><guid
isPermaLink="false">http://idealprogrammer.com/?p=296</guid> <description><![CDATA[10 Free One-Hour Videos From Microsoft Expert, Bryan Von Axelson. This is a great video series to help you get a broad understanding on SQL Server 2005.<p><a
href="http://idealprogrammer.com/videos/sql-server-2005-10-free-one-hour-videos-from-microsoft-expert/">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</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p>Related posts:<ol><li><a
href='http://idealprogrammer.com/videos/sql-server-2005-express-tutorial-13-free-videos/' rel='bookmark' title='Permanent Link: 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'>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</a> <small>Excellent SQL Server 2005 Express series of 13 free videos...</small></li><li><a
href='http://idealprogrammer.com/videos/sql-server-2005-video-tutorial-1-installing/' rel='bookmark' title='Permanent Link: SQL Server 2005 Video Tutorial &#8211; 1 &#8211; Installing'>SQL Server 2005 Video Tutorial &#8211; 1 &#8211; Installing</a> <small>This programming video tutorial series will show will show you...</small></li><li><a
href='http://idealprogrammer.com/videos/visual-c-2005-express-video-tutorial-1-installing/' rel='bookmark' title='Permanent Link: Visual C# 2005 Express Video Tutorial -1- Installing'>Visual C# 2005 Express Video Tutorial -1- Installing</a> <small>Shows you how to install C# for free in under...</small></li></ol>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description> <content:encoded><![CDATA[<p><a
title="Gitex 2005 - Backup SQL Server 2005, SQL Server Insert, SQL Server Training, SQL Server Profiler, Download SQL Server 2005, SQL Server Script, SQL Server Tutorial" href="http://www.flickr.com/photos/14438701@N00/48069618/" target="_blank"><img
class="alignright" style="border: 0pt none; margin: 5px; float: right;" src="http://farm1.static.flickr.com/30/48069618_dbf51d802c_m.jpg" border="0" alt="Gitex 2005 - sql server video tutorial, backup sql server 2005, sql server insert, sql server training, sql server profiler, download sql server 2005, sql server script, sql server tutorial" /></a></p><p>Here is a free 10-hour video tutorial series on SQL Server 2005. Microsoft&#039;s Bryan Von Axelson is the instructor.  Some of the topics covered include: <a
rel="tag" href="http://blogs.icerocket.com/tag/Backup+SQL+Server+2005" target="_blank">Backup SQL Server 2005</a>, <a
rel="tag" href="https://www.google.com/#hl=en&amp;sugexp=pfwl&amp;cp=20&amp;gs_id=2c&amp;xhr=t&amp;q=SQL+Server+Insert" target="_blank">SQL Server Insert</a>, <a
rel="tag" href="http://idealprogrammer.com/databases/sql-server/end-to-end-sql-server-2005-reporting-services-6-free-video-tutorials/&lt;br &gt;&lt;/a&gt;">SQL Server Training</a>, SQL Server Profiler, Download SQL Server 2005, SQL Server Script, SQL Server Tutorial.</p><p>Presenter:  Bryan Von Axelson, TechNet Presenter, Microsoft Corporation<br
/> <small><a
title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img
src="http://idealprogrammer.com/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a
href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a
title="@@:@@" href="http://www.flickr.com/photos/14438701@N00/48069618/" target="_blank">@@:@@</a></small> <br
/>&nbsp;</p><h2>SQL Server 2005</h2><p>&nbsp;</p><table
border="1" cellspacing="0" cellpadding="0" width="100%" frame="border" bgcolor="#fafafa" bordercolor="black"><tbody><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">1. <a
href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032269830&amp;culture=en-US" target="_blank"> Administration Tools</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>changes to the administration and management tools in SQL Server 2005</li><li>the new Management Studio tool, which encompasses the Enterprise Manager, Query Analyzer and OLAP Analysis Manager from SQL 2000</li></ul><p> 3/21/2005 | Duration:60 Minutes</td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">2. <a
href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032269832&amp;culture=en-US" target="_blank">Monitoring Tools</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><p>The monitoring tools available with SQL Server 2005 include:</p><ul><li>the SQL Profiler</li><li>Database Tuning Advisor</li><li>Database Maintenance Workflow</li><li>Dynamic Management Views (DMVs)</li></ul><p>3/28/2005 | Duration:60 Minutes</td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">3. <a
href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032270011&amp;culture=en-US" target="_blank">Achieving Greater Concurrency</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>Enhancements to enable greater concurrency and significantly reduce lock contention</li><li>how to use Snapshot Isolation to reduce currency contention</li><li>Gain an understanding of database snapshots and replication for scaling and read-only views</li><li>learn how Dynamic Management Views can help you proactively monitor locking and avoid deadlocks</li></ul><p> 4/4/2005 | Duration:60 Minutes</td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">4. <a
href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032270040&amp;culture=en-US" target="_blank">Securing Your SQL Server</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>The security enhancements in SQL Server 2005</li><li>authentication</li></ul><ul><li>the Security model</li><li>endpoint-based authentication</li><li>the password policy</li></ul><li>authorization</li><ul><li>User Schema separation</li><li>module execution context</li><li>granular permission control</li><li>Catalog security</li></ul><p>4/11/2005 | Duration:60 Minutes</td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">5. <a
href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032270061&amp;culture=en-US" target="_blank">Protecting Sensitive Data</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>the crypto support in SQL Server 2005</li><li>introduction to the concepts of database encryption including encryption support, keys, certificates and key management.</li><li>how SQL 2005 can protect sensitive data using data encryption and module signatures, and introduce sign modules, what these are and how they work.</li></ul><p> 4/18/2005  | Duration:60 Minutes</td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">6. <a
href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032270016&amp;culture=en-US" target="_blank">Managing Large Databases Using Partitioning</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>table and index partitioning capabilities in SQL Server 2005</li><li>features and benefits of partitioning</li><li>explain how partitioning works</li><li>illustrate how to implement and set up partitioning</li></ul><p>4/25/2005 | Duration:60 Minutes</td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">7. <a
href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032270027&amp;culture=en-US" target="_blank">Indexing Enhancements</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>enhancements to the indexing within SQL Server 2005</li><li>basic changes to the indexing compared to previous versions</li><li>index management</li><li>how to use the Database Tuning Advisor as the main tool to analyze indexes</li></ul><p>5/2/2005 | Duration:60 Minutes</td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">8. <a
href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032270065&amp;culture=en-US" target="_blank"> Data Recovery</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>Troubleshooting methods</li><li>tools in Microsoft SQL Server 2005 that you can use to recover from various scenarios</li><li>database access problems, such as the database being marked as suspect during recovery</li><li>backup and restore failures</li><li>database runtime consistency failures, such as checksum</li><li>DBCC CHECKDB errors</li></ul><p>5/9/2005 | Duration:60 Minutes</td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">9. <a
href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032270045&amp;culture=en-US" target="_blank">High Availability</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>Database mirroring</li><li>how to configure and use mirroring</li></ul><p> 5/16/2005 | Duration:60 Minutes</td></tr><tr
bordercolor="black"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="black">10. <a
href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032270035&amp;culture=en-US" target="_blank">Moving Data Between Data Sources</a></td></tr><tr
bordercolor="black"></p><td
align="left" valign="top" bordercolor="black"><strong>Key Concepts:</strong></p><ul><li>SQL Server includes a suite of replication technologies that enable a wide range of distributed database applications</li><p>SQL Server 2005 introduces a few new scenarios that include:</p></ul><ul><li>Web synchronization of merge replication for mobile and distributed data applications</li><li>Oracle publishing for integration with Oracle databases</li><li> peer-to-peer replication</li></ul><p>5/18/2005 | Duration:60 Minutes</td></tr></tbody></table><p>&nbsp;</p><p><a
href="http://idealprogrammer.com/videos/sql-server-2005-10-free-one-hour-videos-from-microsoft-expert/">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</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p><p>Related posts:<ol><li><a
href='http://idealprogrammer.com/videos/sql-server-2005-express-tutorial-13-free-videos/' rel='bookmark' title='Permanent Link: 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'>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</a> <small>Excellent SQL Server 2005 Express series of 13 free videos...</small></li><li><a
href='http://idealprogrammer.com/videos/sql-server-2005-video-tutorial-1-installing/' rel='bookmark' title='Permanent Link: SQL Server 2005 Video Tutorial &#8211; 1 &#8211; Installing'>SQL Server 2005 Video Tutorial &#8211; 1 &#8211; Installing</a> <small>This programming video tutorial series will show will show you...</small></li><li><a
href='http://idealprogrammer.com/videos/visual-c-2005-express-video-tutorial-1-installing/' rel='bookmark' title='Permanent Link: Visual C# 2005 Express Video Tutorial -1- Installing'>Visual C# 2005 Express Video Tutorial -1- Installing</a> <small>Shows you how to install C# for free in under...</small></li></ol></p><p>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded> <wfw:commentRss>http://idealprogrammer.com/videos/sql-server-2005-10-free-one-hour-videos-from-microsoft-expert/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>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</title><link>http://idealprogrammer.com/videos/sql-server-2005-express-tutorial-13-free-videos/</link> <comments>http://idealprogrammer.com/videos/sql-server-2005-express-tutorial-13-free-videos/#comments</comments> <pubDate>Sat, 02 Aug 2008 22:16:42 +0000</pubDate> <dc:creator>asp.net videos</dc:creator> <category><![CDATA[SQL Server]]></category> <category><![CDATA[Videos]]></category> <category><![CDATA[Backup SQL Server 2005]]></category> <category><![CDATA[compare sql server]]></category> <category><![CDATA[database mirroring]]></category> <category><![CDATA[Download SQL Server 2005]]></category> <category><![CDATA[sql server 2005 replication]]></category> <category><![CDATA[sql server instance]]></category> <category><![CDATA[sql server standard edition]]></category><guid
isPermaLink="false">http://idealprogrammer.com/?p=290</guid> <description><![CDATA[Excellent SQL Server 2005 Express series of 13 free videos from Bob Tabor at LearnVisualStudio.Net<p><a
href="http://idealprogrammer.com/videos/sql-server-2005-express-tutorial-13-free-videos/">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</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p>Related posts:<ol><li><a
href='http://idealprogrammer.com/videos/sql-server-2005-video-tutorial-1-installing/' rel='bookmark' title='Permanent Link: SQL Server 2005 Video Tutorial &#8211; 1 &#8211; Installing'>SQL Server 2005 Video Tutorial &#8211; 1 &#8211; Installing</a> <small>This programming video tutorial series will show will show you...</small></li><li><a
href='http://idealprogrammer.com/videos/visual-studio-express-2005-video-tutorial-part-1/' rel='bookmark' title='Permanent Link: Visual Studio Express 2005 Video Tutorial &#8211; Part 1'>Visual Studio Express 2005 Video Tutorial &#8211; Part 1</a> <small>Quick 2-minute tutorial shows how to install Visual Studio Visual...</small></li><li><a
href='http://idealprogrammer.com/videos/visual-c-2005-express-video-tutorial-1-installing/' rel='bookmark' title='Permanent Link: Visual C# 2005 Express Video Tutorial -1- Installing'>Visual C# 2005 Express Video Tutorial -1- Installing</a> <small>Shows you how to install C# for free in under...</small></li></ol>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description> <content:encoded><![CDATA[<p
class="lead"><img
class="alignright" style="margin: 0 0 2px 5px; float: right;" src="http://idealprogrammer.com/wp-photos/bobtabor.jpg" alt="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 <a
href="http://myqol.com/Video_Categories.aspx" target='_blank'>videos</a> from Bob Tabor at <a
href="http://www.LearnVisualStudio.NET/119.html">LearnVisualStudio.Net</a>. Here are just a few of the topics in this series: <a
rel="tag" href="http://blogs.icerocket.com/tag/database+mirroring" target="_blank">database mirroring</a>, <a
rel="tag" href="https://www.google.com/#hl=en&amp;sugexp=pfwl&amp;cp=20&amp;gs_id=2c&amp;xhr=t&amp;q=backup+sql+server+2005" target="_blank">backup sql server 2005</a>, sql server 2005 replication, <a
rel="tag" href="http://idealprogrammer.com/databases/sql-server/end-to-end-sql-server-2005-reporting-services-6-free-video-tutorials">sql server standard edition</a>, download sql server 2005, compare sql server, sql server instance</p><p><a
title="Gitex 2005 - database mirroring, backup sql server 2005, sql server 2005 replication, sql server standard edition, download sql server 2005, compare sql server, sql server instance" href="http://www.flickr.com/photos/14438701@N00/48069618/" target="_blank"><img
class="alignleft" style="border: 0pt none; margin: 6px; float: left;" src="http://farm1.static.flickr.com/30/48069618_dbf51d802c_m.jpg" border="0" alt="Gitex 2005 - database mirroring, backup sql server 2005, sql server 2005 replication, sql server standard edition, download sql server 2005, compare sql server, sql server instance" /></a>The best hosting company that I have found for .NET applications is <a
href="http://www.discountasp.net/index.aspx?refcode=HARVEY" target="_blank">Discountasp.net</a>. <a
href="http://www.discountasp.net/index.aspx?refcode=HARVEY" target="_blank">Discountasp.net</a> provides many SQL tools that make it easy to remotely manage your sql database directly from your computer that other hosting companies like GoDaddy do not. <br
/>&nbsp;</p><p>&nbsp;<br
/> <small><a
title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img
src="http://idealprogrammer.com/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absMiddle" /></a> <a
href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a
title="@@:@@" href="http://www.flickr.com/photos/14438701@N00/48069618/" target="_blank">@@:@@</a></small> <br
/>&nbsp;</p><p>&nbsp;</p><h2>SQL Server 2005 Express Tutorial</h2><p>&nbsp;</p><table
border="1" cellspacing="5" cellpadding="5" width="100%" bgcolor="#fafafa" bordercolor="#000000"><tbody><tr
bordercolor="#000000"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="#000000">1. <a
href="http://www.asp.net/learn/sql-videos/video-103.aspx" target="_blank">What is a Database?</a></td></tr><tr
bordercolor="#000000"><td
width="100%" align="left" bordercolor="#000000"><strong>Key Concepts:<br
/> <br
/></strong><strong>A. </strong>SQL Server  terminology for creating and managing databases;<br
/> <strong>B.</strong> SQL Server database;<br
/> <strong>C. </strong>Compare SQL Server to Excel;<br
/> <strong>D. </strong>Relation between SQL Server Database and Desktop application or website;<br
/> <strong>E. </strong>Relationship between SQL Server Express and Visual Studio Express; ADO.NET</p><p>Duration: 28 minutes, 15 seconds</td></tr><tr
bordercolor="#000000"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="#000000">2. <a
href="http://www.asp.net/learn/sql-videos/video-104.aspx" target="_blank">Understanding Database Tables and Records</a></td></tr><tr
bordercolor="#000000"><td
width="100%" align="left" bordercolor="#000000"><strong>Key Concepts:</strong><br
/> <br
/> <strong><br
/> A. </strong>Tables and definitions of data types;<br
/> <strong>B. </strong>Properties;<br
/> <strong>C. </strong>Keys<br
/> <strong>D. </strong>Table rows, columns, and fields.Duration: 24 minutes, 56 seconds</p><p>Date: 29 March 2006</td></tr><tr
bordercolor="#000000"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="#000000">3. <a
href="http://www.asp.net/learn/sql-videos/video-105.aspx" target="_blank">More about Column Data Types and Other Properties</a></td></tr><tr
bordercolor="#000000"><td
width="100%" align="left" bordercolor="#000000"><strong>Key Concepts:</strong><br
/> <br
/><strong><br
/> A. </strong>Data integrity;<br
/> <strong>B. </strong>Data types<br
/> <strong>C. </strong>Avoid common data type pitfalls.Duration: 21 minutes, 37 seconds</p><p>Date: 22 February 2006</td></tr><tr
bordercolor="#000000"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="#000000">4. <a
href="http://www.asp.net/learn/sql-videos/video-106.aspx" target="_blank">Designing Relational Database Tables</a></td></tr><tr
bordercolor="#000000"><td
width="100%" align="left" bordercolor="#000000"><strong>Key Concepts:</strong><br
/> <br
/><strong><br
/> A. </strong>Relational databases<br
/> <strong>B. </strong>Primary and foreign keys<br
/> <strong>C. </strong>Designing relational database tables<br
/> <strong>D. </strong>Normalization rules and de-normalization.Duration: 34 minutes, 10 seconds</p><p>Date: 29 March 2006</td></tr><tr
bordercolor="#000000"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="#000000">5. <a
href="http://www.asp.net/learn/sql-videos/video-107.aspx" target="_blank">Manipulating Database Data</a></td></tr><tr
bordercolor="#000000"><td
width="100%" align="left" bordercolor="#000000"><strong>Key Concepts:</strong><br
/> <br
/><strong>A.</strong> ADO.NET objects<br
/> <strong>B.</strong> Execution of SQL statement from ADO.NET<br
/> <strong>C. </strong>Insert, update, and delete SQL statements.</p><p>Duration: 40 minutes, 20 seconds</p><p>Date: 29 March 2006</p><p>This lesson requires Management Studio Express and MSXML</td></tr><tr
bordercolor="#000000"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="#000000">6. <a
href="http://www.asp.net/learn/sql-videos/video-108.aspx" target="_blank">More Structured Query Language</a></td></tr><tr
bordercolor="#000000"><td
width="100%" align="left" bordercolor="#000000"><strong>Key Concepts:</strong><br
/> <br
/><strong>A. </strong>Sub-select<br
/> <strong>B. </strong>Stored procedures and their counterparts in C# and VB methods.</p><p>Duration: 23 minutes, 13 seconds</p><p>Date: 29 March 2006</td></tr><tr
bordercolor="#000000"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="#000000">7. <a
href="http://www.asp.net/learn/sql-videos/video-109.aspx" target="_blank">Understanding Security and Network Connectivity</a></td></tr><tr
bordercolor="#000000"><td
width="100%" align="left" bordercolor="#000000"><strong>Key Concepts:</strong><br
/> <br
/><strong>A. </strong>Differentiate between SQL Server database files and SQL Server processes.<br
/> <strong>B. </strong>Various scenarios for connecting to SQL Server Express databases<br
/> <strong>C.</strong> Enabling and disabling user instances<br
/> <strong>D. </strong>login permissions<br
/> <strong>E. </strong>other security precautions</p><p>Duration: 40 minutes, 59 seconds</p><p>Date: 20 March 2006</td></tr><tr
bordercolor="#000000"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="#000000">8. <a
href="http://www.asp.net/learn/sql-videos/video-110.aspx" target="_blank">Connecting your Web Application to SQL Server 2005 Express Edition</a></td></tr><tr
bordercolor="#000000"><td
width="100%" align="left" bordercolor="#000000"><strong>Key Concepts:</strong><br
/> <br
/><strong>A. </strong>Workflow of creating a database driven Web application<br
/> <strong>B. </strong>Visual tools to quickly create an administration application.</p><p>Duration: 1 hour, 5 minutes</p><p>Date: 20 March 2006</td></tr><tr
bordercolor="#000000"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="#000000">9. <a
href="http://www.asp.net/learn/sql-videos/video-111.aspx" target="_blank">Using SQL Server Management Studio</a></td></tr><tr
bordercolor="#000000"><td
width="100%" align="left" bordercolor="#000000"><strong>Key Concepts:</strong><br
/> <br
/><strong>A. </strong>SQL Server Management Studio Express<br
/> <strong>B. </strong>Connect to database instances<br
/> <strong>C. </strong>Navigate the query window<br
/> <strong>D. </strong>Scripting database objects<br
/> <strong>E. </strong>Attaching, detaching and backing up databases</p><p>Duration: 40 minutes, 26 seconds</p><p>Date: 23 October 2006</td></tr><tr
bordercolor="#000000"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="#000000">10. <a
href="http://www.asp.net/learn/sql-videos/video-112.aspx" target="_blank">Getting Started with Reporting Services</a></td></tr><tr
bordercolor="#000000"><td
width="100%" align="left" bordercolor="#000000"><strong>Key Concepts:</strong><br
/> <br
/><strong>A. </strong>Set up Reporting Services and the Business Intelligence Development Studio<br
/> <strong>B. </strong>Build reports using the wizards and designers<br
/> <strong>C. </strong>Deploy reports to Report Server.</p><p>Duration: 32 minutes, 51 seconds</p><p>Date: 21 October 2006</td></tr><tr
bordercolor="#000000"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="#000000">11. <a
href="http://www.asp.net/learn/sql-videos/video-113.aspx" target="_blank">Building and Customizing Reports in Business Intelligence Development Studio</a></td></tr><tr
bordercolor="#000000"><td
width="100%" align="left" bordercolor="#000000"><strong>Key Concepts:</strong><br
/> <br
/><strong>A.</strong> Building reports from scratch<br
/> <strong>B. </strong>Modifying the reports that were created using the wizards and designers<br
/> <strong>C. </strong>Embedding reports into ASP.NET Web Form applications</p><p>Duration: 44 minutes, 50 seconds</p><p>Date: 22 October 2006</td></tr><tr
bordercolor="#000000"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="#000000">12. <a
href="http://www.asp.net/learn/sql-videos/video-114.aspx" target="_blank">Creating and Using Stored Procedures</a></td></tr><tr
bordercolor="#000000"><td
width="100%" align="left" bordercolor="#000000"><strong>Key Concepts:</strong><br
/> <br
/><strong>A.</strong> Stored Procedures<br
/> <strong>B. </strong>Basic syntax to create and update stored procedures<br
/> <strong>C. </strong>Using input and output parameters, return values, declaring variables and adding other T-SQL programming elements into you stored procedures<br
/> <strong>D. </strong>Executing stored procedures from the query window<br
/> <strong>E. </strong>Visual Basic and C# syntax required to utilize stored procedures in applications</p><p>Duration: 42 minutes, 34 seconds</p><p>Date: 14 November 2006</td></tr><tr
bordercolor="#000000"><td
width="100%" align="left" bgcolor="#dbdbdb" bordercolor="#000000">13. <a
href="http://www.asp.net/learn/sql-videos/video-115.aspx" target="_blank">Enabling Full-Text Search in your Text Data</a></td></tr><tr
bordercolor="#000000"><td
width="100%" align="left" bordercolor="#000000"><strong>Key Concepts:</strong><br
/> <br
/><strong>A. </strong>Setting up Full-Text search within SQL Server Express.<br
/> <strong>B. </strong>Creating full-text indexes<br
/> <strong>C. </strong>Configuring the index population settings<br
/> <strong>D. </strong>CONTAINS predicate</p><p>Duration: 38 minutes, 25 seconds</p><p>Date: 14 November 2006</td></tr></tbody></table><p>&nbsp;</p><p><a
href="http://idealprogrammer.com/videos/sql-server-2005-express-tutorial-13-free-videos/">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</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p><p>Related posts:<ol><li><a
href='http://idealprogrammer.com/videos/sql-server-2005-video-tutorial-1-installing/' rel='bookmark' title='Permanent Link: SQL Server 2005 Video Tutorial &#8211; 1 &#8211; Installing'>SQL Server 2005 Video Tutorial &#8211; 1 &#8211; Installing</a> <small>This programming video tutorial series will show will show you...</small></li><li><a
href='http://idealprogrammer.com/videos/visual-studio-express-2005-video-tutorial-part-1/' rel='bookmark' title='Permanent Link: Visual Studio Express 2005 Video Tutorial &#8211; Part 1'>Visual Studio Express 2005 Video Tutorial &#8211; Part 1</a> <small>Quick 2-minute tutorial shows how to install Visual Studio Visual...</small></li><li><a
href='http://idealprogrammer.com/videos/visual-c-2005-express-video-tutorial-1-installing/' rel='bookmark' title='Permanent Link: Visual C# 2005 Express Video Tutorial -1- Installing'>Visual C# 2005 Express Video Tutorial -1- Installing</a> <small>Shows you how to install C# for free in under...</small></li></ol></p><p>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded> <wfw:commentRss>http://idealprogrammer.com/videos/sql-server-2005-express-tutorial-13-free-videos/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>SQL Server 2005 Video Tutorial &#8211; 1 &#8211; Installing</title><link>http://idealprogrammer.com/videos/sql-server-2005-video-tutorial-1-installing/</link> <comments>http://idealprogrammer.com/videos/sql-server-2005-video-tutorial-1-installing/#comments</comments> <pubDate>Tue, 16 Oct 2007 10:46:05 +0000</pubDate> <dc:creator>asp.net videos</dc:creator> <category><![CDATA[SQL Server]]></category> <category><![CDATA[Videos]]></category> <category><![CDATA[Backup SQL Server 2005]]></category> <category><![CDATA[compare sql server]]></category> <category><![CDATA[database mirroring]]></category> <category><![CDATA[Download SQL Server 2005]]></category> <category><![CDATA[sql server 2005 express video tutorial]]></category> <category><![CDATA[sql server 2005 replication]]></category> <category><![CDATA[sql server instance]]></category> <category><![CDATA[sql server standard edition]]></category><guid
isPermaLink="false">http://idealprogrammer.com/databases/sql-server/sql-server-2005-video-tutorial-1-installing/</guid> <description><![CDATA[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.<p><a
href="http://idealprogrammer.com/videos/sql-server-2005-video-tutorial-1-installing/">SQL Server 2005 Video Tutorial &#8211; 1 &#8211; Installing</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p>Related posts:<ol><li><a
href='http://idealprogrammer.com/videos/visual-web-developer-2005-video-tutorial-1-installing/' rel='bookmark' title='Permanent Link: Visual Web Developer 2005 Video Tutorial -1- Installing'>Visual Web Developer 2005 Video Tutorial -1- Installing</a> <small>This programming video tutorial series will show how easy it...</small></li><li><a
href='http://idealprogrammer.com/videos/visual-c-2005-express-video-tutorial-1-installing/' rel='bookmark' title='Permanent Link: Visual C# 2005 Express Video Tutorial -1- Installing'>Visual C# 2005 Express Video Tutorial -1- Installing</a> <small>Shows you how to install C# for free in under...</small></li><li><a
href='http://idealprogrammer.com/videos/visual-studio-express-2005-video-tutorial-part-1/' rel='bookmark' title='Permanent Link: Visual Studio Express 2005 Video Tutorial &#8211; Part 1'>Visual Studio Express 2005 Video Tutorial &#8211; Part 1</a> <small>Quick 2-minute tutorial shows how to install Visual Studio Visual...</small></li></ol>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description> <content:encoded><![CDATA[<p
class="lead">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 &#034;window&#034; to connect to your databases.  You use the &#034;SQL (Structured Query Language) Language&#034; to reach through the window to &#034;touch&#034; and &#034;manipulate&#034; the databases.</p><p>The express version of SQL Server is totally free.  It allows you create and update tables on your own computer or update tables on a remote web server.  The standard Edition (not the Express) allows you to directly create and administer your tables on a remote web server, but the Express version only allows updating on remote web servers.</p><p>In this first video, we will look at how to install <a
rel="tag" href="http://blogs.icerocket.com/tag/SQL+Server">SQL Server</a><a
rel="tag" href="http://blogs.technorati.com/tag/express+edition">Express Edition</a> 2005. Please click on the heading for the tutorial if you want to view it in full-screen mode.</p><p>By far, the best hosting company that I have found for .NET applications is <a
href="http://www.discountasp.net/index.aspx?refcode=HARVEY" target="_blank">Discountasp.net</a>. <a
href="http://www.discountasp.net/index.aspx?refcode=HARVEY" target="_blank">Discountasp.net</a> provides many SQL tools that make it easy to remotely manage your sql database directly from your computer that other hosting companies like GoDaddy do not.</p><p>You can find a summary of over 700 <a
href="http://www.LearnVisualStudio.NET/119.html"  target='_blank'  rel='nofollow' >video tutorials</a> on programming by clicking this link: <a
rel="tag" href="http://idealprogrammer.com/videos/summary-of-over-700-programmer-videos/">Summary of 700 Programming Tutorials</a>.</p><h3><a
title="Part 1 - Installing SQL Server 2005 Express" href="http://youtube.com/watch?v=5Yq75lkXtL4" target="_blank">Part 1 &#8211; Installing SQL Server 2005 Express </a></h3><p>Oct 16, 2007</p><p>By: Wade Harvey (Ideal Programmer)</p><p>10 minutes</p><p>Quick 10-minute tutorial shows how to install SQL Server Express 2005.</p><p><object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param
name="wmode" value="transparent" /><param
name="src" value="http://www.youtube.com/v/5Yq75lkXtL4" /><embed
type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/5Yq75lkXtL4" wmode="transparent"></embed></object></p><h3>Other Tutorials in This Series</h3><p>This is a work in progress &#8211; More to episodes will be coming&#8230;Please bookmark this post and check back often.</p><h3>Further Study</h3><p>Microsoft has an excellent series of 13 <a
href="http://www.LearnVisualStudio.NET/119.html"  target='_blank'  rel='nofollow' >video tutorials</a> on SQL Server 2005 Express that lasts about 9 hours. The series is for beginners, but everyone can learn a good deal from it.  You can view the series by clicking on this link: <a
href="http://msdn2.microsoft.com/en-us/express/aa718391.aspx" target="_blank">SQL Server 2005 Express Video Tutorials</a></p><p><a
href="http://idealprogrammer.com/videos/sql-server-2005-video-tutorial-1-installing/">SQL Server 2005 Video Tutorial &#8211; 1 &#8211; Installing</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p><p>Related posts:<ol><li><a
href='http://idealprogrammer.com/videos/visual-web-developer-2005-video-tutorial-1-installing/' rel='bookmark' title='Permanent Link: Visual Web Developer 2005 Video Tutorial -1- Installing'>Visual Web Developer 2005 Video Tutorial -1- Installing</a> <small>This programming video tutorial series will show how easy it...</small></li><li><a
href='http://idealprogrammer.com/videos/visual-c-2005-express-video-tutorial-1-installing/' rel='bookmark' title='Permanent Link: Visual C# 2005 Express Video Tutorial -1- Installing'>Visual C# 2005 Express Video Tutorial -1- Installing</a> <small>Shows you how to install C# for free in under...</small></li><li><a
href='http://idealprogrammer.com/videos/visual-studio-express-2005-video-tutorial-part-1/' rel='bookmark' title='Permanent Link: Visual Studio Express 2005 Video Tutorial &#8211; Part 1'>Visual Studio Express 2005 Video Tutorial &#8211; Part 1</a> <small>Quick 2-minute tutorial shows how to install Visual Studio Visual...</small></li></ol></p><p>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded> <wfw:commentRss>http://idealprogrammer.com/videos/sql-server-2005-video-tutorial-1-installing/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>What is DB2? History, Editions, and Video Illustrations</title><link>http://idealprogrammer.com/databases/db2/what-is-db2-history-editions-and-video-illustrations/</link> <comments>http://idealprogrammer.com/databases/db2/what-is-db2-history-editions-and-video-illustrations/#comments</comments> <pubDate>Thu, 16 Aug 2007 09:25:40 +0000</pubDate> <dc:creator>asp.net videos</dc:creator> <category><![CDATA[DB2]]></category><guid
isPermaLink="false">http://idealprogrammer.com/databases/db2/what-is-db2-history-editions-and-video-illustrations/</guid> <description><![CDATA[This article provides a brief history of DB2, a list of available editions, and many videos from several of the primary architects of the product.<p><a
href="http://idealprogrammer.com/databases/db2/what-is-db2-history-editions-and-video-illustrations/">What is DB2? History, Editions, and Video Illustrations</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p>Related posts:<ol><li><a
href='http://idealprogrammer.com/net-languages/visual-basic-vbnet/net-framework-30-and-beyond-with-many-video-illustrations/' rel='bookmark' title='Permanent Link: NET Framework 3.0 and Beyond with Many Video Illustrations'>NET Framework 3.0 and Beyond with Many Video Illustrations</a> <small>This article begins by explaining what NET. Framework 3.0 is....</small></li><li><a
href='http://idealprogrammer.com/databases/mysql/what-is-mysql-a-visual-definition/' rel='bookmark' title='Permanent Link: What is MySQL? A Visual Definition'>What is MySQL? A Visual Definition</a> <small>MySQL is an RDBMS (relational database) that is used in...</small></li></ol>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description> <content:encoded><![CDATA[<p><em>by: Wade Harvey</em></p><h3>Historical Background</h3><p
class="lead"><a
title="AS 400" href="http://www.flickr.com/photos/17963290@N00/3296197292/" target="_blank"><img
class="alignright" style="border: 0pt none; margin: 5px; float: right;" src="http://farm4.static.flickr.com/3418/3296197292_8bf2a8a0dd_m.jpg" border="0" alt="AS 400 - What is DB2,What is DB2,disaster recovery software, websphere db2, db2 download, db2 driver, db2 select, db2 odbc" /></a><a
rel="tag" href="https://www.google.com/#hl=en&amp;sugexp=pfwl&amp;cp=20&amp;gs_id=2c&amp;xhr=t&amp;q=DB2">DB2</a> is a relational database management system produced by IBM that IBM refers to as a &#034;data server.&#034;  What is a relational database? A <a
rel="tag" href="http://blogs.technorati.com/tag/relational+database">relational database</a> is a set of files that has been analyzed for all of the relationships between fields.  The related fields are pulled out of the original files in order to minimize redundancy in the data being stored.  For example, instead of storing the information that TN is the state Tennessee in every record, that information is pulled out of the original file and stored only once in a state code file.<br
/> <small><a
title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img
src="http://idealprogrammer.com/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a
href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a
title="cocoate.com" href="http://www.flickr.com/photos/17963290@N00/3296197292/" target="_blank">cocoate.com</a></small></p><p>The idea of a relational database first arose in 1970 when Dr. E.F. Codd formally stated a number of algebraic rules that could be applied to data manipulation.  IBM left the application of Codd&#039;s principles to a group of programmers that created a language that was eventually called SQL (Structured Query Language).  DB2 was the name given to the Database Management System in 1982, and it is the first database to use SQL.</p><p>At first, DB2 was only available on IBM mainframes, but during the 1990&#039;s DB2 spread to many other platforms, LUW (Linux, Unix, Windows), mid-range computers i5/OS (formerly AS/400) and even on PDAs. During the 90s, IBM also introduced it&#039;s Universal Server.  The Universal Server shifted the technology to an object-related SQL DBMS that allows developers to define their own data types from more primitive data types.</p><p>In 2001, IBM bought <a
rel="tag" href="http://www.idealprogrammer.com">Informix</a> and incorporated many of it&#039;s database features into the DB2 product suite.</p><p>In 2006, IBM announced &#034;Viper,&#034; the codename for DB2 9 on distributed platforms and DB2 9 on z/OS.  DB2 9 offers the ability to store XML &#034;natively,&#034; and it also allows storage compression to save on disk space.  IBM refers to the ability to store XML as pureXML(tm).</p><p>IBM&#039;s biggest competitors are Teradata for Data Warehousing and Oracle.  Microsoft&#039;s SQL Server and MySQL are serious competitors in the smaller environments.</p><h3>Editions</h3><p><a
href="http://www-306.ibm.com/software/data/db2/">IBM&#039;s Product Summary page for DB2</a> allows one to download the various editions after registering.  The DB2 Express-c edition is free, and the other editions allow you to have a 90-day free trial.</p><p>IBM will send you a free <a
href="https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?lang=en_US&amp;source=swg-db2kit">Discovery DVD</a> that contains:</p><li>DB2 Express-C 9 (Linux and Windows),</li><li>DB2 Developer Workbench (Linux and Windows),</li><li>a comparison of all Editions from Express to Enterprise,</li><li>webcasts, tutorials, and much more!</li><p>Here is a list of some of the major features of several of the DB2 Editions:</p><p>1. <strong>DB2 9 Express for Linux, Sun Solaris x86, Windows</strong> is the ideal entry level data server. Suitable for transaction processing or complex query workloads on servers with up to two processors. (2 processors &amp; 4 Gig RAM) Starting at $4,874 per processor of $165 per user (minimum of 5 users).</p><p>1.a. <strong>DB2 Express-C</strong> is a <strong>free</strong> version of DB2 Express Edition (DB2 Express) for the community. DB2 Express-C is a no-charge data server for use in development and deployment of applications including: XML, C/C++, Java, .NET, PHP, and more. DB2 Express-C can be run on up to 2 dual-core CPU servers, with up to 4 GB of memory, any storage system setup and with no restrictions on database size or any other artificial restrictions. (Linux and Windows)</p><p>2. <strong>DB2 9 Workgroup for LUW (Linux, Unix, and Windows </strong> Includes all of the features of DB2 Express with scalability to larger servers. (4 processors &amp; 16 Gig RAM)</p><p>3. <strong>DB2 9 Enterprise for LUW </strong> &#8211; Includes all of the features of DB2 Workgroup plus features required to provide the scalability to handle high user loads and provide 24x7x365 availability. (No restrictions on number of processors or ram).  Pricing is by users on CPU (25 minimum) or by number of CPUs.</p><p>4.<strong> DB2 Data Warehouse Enterprise Edition </strong>(DB2 DWE) &#8211; can run on LUW (Linux, Unix, and Windows) platforms, and it can be used with a mixed workload (OLTP and datawarehousing) or business intelligence implementations. Pricing starts at $4,874 per processor.</p><p>5. <strong>DB2 for z/OS </strong>- allows for storing of XML and also has improved dynamic warehousing and OLTP capabilities. Pricing starts at $4,450 per month.</p><p>6. <strong>DB2 Everyplace</strong> &#8211; features a small footprint relational database and high performance data synchronization solution that enables enterprise applications and data to be securely extended to mobile devices such as personal digital assistants (PDAs), smart phones and other embedded mobile devices.</p><h3>Related Videos</h3><h3>IBM What Makes You Special DB2 Viper ..</h3><p>5 min &#8211; Aug 30, 2006</p><p>IBM video ad highlighting Information On Demand (IOD) value in DB2 v9 Viper release as described by several customers and partners. Includes What Makes You Special ad</p><p><object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param
name="wmode" value="transparent" /><param
name="src" value="http://www.youtube.com/v/XqaHPuLpqww" /><embed
type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/XqaHPuLpqww" wmode="transparent"></embed></object></p><h3>IBM DB2 Viper Test Drive &#8211; StradaSoft In&#8230;</h3><p>2 min &#8211; Nov 17, 2006</p><p>IBM DB2 Viper Test Drive Partner Video StradaSoft Inc.</p><p><object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param
name="wmode" value="transparent" /><param
name="src" value="http://www.youtube.com/v/Vv-aMce64W4" /><embed
type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/Vv-aMce64W4" wmode="transparent"></embed></object></p><h3>DB2 Viper 2 Overview &#8211; Part I</h3><p>8 min &#8211; Jul 17, 2007</p><p>Tim Vincent being interviewed by Rav Ahuja about Viper 2, the next release of DB2 on LUW currently in beta. Part I gives an overview and covers workload management enhancements.</p><p><object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param
name="wmode" value="transparent" /><param
name="src" value="http://www.youtube.com/v/wiPgBdpvZBM" /><embed
type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/wiPgBdpvZBM" wmode="transparent"></embed></object></p><h3>DB2 Viper 2 Overview &#8211; Part II</h3><p>10 min &#8211; Jul 17, 2007</p><p>Tim Vincent being interviewed by Rav Ahuja about Viper 2, the next release of DB2 on LUW.</p><p><object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param
name="wmode" value="transparent" /><param
name="src" value="http://www.youtube.com/v/7jYOVOrwbwc" /><embed
type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/7jYOVOrwbwc" wmode="transparent"></embed></object></p><h3>The Key to Optimal Performance of Your DB2 Applications</h3><p>57 min &#8211; Mar 27, 2007</p><p>Jim Wankowski, DB2 technology specialist for Quest Software, discusses the performance gains you can achieve in IBM DB2 LUW using Toad for DB2. You will learn a 3-step, best practices approach to workflow: develop, optimize, and validate.</p><p><object
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param
name="wmode" value="transparent" /><param
name="src" value="http://www.youtube.com/v/2MrW2qPkFsI" /><embed
type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/2MrW2qPkFsI" wmode="transparent"></embed></object></p><h3>IBM&#039;s DB2 Webcasts:</h3><p><a
title="IBMs Webcasts on DB2" href="http://www-01.ibm.com/software/sw-events/type/systemz/webcast/upcoming_1.html" target="_blank">List of about 15 Webcasts by IBM on DB2</a></p><h3>ChannelDB2.com</h3><p><a
title="About 15 videos on DB2" href="http://channeldb2.ning.com/video" target="_blank">List of Videos from IBM in Toronto</a></p><p><a
href="http://idealprogrammer.com/databases/db2/what-is-db2-history-editions-and-video-illustrations/">What is DB2? History, Editions, and Video Illustrations</a> is a post from: <a
href="http://idealprogrammer.com">IdealProgrammer.com</a></p><p>Related posts:<ol><li><a
href='http://idealprogrammer.com/net-languages/visual-basic-vbnet/net-framework-30-and-beyond-with-many-video-illustrations/' rel='bookmark' title='Permanent Link: NET Framework 3.0 and Beyond with Many Video Illustrations'>NET Framework 3.0 and Beyond with Many Video Illustrations</a> <small>This article begins by explaining what NET. Framework 3.0 is....</small></li><li><a
href='http://idealprogrammer.com/databases/mysql/what-is-mysql-a-visual-definition/' rel='bookmark' title='Permanent Link: What is MySQL? A Visual Definition'>What is MySQL? A Visual Definition</a> <small>MySQL is an RDBMS (relational database) that is used in...</small></li></ol></p><p>Related posts brought to you by <a
href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded> <wfw:commentRss>http://idealprogrammer.com/databases/db2/what-is-db2-history-editions-and-video-illustrations/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic (User agent is rejected)
Database Caching 121/165 queries in 0.107 seconds using disk: basic
Object Caching 2364/2369 objects using disk: basic

Served from: idealprogrammer.com @ 2012-05-21 09:44:05 -->
