https://www.developerfusion.com/t/sql/media/view/video/ Video SQL Media from Developer Fusion 2012-07-25T05:16:00.00Z http://www.developerfusion.com/media/145206/368-miniprofiler/ #368 MiniProfiler 2012-07-25T05:16:00.00Z MiniProfiler allows you to see the speed of a request conveniently on the page. It also shows the SQL queries performed and allows you to profile a specific block of code. James Crowley http://www.developerfusion.com/media/143610/354-squeel/ #354 Squeel 2012-05-30T10:37:00.00Z Squeel provides a comprehensive DSL for writing SQL queries in Ruby. It is built upon Arel giving you access to many of its powerful features. James Crowley http://www.developerfusion.com/media/118917/251-metawhere-metasearch/ #251 MetaWhere & MetaSearch 2011-05-10T03:36:00.00Z MetaWhere provides a way to do complex find conditions without SQL in Active Record. MetaSearch makes it easy to create search forms with many find options. James Crowley http://www.developerfusion.com/media/113956/steve-hughes-on-sql-azure/ Steve Hughes on SQL Azure 2011-03-04T12:40:00.00Z Steve Hughes shows how to quickly create and manage a SQL Azure database, and shows options for migrating and maniuplating data. James Crowley http://www.developerfusion.com/media/76319/sql-server-2008-r2/ SQL Server 2008 R2 2010-02-01T03:47:00.00Z Amit Goyal and Michael Lisin discuss SQL Server 2008 R2 with Ted Neward. James Crowley http://www.developerfusion.com/media/70809/sql-server-fundamentals-for-the-accidental-dba/ SQL Server Fundamentals for the Accidental DBA 2009-11-16T10:59:00.00Z SQL Server expert Eric Johnson teaches "Accidental DBAs" the basic building blocks of SQL Server maintenance in a no-nonsense, approachable way.  Topics include installation, database overview, backing up and restoring databases and more. James Crowley http://www.developerfusion.com/media/44731/oracle-sql-developer-dig-the-new-data-modeler/ Oracle SQL Developer: Dig the New Data Modeler! 2009-07-03T15:41:00.00Z VIDEO PODCAST: Product manager Sue Harper describes Oracle SQL Developer Data Modeler, the newest addition to the SQL Developer family of tools. James Crowley http://www.developerfusion.com/media/48397/microsoft-sql-server-2008-analysis-services-unleashed-video/ Microsoft SQL Server 2008 Analysis Services Unleashed (video) 2009-07-17T16:30:00.00Z Irina Gorbach and Edward Melomed discuss new features in SQL Server 2008 Analysis Services. Learn how to build enterprise-class OLAP solutions with Analysis Services 2008 rapidly and efficiently. James Crowley http://www.developerfusion.com/media/113714/adonet-data-services-surfacing-data/ ADO.NET Data Services - Surfacing Data 2011-03-04T11:24:00.00Z ADO.NET Data Services let us make data widely available through RESTful web services. In this video we take a look at how we can offer data from the ADO.NET Entity Framework, LINQ to SQL and any arbitrary data. James Crowley http://www.developerfusion.com/media/113716/sql-server-2008-reading-filestream-data/ SQL Server 2008 - Reading FileStream Data 2011-03-04T11:24:00.00Z SQL Server 2008 has a new extension to the varbinary(max) datatype which allows you to store arbitrary large blobs "in the database" from the perspective of data access and backup but the actual data is stored in the filesystem.In this session we take a look at how we can use FileStream a. James Crowley http://www.developerfusion.com/media/113719/sql-server-2008-writing-data-with-filestream/ SQL Server 2008 - Writing data with FileStream 2011-03-04T11:24:00.00Z SQL Server 2008 has a new extension to the varbinary(max) datatype which allows you to store arbitrary large blobs "in the database" from the perspective of data access and backup but the actual data is stored in the filesystem.In this session we follow on from a previous video and take a loo. James Crowley http://www.developerfusion.com/media/113718/sql-server-2008-change-tracking/ SQL Server 2008 - Change Tracking 2011-03-04T11:24:00.00Z SQL Server 2008 has two facilities for monitoring changes to a table to facilitate (e.g.) loading of a data warehousing or building an online/offline application with syncronisation capabilities.In this video we take a look at "Change Tracking" which provides notification of net changes made James Crowley http://www.developerfusion.com/media/113721/sql-server-2008-table-valued-parameters/ SQL Server 2008 - Table Valued Parameters 2011-03-04T11:24:00.00Z SQL Server 2008 (and ADO.NET in .NET Framework V3.5) have a capability whereby you can pass a whole table of data into a stored procedure in one go. Rather than passing XML or a string, multi-valued parameters can be represented quite naturally.In this video, we take a quick look. James Crowley http://www.developerfusion.com/media/48509/on-microsoft-sql-server-lessons-from-an-architect-with-william-r-vaughn-part-one/ On Microsoft - SQL Server Lessons From An Architect with William R. Vaughn - Part One 2009-07-17T16:30:00.00Z Legendary "Hitchhiker's Guide to Visual Studio and SQL Server," author William R. Vaughn shares valuable lessons and advice on the latest development tools provided by Visual Studio and SQL Server - Part 1 of 2. James Crowley http://www.developerfusion.com/media/48535/on-microsoft-sql-server-2005-database-administration-with-buck-woody-part-2/ On Microsoft - SQL Server 2005 Database Administration with Buck Woody - Part 2 2009-07-17T16:30:00.00Z Join host Ted Neward as he discusses scripting with "Adminstrator's Guide to SQL Server 2005" author Buck Woody in part 2 of this series. James Crowley http://www.developerfusion.com/media/48540/on-microsoft-sql-server-2005-database-administration-with-buck-woody-part-1/ On Microsoft - SQL Server 2005 Database Administration with Buck Woody - Part 1 2009-07-17T16:30:00.00Z Join host Ted Neward as he discusses scripting with "Adminstrator's Guide to SQL Server 2005" author Buck Woody in part 1 of this series. James Crowley http://www.developerfusion.com/media/48543/on-microsoft-inside-scripting-vbscript-wmi-and-adsi-unleashed-with-don-jones-part-2/ On Microsoft - Inside Scripting: VBScript, WMI and ADSI Unleashed with Don Jones - Part 2 2009-07-17T16:30:00.00Z Join host Ted Neward as he discusses the SQL server 2005 database administration with "VB Script, WMI, and ADSI" author Don Jones, in part 2 of this series. James Crowley http://www.developerfusion.com/media/48547/on-microsoft-inside-scripting-vbscript-wmi-and-adsi-unleashed-with-don-jones-part-1/ On Microsoft - Inside Scripting: VBScript, WMI and ADSI Unleashed with Don Jones - Part 1 2009-07-17T16:30:00.00Z Join host Ted Neward as he discusses the SQL server 2005 database administration with "VB Script, WMI, and ADSI" author Don Jones, in part 1 of this series. James Crowley http://www.developerfusion.com/media/119143/25-sql-injection/ #25 SQL Injection 2011-05-10T03:36:00.00Z One of the most common security problems for dynamic sites is SQL Injection. Thankfully Rails does everything it can in solving this issue, but you still need to be aware of it. James Crowley http://www.developerfusion.com/media/119146/22-eager-loading/ #22 Eager Loading 2011-05-10T03:36:00.00Z One way to improve performance is to cut down on the number of SQL queries. You can do this through eager loading. Learn all about it in this episode! James Crowley