<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblogcasts.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Tony Rogerson&amp;#39;s ramblings on SQL Server</title><subtitle type="html">&lt;table id="table2" cellspacing="1" cellpadding="7"&gt;
&lt;tr&gt;
	&lt;td valign="top" rowspan="2"&gt;&lt;a href="http://www.sql-server.co.uk"&gt;&lt;img border="0" src="http://sqlserverfaq.com/images/tonyrogerson.jpg" alt="" /&gt;&lt;/a&gt;&lt;/td&gt;
	&lt;td&gt;&lt;p align="center"&gt;&lt;font face="Tahoma" color="#008000"&gt;Tony Rogerson is an 
independent SQL Server specialist based in the UK, this is his blog fed 
from his day to day experience as a consultant and work in the SQL community.&lt;/font&gt;&lt;br /&gt;&lt;br /&gt;
&lt;table id="table3" cellspacing="1" cellpadding="7"&gt;
	&lt;/table&gt;
	&lt;/td&gt;
	&lt;td valign="top" rowspan="2"&gt;&lt;a href="http://www.sql-server.co.uk" target="_blank"&gt;&lt;img border="0" src="http://sqlblogcasts.com/photos/blogimages/images/454/secondarythumb.aspx" alt="" /&gt;&lt;/a&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
	&lt;td valign="top"&gt;

&lt;script type="text/javascript" src="http://sqlblogcasts.com/UserScripts/tonyrogerson_google1.txt"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"&gt;
&lt;/script&gt;


&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
</subtitle><id>http://sqlblogcasts.com/blogs/tonyrogerson/atom.aspx</id><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/default.aspx" /><link rel="self" type="application/atom+xml" href="http://sqlblogcasts.com/blogs/tonyrogerson/atom.aspx" /><generator uri="http://communityserver.org" version="3.1.20917.1142">Community Server</generator><updated>2008-02-28T11:05:00Z</updated><entry><title>Common Table Expressions (CTE's) - How it works; How Recursion Works; Using with Adjacency List</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/05/11/common-table-expressions-cte-s-how-it-works-how-recursion-works-using-with-adjacency-list.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/05/11/common-table-expressions-cte-s-how-it-works-how-recursion-works-using-with-adjacency-list.aspx</id><published>2008-05-11T18:47:00Z</published><updated>2008-05-11T18:47:00Z</updated><content type="html">Recursion in Common Table Expressions (CTE’s), how does it work? How can I use it with the adjacency list model (parent / child columns)? In this blog entry I show how recursion works, how to use it with the adjacency list model and talk about other aspects and uses for CTE’s; I also demonstrate some of the areas where CTE’s aren’t that good and how to help remedy that performance penalty suffered. This weekend I’ve been at the Scottish Developers Conference in Glasgow – a great day, I gave my making...(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/05/11/common-table-expressions-cte-s-how-it-works-how-recursion-works-using-with-adjacency-list.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=10384" width="1" height="1"&gt;</content><author><name>tonyrogerson</name><uri>http://sqlblogcasts.com/members/tonyrogerson.aspx</uri></author><category term="SQL Server" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server/default.aspx" /><category term="SQL Development" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Development/default.aspx" /><category term="CTE" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/CTE/default.aspx" /></entry><entry><title>Using the OUTPUT clause on INSERT when loading data using OPENROWSET and BULK operator</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/05/05/using-the-output-clause-on-insert-when-loading-data-using-openrowset-and-bulk-operator.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/05/05/using-the-output-clause-on-insert-when-loading-data-using-openrowset-and-bulk-operator.aspx</id><published>2008-05-05T08:52:00Z</published><updated>2008-05-05T08:52:00Z</updated><content type="html">Say you have an external file you want to load into your SQL Server database; you need to load – verify – cleanse and insert and at the same time keep a cross reference between the original source file records and the inserted database rows. The OUTPUT clause is an ideal candidate to help you with this cause; most people use the IDENTITY property for surrogate keys; the OUTPUT clause allows you to get at the value returned by the IDENTITY for each row you’ve just inserted; unlike SCOPE_IDENTITY(...(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/05/05/using-the-output-clause-on-insert-when-loading-data-using-openrowset-and-bulk-operator.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=10372" width="1" height="1"&gt;</content><author><name>tonyrogerson</name><uri>http://sqlblogcasts.com/members/tonyrogerson.aspx</uri></author><category term="SQL Server" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server/default.aspx" /><category term="Data Cleansing" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/Data+Cleansing/default.aspx" /></entry><entry><title>UK MS Premier Customer? - Premier Field Engineering are hosting an Operations Day for SQL 2008</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/04/27/uk-ms-premier-customer-premier-field-engineering-are-hosting-an-operations-day-for-sql-2008.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/04/27/uk-ms-premier-customer-premier-field-engineering-are-hosting-an-operations-day-for-sql-2008.aspx</id><published>2008-04-27T19:06:00Z</published><updated>2008-04-27T19:06:00Z</updated><content type="html">5th June, Thames Valley Park, Reading sees an Operations Day for SQL Server 2008 for Premier customers only. More information: http://sqlblogcasts.com/blogs/thepremiers/archive/2008/04/27/operations-day-for-sql-server-2008-open-for-premier-customers-only.aspx Don&amp;#39;t worry - we&amp;#39;ve plenty of stuff in the pipe line if you aren&amp;#39;t lucky enough (or are for that matter). SQLBits is scheduled for the 12th and 13th Sept in Hatfield but more information on that in about a months time....(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/04/27/uk-ms-premier-customer-premier-field-engineering-are-hosting-an-operations-day-for-sql-2008.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=10354" width="1" height="1"&gt;</content><author><name>tonyrogerson</name><uri>http://sqlblogcasts.com/members/tonyrogerson.aspx</uri></author><category term="SQL Server" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>MVP Summit 2008 - Seattle;  Euan Garden BBQ - 5 SQL Server MVP's as "the band"</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/04/15/mvp-summit-2008-seattle-euan-garden-bbq-5-sql-server-mvp-s-as-quot-the-band-quot.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/04/15/mvp-summit-2008-seattle-euan-garden-bbq-5-sql-server-mvp-s-as-quot-the-band-quot.aspx</id><published>2008-04-15T00:33:00Z</published><updated>2008-04-15T00:33:00Z</updated><content type="html">&lt;p&gt;This week I&amp;#39;m over in Seattle for the MVP Summit, a number of us UK SQL Server MVP&amp;#39;s are out here - myself, Simon Sabin, David Portas, Jamie Thomson, Rob Farley and&amp;nbsp;Satya Jantry.&lt;/p&gt;
&lt;p&gt;We popped over to see Euan yesterday for a BBQ - I knew things started to go down hill when we started to play on his xbox and the Rock Band game.&lt;/p&gt;
&lt;p&gt;Want to see? &lt;a href="http://sqlblogcasts.com/r.ashx?F"&gt;http://sqlblogcasts.com/r.ashx?F&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Shaping up for a good week - met up with some folks I&amp;#39;ve not seen in a long while - Russell Fields, Roy Harvey - great to see you guys back in the program.&lt;/p&gt;&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=10320" width="1" height="1"&gt;</content><author><name>tonyrogerson</name><uri>http://sqlblogcasts.com/members/tonyrogerson.aspx</uri></author><category term="SQL Server" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>MSTSC - No more /Console</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/04/09/mstsc-no-more-console.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/04/09/mstsc-no-more-console.aspx</id><published>2008-04-09T12:30:00Z</published><updated>2008-04-09T12:30:00Z</updated><content type="html">If like me you spend the majority of your life remote desktoping to various servers you should know that as of Vista SP1 the /console switch no longer gets you to the Console session on the server - you need to use the /admin switch instead; apparently the behaviour is the same on Windows 2008. It&amp;#39;s the client side that&amp;#39;s the problem. Anyway- this blog entry explains it all -&amp;gt; http://blog.shijaz.com/2008/01/no-more-mstscexe-console.html Hope that saves you a few minutes headache. Tony...(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/04/09/mstsc-no-more-console.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=10307" width="1" height="1"&gt;</content><author><name>tonyrogerson</name><uri>http://sqlblogcasts.com/members/tonyrogerson.aspx</uri></author><category term="Support" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/Support/default.aspx" /></entry><entry><title>London Event 13-16 May: Insight from Kimball University: Microsoft Data Warehouse in Depth</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/04/07/london-event-13-16-may-insight-from-kimball-university-microsoft-data-warehouse-in-depth.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/04/07/london-event-13-16-may-insight-from-kimball-university-microsoft-data-warehouse-in-depth.aspx</id><published>2008-04-07T11:01:00Z</published><updated>2008-04-07T11:01:00Z</updated><content type="html">Microsoft Data Warehouse in Depth Joy Mundy &amp;amp; Warren Thornthwaite London, 13 – 16 May 2008 Attend Microsoft Data Warehouse in Depth at Crown Plaza London, May 13-16 to discover how to build a successful business intelligence system using Microsoft SQL Server 2005. Covering the complete suite of data warehousing tools that accompanies SQL Server 2005, Warren Thornthwaite and Joy Mundy , authors with Ralph Kimball of the Microsoft Data Warehouse Toolkit, focus on the full project lifecycle, including...(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/04/07/london-event-13-16-may-insight-from-kimball-university-microsoft-data-warehouse-in-depth.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=10299" width="1" height="1"&gt;</content><author><name>tonyrogerson</name><uri>http://sqlblogcasts.com/members/tonyrogerson.aspx</uri></author><category term="SQL Server" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>Rude easter egg in SQL 2005 - Uniqueidentifier gives the F0FF</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/04/01/rude-easter-egg-in-sql-2005-uniqueidentifier-gives-the-f0ff.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/04/01/rude-easter-egg-in-sql-2005-uniqueidentifier-gives-the-f0ff.aspx</id><published>2008-04-01T04:41:00Z</published><updated>2008-04-01T04:41:00Z</updated><content type="html">I found this while researching a blog article; very interesting - I always thought code was put in place to prevent this sort of thing from happening. Only seems to work on SQL Server 2005 SP1. set language british set ansi_defaults off set ansi_nulls on declare @uid uniqueidentifier set @uid = newid () declare @tb table ( blah char ( 36 ) not null ) insert @tb values ( cast ( @uid as char ( 36 ) ) ) select cast ( blah as uniqueidentifier ), * from @tb Gives the result set -&amp;gt; F0FFB2EE - F0FFEEEEE...(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/04/01/rude-easter-egg-in-sql-2005-uniqueidentifier-gives-the-f0ff.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=10269" width="1" height="1"&gt;</content><author><name>tonyrogerson</name><uri>http://sqlblogcasts.com/members/tonyrogerson.aspx</uri></author><category term="SQL Server" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server/default.aspx" /><category term="April Fool Joke" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/April+Fool+Joke/default.aspx" /></entry><entry><title>Send Table or View as embedded HTML &lt;table&gt; in an email – stored procedure</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/03/28/send-table-or-view-as-embedded-html-lt-table-gt-in-an-email-stored-procedure.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/03/28/send-table-or-view-as-embedded-html-lt-table-gt-in-an-email-stored-procedure.aspx</id><published>2008-03-28T20:19:00Z</published><updated>2008-03-28T20:19:00Z</updated><content type="html">Ever wanted to take a table, permanent or temporary or a view and just email it straight from SQL where the query result sits in the email as a nicely formatted HTML table rather than that ugly text file attachment you get when using sp_send_dbmail? Ever hit that infinite deadlock I blogged about the other day if you use the sp_send_dbmail attachment feature? Well, this stored procedure is for you! This is an expansion of an example in the sp_send_dbmail section in books online, all I’ve done is...(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/03/28/send-table-or-view-as-embedded-html-lt-table-gt-in-an-email-stored-procedure.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=10252" width="1" height="1"&gt;</content><author><name>tonyrogerson</name><uri>http://sqlblogcasts.com/members/tonyrogerson.aspx</uri></author><category term="SQL Server" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>Taking stock on the success of SQLBlogCasts.com</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/03/20/taking-stock-on-the-success-of-sqlblogcasts-com.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/03/20/taking-stock-on-the-success-of-sqlblogcasts-com.aspx</id><published>2008-03-20T15:03:00Z</published><updated>2008-03-20T15:03:00Z</updated><content type="html">Spent a while today upgrading SQLBlogCasts.com from CS2.0 to CS2007.1 - very simple migration, a few things I&amp;#39;d forgotten to do but up and running now. It&amp;#39;s resident on one of my own servers down in Docklands running on SQL 2005 Express. While tidying up the database bits I thought to myself, I wonder how popular the site is because I&amp;#39;ve been noticing more and more posts on the RSS feed from the site. Total blog posts: 1,692 from 72 blogs since 5th February 2006 which is when SQLBlogCasts...(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/03/20/taking-stock-on-the-success-of-sqlblogcasts-com.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=9678" width="1" height="1"&gt;</content><author><name>tonyrogerson</name><uri>http://sqlblogcasts.com/members/tonyrogerson.aspx</uri></author><category term="SQL Server" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>Database taste challenge - SQL Server 2005 v Oracle 11g.</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/03/18/database-taste-challenge-sql-server-2005-v-oracle-11g.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/03/18/database-taste-challenge-sql-server-2005-v-oracle-11g.aspx</id><published>2008-03-18T05:32:00Z</published><updated>2008-03-18T05:32:00Z</updated><content type="html">"What tastes better, Microsoft® SQL Server® 2005 or Oracle 11g? What do people think? We're taking the taste challenge to the street. Find out what people are saying about their favorite database. Tast-ay!" Very good, very funny. http://www.databasetastechallenge.com/ When you are waiting for that 50GB database to restore on your slow server instead of reading FHM you can play a game :) Enjoy. Becareful though - some subliminal marketing going on there, think it's about with Oracle you have to buy...(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/03/18/database-taste-challenge-sql-server-2005-v-oracle-11g.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=9515" width="1" height="1"&gt;</content><author><name>tonyrogerson</name><uri>http://sqlblogcasts.com/members/tonyrogerson.aspx</uri></author><category term="SQL Server" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>Rampant Frogs Run Riot in Tony's pond Froggy Style</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/03/14/rampant-frogs-run-riot-in-tony-s-pond.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/03/14/rampant-frogs-run-riot-in-tony-s-pond.aspx</id><published>2008-03-14T11:08:00Z</published><updated>2008-03-14T11:08:00Z</updated><content type="html">Spring is upon us here in Harpenden, UK. Just took a couple of shots from my pond whilst having a break. Enjoy.... (I'll give a book to the best captions (postage to UK Mainland only)) If you want a bigger side image then -&amp;gt; http://sqlblogcasts.com/files/folders/9368/download.aspx Tony....(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/03/14/rampant-frogs-run-riot-in-tony-s-pond.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=9369" width="1" height="1"&gt;</content><author><name>tonyrogerson</name><uri>http://sqlblogcasts.com/members/tonyrogerson.aspx</uri></author><category term="Chewing the fat" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/Chewing+the+fat/default.aspx" /></entry><entry><title>sp_send_dbmail in a transaction with @query causes unresolvable deadlock</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/03/11/sp-send-dbmail-in-a-transaction-with-query-causes-unresolvable-deadlock.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/03/11/sp-send-dbmail-in-a-transaction-with-query-causes-unresolvable-deadlock.aspx</id><published>2008-03-11T13:01:00Z</published><updated>2008-03-11T13:01:00Z</updated><content type="html">So you are using the @query parameter of sp_send_dbmail and all of a sudden you start getting blocks and your connection running sp_send_mail is the cause, your connection running sp_send_mail just sits there in a runnable state with the lastwaittype of MSQL_XP. What is happening? create table ##ed_volval ( acol int not null ) begin tran insert ##ed_volval values ( 1 ) EXEC msdb . dbo . sp_send_dbmail @recipients = 'tonyrogerson@torver.net' , @subject = N 'Bad Idea' , @body = N 'Bad idea' , @query...(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/03/11/sp-send-dbmail-in-a-transaction-with-query-causes-unresolvable-deadlock.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=9218" width="1" height="1"&gt;</content><author><name>tonyrogerson</name><uri>http://sqlblogcasts.com/members/tonyrogerson.aspx</uri></author><category term="SQL Server" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>SQLBits - My Session - Making the Leap into Advanced T-SQL</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/03/07/sqlbits-my-session-making-the-leap-into-advanced-t-sql.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/03/07/sqlbits-my-session-making-the-leap-into-advanced-t-sql.aspx</id><published>2008-03-07T22:13:00Z</published><updated>2008-03-07T22:13:00Z</updated><content type="html">Got round to sorting the bits out, the session I did at SQLBits Birmingham on 1st March I looked at some of the table expressions available in SQL Server 2005 - Derived Tables, Temporary Tables and Common Table Expressions. I look at the basic framework and then go on into more advanced uses like running totals and cumulative totals. Presentation: http://sqlserverfaq.com/controls/kbase/store/downloads/SQLBits20080301MakingtheLeapintoAdvancedTSQL.ppt Recording: http://sqlserverfaq.com/controls/kbase...(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/03/07/sqlbits-my-session-making-the-leap-into-advanced-t-sql.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=8882" width="1" height="1"&gt;</content><author><name>tonyrogerson</name><uri>http://sqlblogcasts.com/members/tonyrogerson.aspx</uri></author><category term="SQL Server" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>SQLBits II - Some thoughts from last Sat</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/03/07/sqlbits-ii-some-thoughts-from-last-sat.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/03/07/sqlbits-ii-some-thoughts-from-last-sat.aspx</id><published>2008-03-07T19:06:00Z</published><updated>2008-03-07T19:06:00Z</updated><content type="html">As I draw breath from another busy week I take stock on what a great event last Saturday was - 350 people on the day, tons of positive feedback, throughout the day the whole atmosphere was great - can't wait until SQLBits III. The day did start off in a panic, mine and Charles laptops only have DVI output and the projectors only took VGA so I had to run into town and pick up a convertor - thank god for Maplins! Not sure I could squeeze 120 people around my laptop screen. The Saturday night after...(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/03/07/sqlbits-ii-some-thoughts-from-last-sat.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=8871" width="1" height="1"&gt;</content><author><name>tonyrogerson</name><uri>http://sqlblogcasts.com/members/tonyrogerson.aspx</uri></author><category term="SQL Server" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>Rafal Lukawiecki - Data Mining and Business Intelligence - London, 3rd April - all day event</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/02/28/rafal-lukawiecki-data-mining-and-business-intelligence-london-3rd-april-all-day-event.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/02/28/rafal-lukawiecki-data-mining-and-business-intelligence-london-3rd-april-all-day-event.aspx</id><published>2008-02-28T11:05:00Z</published><updated>2008-02-28T11:05:00Z</updated><content type="html">I was talking with David Hobbs-Mallyon (SQL Server Product Manager here in the UK - a good guy to know for swag and believe me Simon Sabin and I whipped a load away from yesterday's launch event for give aways at SQLBits (thanks Ellie too!), anyway I digress), I was chatting with David about how BI and Data Mining is a growing area of the product, seems apt and goes with one of the messages from the launch presentation I'd heard before talking to David; anyway - this event is nearly full so I though...(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2008/02/28/rafal-lukawiecki-data-mining-and-business-intelligence-london-3rd-april-all-day-event.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=8020" width="1" height="1"&gt;</content><author><name>tonyrogerson</name><uri>http://sqlblogcasts.com/members/tonyrogerson.aspx</uri></author><category term="SQL Server" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server/default.aspx" /></entry></feed>