<?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;/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&gt;
&lt;a href="http://en-gb.facebook.com/people/Tony-Rogerson/1078364749" title="Tony Rogerson&amp;#039;s Facebook Profile" target="_TOP"&gt;&lt;img src="http://badge.facebook.com/badge/1078364749.401.1765505178.png" alt="Tony Rogerson&amp;#039;s Facebook Profile" style="border:0px;" /&gt;&lt;/a&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>2009-05-05T18:45:00Z</updated><entry><title>Hopping mad frog wants to learn SQL Server</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/26/hopping-mad-frog-wants-to-learn-sql-server.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/26/hopping-mad-frog-wants-to-learn-sql-server.aspx</id><published>2009-06-26T10:32:00Z</published><updated>2009-06-26T10:32:00Z</updated><content type="html">I always like working at home with my patio door open, we had a really heavy rain shower and I got a visitor. Anyway, this video is one of the instances of me chasing him/her out of my office. So much for prepping for my LiveMeeting this afternoon :) http://www.youtube.com/watch?v=vrq_0woVynE Tony....(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/26/hopping-mad-frog-wants-to-learn-sql-server.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=11914" width="1" height="1"&gt;</content><author><name>tonyrogerson</name><uri>http://sqlblogcasts.com/members/tonyrogerson.aspx</uri></author></entry><entry><title>Determining Backup or Restore Percent Complete in SQL Server 2008 and SQL Server 2005</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/19/determining-backup-or-restore-percent-complete-in-sql-server-2008-and-sql-server-2005.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/19/determining-backup-or-restore-percent-complete-in-sql-server-2008-and-sql-server-2005.aspx</id><published>2009-06-19T11:59:00Z</published><updated>2009-06-19T11:59:00Z</updated><content type="html">If you want to see how far along your restore or backup is then you can do this... select percent_complete from sys . dm_exec_requests where session_id = 53 This is in addition to the STATS = n option on the BACKUP/RESTORE commands....(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/19/determining-backup-or-restore-percent-complete-in-sql-server-2008-and-sql-server-2005.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=11876" 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="Support" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/Support/default.aspx" /></entry><entry><title>Licence "experts" - SQL 2008 Standard Clustering and the Active/Passive requirements</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/19/licence-quot-experts-quot-sql-2008-standard-clustering-and-the-active-passive-requirements.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/19/licence-quot-experts-quot-sql-2008-standard-clustering-and-the-active-passive-requirements.aspx</id><published>2009-06-19T11:13:00Z</published><updated>2009-06-19T11:13:00Z</updated><content type="html">I&amp;#39;m migrating one of my clients from SQL Server 2000 to SQL Server 2008, they currently have an active/passive SQL Server 2000 cluster and we are going to keep the same architecture but on SQL Server 2008. The licence &amp;quot;expert&amp;quot; first states that SQL Server 2008 Standard edition doesn&amp;#39;t have clustering - so, that got corrected with a link onto the MS website; now I&amp;#39;m told you need two licences for a SQL Server 2008 active/passive cluster - wrong again and here are the bits from...(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/19/licence-quot-experts-quot-sql-2008-standard-clustering-and-the-active-passive-requirements.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=11875" width="1" height="1"&gt;</content><author><name>tonyrogerson</name><uri>http://sqlblogcasts.com/members/tonyrogerson.aspx</uri></author><category term="SQL Server Licencing" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server+Licencing/default.aspx" /></entry><entry><title>My new word: Automatonmattic</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/16/my-new-word-automatonmattic.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/16/my-new-word-automatonmattic.aspx</id><published>2009-06-16T19:23:00Z</published><updated>2009-06-16T19:23:00Z</updated><content type="html">Pronounced: &amp;quot;Automaton-Mattick&amp;quot; Meaning: Used to descibe individuals using forums who persistently post canned answers without adjusting the said answers to take into account changes in the underlying topic or technology....(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/16/my-new-word-automatonmattic.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=11863" width="1" height="1"&gt;</content><author><name>tonyrogerson</name><uri>http://sqlblogcasts.com/members/tonyrogerson.aspx</uri></author></entry><entry><title>Tonight on LiveMeeting -&gt; SQL 2008 R2 and Gemini; From Data Modelling to Information Architecture and Attribute Relationships, Aggregations and using MDX Studio to its best </title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/10/tonight-on-livemeeting-gt-sql-2008-r2-and-gemini-from-data-modelling-to-information-architecture-and-attribute-relationships-aggregations-and-using-mdx-studio-to-its-best.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/10/tonight-on-livemeeting-gt-sql-2008-r2-and-gemini-from-data-modelling-to-information-architecture-and-attribute-relationships-aggregations-and-using-mdx-studio-to-its-best.aspx</id><published>2009-06-10T12:03:00Z</published><updated>2009-06-10T12:03:00Z</updated><content type="html">We are broadcasting tonights UK SQL Server User Group meeting in Reading, for more information go to http://sqlserverfaq.com/events/168/SQL-2008-R2-and-Gemini-From-Data-Modelling-to-Information-Architecture-and-Attribute-Relationships-Aggregations-and-using-MDX-Studio-to-its-best.aspx . The agenda... 6.15pm – 7:00pm Andrew Fryer, Microsoft SQL Server 2008 R2 and Gemini SQL Server 2008 R2 will be the release with Gemini in it. Gemini is about trying to marry self service BI for end users with proper...(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/10/tonight-on-livemeeting-gt-sql-2008-r2-and-gemini-from-data-modelling-to-information-architecture-and-attribute-relationships-aggregations-and-using-mdx-studio-to-its-best.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=11837" 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="SQL Server User Group" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server+User+Group/default.aspx" /><category term="SQL Server FAQ" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server+FAQ/default.aspx" /><category term="SSAS" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SSAS/default.aspx" /></entry><entry><title>Job in Bristol; MS SQL Server DBA OLAP developer - Permanent.</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/10/job-in-bristol-ms-sql-server-dba-olap-developer-permanent.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/10/job-in-bristol-ms-sql-server-dba-olap-developer-permanent.aspx</id><published>2009-06-10T06:03:00Z</published><updated>2009-06-10T06:03:00Z</updated><content type="html">There is a job going in Bristol (see below), if you are interested and experienced enough for the role then please email me tonyrogerson@sqlserverfaq.com and I&amp;#39;ll forward your details onto the agent - note; obviously - do so before the end of June 2009 as google will index this and the job position may filled quickly. UK folks only! Job Title - MS SQL DBA OLAP developer Position - Permanent Location - Bristol XXX is a leading distributor of digital media with clients throughout the world. We...(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/10/job-in-bristol-ms-sql-server-dba-olap-developer-permanent.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=11835" 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="SQL Server User Group" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server+User+Group/default.aspx" /></entry><entry><title>UK SQL Server User Group - LiveMeeting tonight - Integrating Data Mining into your BI Solution</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/04/uk-sql-server-user-group-livemeeting-tonight-integrating-data-mining-into-your-bi-solution.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/04/uk-sql-server-user-group-livemeeting-tonight-integrating-data-mining-into-your-bi-solution.aspx</id><published>2009-06-04T06:04:00Z</published><updated>2009-06-04T06:04:00Z</updated><content type="html">Don&amp;#39;t forget tonight&amp;#39;s online meeting presented by Allan Mitchell, SQL Server MVP. The LiveMeeting URL to join the meeting is: https://www.livemeeting.com/cc/mvp/join?id=JJRMN6&amp;amp;role=attend&amp;amp;pw=b%27q%2F-s8D8 ; please join at least 10 minutes before the meeting so you have time to download the LiveMeeting control. We are recording the LiveMeeting and it will be available next week. 4 Jun 2009 Integrating Data Mining into your BI Solution LIVE MEETING @ 7.30pm - 8pm Allan Mitchell, SQL...(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/04/uk-sql-server-user-group-livemeeting-tonight-integrating-data-mining-into-your-bi-solution.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=11805" width="1" height="1"&gt;</content><author><name>tonyrogerson</name><uri>http://sqlblogcasts.com/members/tonyrogerson.aspx</uri></author><category term="SQL Server User Group" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server+User+Group/default.aspx" /></entry><entry><title>Satya's good find - MS Press free ebook on "Introducing SQL Server 2008"</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/03/satya-s-good-find-ms-press-free-ebook-on-quot-introducing-sql-server-2008-quot.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/03/satya-s-good-find-ms-press-free-ebook-on-quot-introducing-sql-server-2008-quot.aspx</id><published>2009-06-03T06:17:00Z</published><updated>2009-06-03T06:17:00Z</updated><content type="html">Good catch Satya! There is a new MS press ebook out on &amp;quot;Introducing SQL Server 2008&amp;quot;, this is particularly apt as I&amp;#39;m doing a number of LiveMeetings targetted at introducing the product . http://sqlblogcasts.com/blogs/ssqanet/archive/2009/06/03/free-microsoft-press-ebook-offer-introducing-sql-server-2008.aspx...(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/03/satya-s-good-find-ms-press-free-ebook-on-quot-introducing-sql-server-2008-quot.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=11800" 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 Server User Group" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server+User+Group/default.aspx" /><category term="SQL Server FAQ" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server+FAQ/default.aspx" /></entry><entry><title>UK SQL Server User Group - Weekly LiveMeetings sorted; Leeds Perf Troubleshooting tomorrow night + BI LiveMeeting Thursday</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/02/uk-sql-server-user-group-weekly-livemeetings-sorted-leeds-perf-troubleshooting-tomorrow-night-bi-livemeeting-thursday.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/02/uk-sql-server-user-group-weekly-livemeetings-sorted-leeds-perf-troubleshooting-tomorrow-night-bi-livemeeting-thursday.aspx</id><published>2009-06-02T06:54:00Z</published><updated>2009-06-02T06:54:00Z</updated><content type="html">We have weekly LiveMeetings on every Thursday in June, plus a range of physical events, also don&amp;#39;t forget tomorrow (Wed) is the Leeds user group meeting ( http://sqlserverfaq.com?eid=182 ) and they will be covering Performance Troubleshooting Techniques end-to-end as well as replaying Profiler files, if you&amp;#39;ve already registered then see you there - Martin Bell is your host for the evening. Thursday evening (7.30pm) Allan Mitchell SQL Server MVP is doing a Live Meeting ( http://sqlserverfaq...(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/06/02/uk-sql-server-user-group-weekly-livemeetings-sorted-leeds-perf-troubleshooting-tomorrow-night-bi-livemeeting-thursday.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=11790" 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 Server User Group" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server+User+Group/default.aspx" /><category term="SQL Server FAQ" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server+FAQ/default.aspx" /><category term="SSAS" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SSAS/default.aspx" /></entry><entry><title>June 10th BI Event in Reading; SQL 2008 R2 &amp; Gemini; Data Modelling to Info Architecture; Attribute Relationships, Aggregations &amp; using MDX studio to its best</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/05/31/june-10th-bi-event-in-reading-sql-2008-r2-amp-gemini-data-modelling-to-info-architecture-attribute-relationships-aggregations-amp-using-mdx-studio-to-its-best.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/05/31/june-10th-bi-event-in-reading-sql-2008-r2-amp-gemini-data-modelling-to-info-architecture-attribute-relationships-aggregations-amp-using-mdx-studio-to-its-best.aspx</id><published>2009-05-31T20:04:00Z</published><updated>2009-05-31T20:04:00Z</updated><content type="html">June 10th sees a cracking line up as the title above shows. For more information and to register: http://www.sqlserverfaq.com/events/168/SQL-2008-R2-and-Gemini-From-Data-Modelling-to-Information-Architecture-and-Attribute-Relationships-Aggregations-and-using-MDX-Studio-to-its-best.aspx Join us for another UK SQL Server User Group meeting. 5.30pm – 6:00 Registration and networking + Tea/Coffee with biscuits. Meet and greet. 6:00pm – 6:15pm Round Table discussion and Nuggets - ALL Take stock and get...(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/05/31/june-10th-bi-event-in-reading-sql-2008-r2-amp-gemini-data-modelling-to-info-architecture-attribute-relationships-aggregations-amp-using-mdx-studio-to-its-best.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=11783" width="1" height="1"&gt;</content><author><name>tonyrogerson</name><uri>http://sqlblogcasts.com/members/tonyrogerson.aspx</uri></author><category term="SQL Development" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Development/default.aspx" /><category term="SQL Server User Group" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server+User+Group/default.aspx" /><category term="SQL Server FAQ" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server+FAQ/default.aspx" /><category term="SSRS" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SSRS/default.aspx" /><category term="SSAS" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SSAS/default.aspx" /></entry><entry><title>LiveMeeting recording for my SQL Server Toolset intro (part 1) is now available</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/05/28/livemeeting-recording-for-my-sql-server-toolset-intro-part-1-is-now-available.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/05/28/livemeeting-recording-for-my-sql-server-toolset-intro-part-1-is-now-available.aspx</id><published>2009-05-28T15:11:00Z</published><updated>2009-05-28T15:11:00Z</updated><content type="html">The first in my live meeting series was on SQL Server Basics - Part 1 : An introduction to the SQL Server toolset. The recording is available here: http://sqlserverfaq.com/livemeetings/sqlfaq_20090528_tonyrogerson_sqlserverbasics_tools.zip I pretty much covered the following: &amp;gt;&amp;gt; Common tools you need to use in deploying, using and managing SQL Server (Configuration Tools, Management Studio, Profiler and Perfmon) &amp;gt;&amp;gt; Simple querying SQL Server Installation Center Configuration Manager Manage...(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/05/28/livemeeting-recording-for-my-sql-server-toolset-intro-part-1-is-now-available.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=11772" 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="Support" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/Support/default.aspx" /><category term="SQL Development" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Development/default.aspx" /><category term="SQL Server User Group" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server+User+Group/default.aspx" /><category term="SQL Server FAQ" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server+FAQ/default.aspx" /></entry><entry><title>SQL User Group - tonight is Edinburgh; tomorrow a Live Meeting on the SQL Server toolset</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/05/27/sql-user-group-tonight-is-edinburgh-tomorrow-a-live-meeting-on-the-sql-server-toolset.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/05/27/sql-user-group-tonight-is-edinburgh-tomorrow-a-live-meeting-on-the-sql-server-toolset.aspx</id><published>2009-05-27T06:46:00Z</published><updated>2009-05-27T06:46:00Z</updated><content type="html">Don&amp;#39;t forget tonight is the Edinburgh user group meeting ( http://sqlserverfaq.com?eid=174 , if you&amp;#39;ve already registered then see you there - Martin Bell is your host this evening. Tomorrow afternoon I&amp;#39;m doing a Live Meeting ( http://sqlserverfaq.com?eid=175 ) on the product tools at an introduction level - ideal for anyone who needs to manage SQL Server but its not their main job (forward this on if you know someone like that). Three new bloggers are active on http://sqlblogcasts.com...(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/05/27/sql-user-group-tonight-is-edinburgh-tomorrow-a-live-meeting-on-the-sql-server-toolset.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=11758" 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="SQL Server User Group" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server+User+Group/default.aspx" /><category term="SQL Server FAQ" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server+FAQ/default.aspx" /></entry><entry><title>SQL User Group - ADO.NET + Windows 7 indepth tomorrow evening; Live Meetings starting soon, Edinburgh and Cambridge new event</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/05/12/sql-user-group-ado-net-windows-7-indepth-tomorrow-evening-live-meetings-starting-soon-edinburgh-and-cambridge-new-event.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/05/12/sql-user-group-ado-net-windows-7-indepth-tomorrow-evening-live-meetings-starting-soon-edinburgh-and-cambridge-new-event.aspx</id><published>2009-05-12T13:13:00Z</published><updated>2009-05-12T13:13:00Z</updated><content type="html">Are you coming to Reading tomorrow - see you there! Tomorrow evening at Microsoft I&amp;#39;ve got Mike Taulty taking us through ADO.NET Data Services and James O&amp;#39;Neill and Viral Tarpara from Microsoft will do Windows 7 indepth. We&amp;#39;ve also got our weekly Thursday Live Meetings starting on the 28th May, even if the topics aren&amp;#39;t immediately applicable come and join us anyway for the networking sessions - meet your peers perhaps get the gossip or get a question answered in our round table session...(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/05/12/sql-user-group-ado-net-windows-7-indepth-tomorrow-evening-live-meetings-starting-soon-edinburgh-and-cambridge-new-event.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=11650" 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 Server User Group" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Server+User+Group/default.aspx" /></entry><entry><title>This months event for the SQL User Group - Manchester this Thurs; Reading next Wednesday</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/05/05/this-months-event-for-the-sql-user-group-manchester-this-thurs-reading-next-wednesday.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/05/05/this-months-event-for-the-sql-user-group-manchester-this-thurs-reading-next-wednesday.aspx</id><published>2009-05-05T18:07:00Z</published><updated>2009-05-05T18:07:00Z</updated><content type="html">Quick note on what&amp;#39;s coming up this month in the user group physical meetings, if you want to come make sure you register asap so we know numbers. This Thurs: Manchester, Evening http://sqlserverfaq.com/events/172/Tony-Rogerson-23-years-of-hints-and-tips-on-SQL-and-using-it-and-Chris-TestaONeill-Monitoring-and-Controlling-Resources-in-SQL-Server.aspx We have control! Monitoring and Controlling Resources in SQL Server - Chris Testa-O&amp;#39;Neill Hints and Tips from 23 years of SQL - Tony Rogerson...(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/05/05/this-months-event-for-the-sql-user-group-manchester-this-thurs-reading-next-wednesday.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=11603" width="1" height="1"&gt;</content><author><name>tonyrogerson</name><uri>http://sqlblogcasts.com/members/tonyrogerson.aspx</uri></author><category term="SQL Development" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Development/default.aspx" /></entry><entry><title>Thurs 13th May - Reading; Understanding ADO.NET Data Services and Windows 7 features in-depth.</title><link rel="alternate" type="text/html" href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/05/05/thurs-13th-may-reading-understanding-ado-net-data-services-and-windows-7-features-in-depth.aspx" /><id>http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/05/05/thurs-13th-may-reading-understanding-ado-net-data-services-and-windows-7-features-in-depth.aspx</id><published>2009-05-05T17:45:00Z</published><updated>2009-05-05T17:45:00Z</updated><content type="html">Come and join us for the evening of Wednesday the 13th May at TVP Reading where we have Mike Taulty from Microsoft presenting on &amp;quot;Understanding ADO.NET Data Services&amp;quot; and we have James O&amp;#39;Niell and Viral Tarpara both IT Pro Evangelists for Microsoft taking us through the features in the soon to be released windows 7 in-depth. http://sqlserverfaq.com/events/167/Sessions-on-Understanding-ADONET-Data-Services-Windows-7-features-indepth-and-the-usual-SQL-Nuggets-and-Networking.aspx These...(&lt;a href="http://sqlblogcasts.com/blogs/tonyrogerson/archive/2009/05/05/thurs-13th-may-reading-understanding-ado-net-data-services-and-windows-7-features-in-depth.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://sqlblogcasts.com/aggbug.aspx?PostID=11602" width="1" height="1"&gt;</content><author><name>tonyrogerson</name><uri>http://sqlblogcasts.com/members/tonyrogerson.aspx</uri></author><category term="SQL Development" scheme="http://sqlblogcasts.com/blogs/tonyrogerson/archive/tags/SQL+Development/default.aspx" /></entry></feed>