<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tag 'sql saturday'</title><link>http://sqlblog.com/search/SearchResults.aspx?o=DateDescending&amp;tag=sql+saturday&amp;orTags=0</link><description>Search results matching tag 'sql saturday'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>SQL Saturday #220 (Atlanta): Demos</title><link>http://sqlblog.com/blogs/adam_machanic/archive/2013/05/18/sql-saturday-220-atlanta-demos.aspx</link><pubDate>Sat, 18 May 2013 18:33:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:49114</guid><dc:creator>Adam Machanic</dc:creator><description>&lt;p&gt;&lt;b&gt;Today at SQL Saturday #220 in Atlanta I presented a new brand new session&lt;/b&gt;, "SQL Server Query Plan Analysis: The 5 Culprits That Cause 95% of Your Performance Headaches." &lt;/p&gt;&lt;p&gt;This session is designed to help people quickly analyze query plans and find likely culprits without being query tuning experts; I find that in a huge number of cases the root cause of problems is one of just a few potential situations.&lt;br&gt;&lt;/p&gt;&lt;p&gt;Thanks to everyone who joined me today for the deliveries! In addition to it being a new session this was also the first time that I've ever been asked to present the same session twice in a single day. So it was quite an experience.&lt;/p&gt;&lt;p&gt;&lt;b&gt;The demo script is attached&lt;/b&gt;. As always, let me know if you have any questions or comments.&lt;/p&gt;&lt;p&gt;Enjoy! &lt;br&gt;&lt;/p&gt;</description></item><item><title>Speaking about Relational DB Design the next two weeks (Knoxville, then Atlanta)</title><link>http://sqlblog.com/blogs/louis_davidson/archive/2013/05/05/speaking-about-relational-db-design-the-next-two-weeks-knoxville-then-atlanta.aspx</link><pubDate>Mon, 06 May 2013 01:57:54 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:48972</guid><dc:creator>drsql</dc:creator><description>&lt;p&gt;On Friday, May 10 I will be speaking for the Knoxville SQL Server User Group, and on May 18, I will be speaking at SQL Saturday in Atlanta. Both days, my session is my old chestnut “Database Design Fundamentals”. It is my favorite session to do because of two things. 1. I love to talk about database design 2. No demos :).&amp;#160; The abstract is:&lt;/p&gt;  &lt;h5&gt;&lt;font style="font-weight:normal;"&gt;&lt;em&gt;In this session I will give an overview of how to design a database, including the common normal forms and why they should matter to you if you are creating or modifying SQL Server databases. Data should be easy to work with in SQL Server if the database has been organized as close as possible to the standards of normalization that have been proven for many years. Many common T-SQL programming &amp;quot;difficulties&amp;quot; are the result of struggling against the way data should be structured and can be avoided by applying the basic normalization techniques and are obvious things that you find yourself struggling with time and again (i.e. using the SUBSTRING function in a WHERE clause meaning you can't use an index efficiently). &lt;/em&gt;&lt;/font&gt;&lt;/h5&gt;  &lt;p&gt;It is a session that I haven’t done in short form since PASS 2011, and submitting this as a session was one of my resolutions this year, because it is truly my favorite regular session (my second favorite session is the precon version, because we get to spend a good amount of time on the subject.)&lt;/p&gt;  &lt;p&gt;Additionally, at SQL Saturday Atlanta, I will be doing a lunch session for Red-Gate called: What Counts For a DBA: Observant. It is a session that is 33% professional development, 33% about where to find info about your server, 33% about monitoring your server and 11% demo of the SQL Monitor (and a lack of math skills is part of the show.) This is not the normal advertisement session, I wrote it myself, but is intended to be useful to anyone immediately without buying their tools, and to show you how Red-Gate’s tools can assist in observing your server’s behavior&lt;/p&gt;</description></item><item><title>Weekend reading – Data Explorer, Quandl, Flatmerge and a SQL Saturday app</title><link>http://sqlblog.com/blogs/jamie_thomson/archive/2013/03/09/weekend-reading-data-explorer-quandl-flatmerge-and-a-sql-saturday-app.aspx</link><pubDate>Sat, 09 Mar 2013 18:30:04 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:48152</guid><dc:creator>jamiet</dc:creator><description>&lt;p&gt;Here are some things that have piqued my interest on the interwebs over the last few days.&lt;/p&gt;  &lt;h2&gt;Parameterized queries and Security in Data Explorer&lt;/h2&gt;  &lt;p&gt;&lt;a href="https://twitter.com/technitrain" target="_blank"&gt;Chris Webb&lt;/a&gt; put a &lt;a href="http://social.msdn.microsoft.com/Forums/en-US/dataexplorer/thread/69153a6d-2205-4456-bcac-3a4689c787cf" target="_blank"&gt;post&lt;/a&gt; up on the &lt;a href="http://social.msdn.microsoft.com/Forums/en-US/dataexplorer/threads" target="_blank"&gt;Data Explorer forum&lt;/a&gt; asking about parameterizing queries in Data Explorer and Miguel Llopis from the Data Explorer product team replied with some useful information:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;…there is some risk for users to leak information to external sources when doing this, and so we try to prevent this from being done &amp;quot;by default&amp;quot;. You can disable this level of protection by clicking the &amp;quot;Fast Combine&amp;quot; button in the Data Explorer ribbon tab. More information about Fast Combine and Privacy Levels can be found in our Help contents: &lt;/em&gt;&lt;a href="http://office.microsoft.com/en-us/excel-help/privacy-levels-HA104009800.aspx"&gt;&lt;em&gt;http://office.microsoft.com/en-us/excel-help/privacy-levels-HA104009800.aspx&lt;/em&gt;&lt;/a&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Following Miguel’s link shows this information:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://office.microsoft.com/en-us/excel-help/privacy-levels-HA104009800.aspx" target="_blank"&gt;&lt;img title="image" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="image" src="http://sqlblog.com/blogs/jamie_thomson/image_147A0709.png" width="565" height="345" /&gt;&lt;/a&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;So, default behaviour in Data Explorer is that the user is protected from inadvertently leaking information to 3rd parties.&amp;#160; Its good to know that security has been prevalent thinking within the Data Explorer team however users do need to be aware that this behaviour exists, hence my mentioning it here.&lt;/p&gt;  &lt;h2&gt;Quandl – a search engine for datasets&lt;/h2&gt;  &lt;p&gt;I have stumbled across a site called &lt;a href="http://www.quandl.com/" target="_blank"&gt;Quandl&lt;/a&gt; that looks interesting, it bills itself as “Intelligent search for numerical data”. Essentially this is a search engine for finding datasets on the web which should be a useful resource in the emerging world of self service BI.&lt;/p&gt;  &lt;p&gt;I’m writing this on a train so as an example I used Quandl to search for data on UK train journeys and first result was &lt;a href="http://www.quandl.com/EUROSTAT-EuroStat/RAIL_TF_TRAINMV_105-Train-movements-1000-Train-kilometre-Passenger-trains-United-Kingdom" target="_blank"&gt;Train movements : 1000 Train-kilometre : Passenger trains : United Kingdom&lt;/a&gt;:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://sqlblog.com/blogs/jamie_thomson/image_06979B41.png"&gt;&lt;img title="image" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="image" src="http://sqlblog.com/blogs/jamie_thomson/image_thumb_770463A4.png" width="571" height="593" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Here we have some raw data pertaining to train movements in the UK from 2004 to 2011. Quandl provides a chart of the data, a link to the source and an indication of the age of the data. It also enables us to download the data and provides Excel, CSV, JSON &amp;amp; XML as choices of data format.&lt;/p&gt;  &lt;p&gt;An interesting idea indeed, Quandl is in its infancy though I shall be keeping a watching brief to see if it turns out to be a success or not.&lt;/p&gt;  &lt;h2&gt;Publish your own datasets with Flatmerge&lt;/h2&gt;  &lt;p&gt;The aforementioned Chris Webb put me onto this one. &lt;a href="http://flatmerge.com" target="_blank"&gt;Flatmerge&lt;/a&gt; is a startup from Michigan, US that enables one to publish their data for public consumption:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://sqlblog.com/blogs/jamie_thomson/image_0325DDCC.png"&gt;&lt;img title="image" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="image" src="http://sqlblog.com/blogs/jamie_thomson/image_thumb_0F4757F3.png" width="758" height="211" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;With the FlatMerge data storage platform it's easy to share data in the cloud and use it in other applications. Just upload data and let FlatMerge discover it's &lt;b&gt;actual&lt;/b&gt; data types and make the data and metadata available in JSON or XML format through (&lt;/em&gt;&lt;a href="http://www.odata.org/documentation/uri-conventions#QueryStringOptions"&gt;&lt;em&gt;OData&lt;/em&gt;&lt;/a&gt;&lt;em&gt;) URL queries.&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Flatmerge are using &lt;a href="http://www.odata.org" target="_blank"&gt;OData&lt;/a&gt;-compliant URI query formats and &lt;a href="http://twitter.com/Flatmerge/status/308267611731394560" target="_blank"&gt;they tell me&lt;/a&gt; that OData output is coming soon:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;&lt;a href="http://twitter.com/Flatmerge/status/308267611731394560" target="_blank"&gt;We currently support some OData queries. Data/Meta is returned in plain JSON or XML. OData output is coming soon!&lt;/a&gt;&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;That Flatmerge chose to use OData to publish their data is interesting – I’ve long suspected that greater OData adoption wouldn’t be far away once Excel natively supported it as an external data source and Flatmerge have realised the value in doing this. Flatmerge enables one to publish data to the web, Quandl helps people find data on the web – perhaps these two should go out for coffee sometime &lt;img class="wlEmoticon wlEmoticon-smile" style="border-top-style:none;border-left-style:none;border-bottom-style:none;border-right-style:none;" alt="Smile" src="http://sqlblog.com/blogs/jamie_thomson/wlEmoticon-smile_06E3829C.png" /&gt;&lt;/p&gt;  &lt;h2&gt;SQL Saturday app for Windows Phone&lt;/h2&gt;  &lt;p&gt;&lt;a href="https://twitter.com/sqltechmike" target="_blank"&gt;Michael Wells&lt;/a&gt; has built a Windows Phone app for SQL Saturday (particularly pertinent for me at the moment as I am on my way home form &lt;a href="http://www.sqlsaturday.com/194/" target="_blank"&gt;SQL Saturday 194&lt;/a&gt;).&lt;/p&gt;  &lt;p&gt;&lt;a href="http://sqlblog.com/blogs/jamie_thomson/image_2626296F.png"&gt;&lt;img title="image" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;display:inline;padding-right:0px;" border="0" alt="image" src="http://sqlblog.com/blogs/jamie_thomson/image_thumb_434BD179.png" width="547" height="450" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;It provides data about each event, including the all important schedule information.&lt;/p&gt;  &lt;p&gt;I have slightly mixed feelings about this. On the one hand its fantastic to see a community member voluntarily build a great FREE resource for the SQL community – massive credit to Michael for doing this. On the other hand it highlights one of my pet peeves about the current app culture that is prevalent on smartphones – this is an app that you can only use if you have a certain type of phone. The information presented here is valuable and given away for free, why is it hidden behind a gated app store? Should there not be a SQL Saturday website that is optimised for and viewable on any mobile web browser? Better still, its the schedule data here that is most valuable so why not publish that data in a format that allows one to view that schedule in one’s phone/PC/tablet calendar regardless of the type of device they are using? That data format, by the way, is &lt;a href="http://sqlblog.com/blogs/jamie_thomson/archive/tags/iCalendar/default.aspx" target="_blank"&gt;iCalendar&lt;/a&gt; which is something that regular readers are probably fed up of me &lt;a href="http://sqlblog.com/blogs/jamie_thomson/archive/2010/06/03/thinking-differently-about-bi-delivery.aspx" target="_blank"&gt;banging on about&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;I hope that doesn’t detract from Michael’s great efforts here; his app is fulfilling an important need, I just happen to think its a shame that that need even exists when there are mechanisms already in place for delivering this data to us in a more efficient matter. On the other hand its hard to argue with the ease at which apps deliver information to us so perhaps I should just quietly climb down off of my soapbox! Comments are welcome!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://twitter.com/jamiet" target="_blank"&gt;@Jamiet&lt;/a&gt;&lt;/p&gt;</description></item><item><title>More Fun in Atlanta: Parallelism at SQL Saturday 220</title><link>http://sqlblog.com/blogs/adam_machanic/archive/2013/02/25/more-fun-in-atlanta-parallelism-at-sql-saturday-220.aspx</link><pubDate>Mon, 25 Feb 2013 19:25:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:47908</guid><dc:creator>Adam Machanic</dc:creator><description>&lt;p&gt;May 18, &lt;a href="http://sqlsaturday.com/220/eventhome.aspx"&gt;SQL Saturday returns yet again&lt;/a&gt; to the Atlanta area. At this point I've become a bit of a regular at Atlanta's events; this will be my third one in a row. The team that puts them together is amazing, and produces &lt;b&gt;top quality, super fun and educational days&lt;/b&gt; every time. Plus: &lt;a href="http://tacomac.com/"&gt;Taco Mac&lt;/a&gt;.&lt;br&gt;&lt;/p&gt;&lt;p&gt;Friday, May 17, the event is running a few pre-conference seminars, and&lt;b&gt; I'll be delivering one focused on parallelism in SQL Server&lt;/b&gt;. This is an updated version of the seminar I delivered at the 2010 PASS conference; you can read Kendra Little's review of that day &lt;a href="http://www.littlekendra.com/2010/12/03/manythingsreview/"&gt;on her personal blog, littlekendra.com&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;To get full information on the Atlanta seminar, visit the EventBrite page for the event: &lt;b&gt;&lt;a href="http://surfmulticore.eventbrite.com/"&gt;http://surfmulticore.eventbrite.com/&lt;/a&gt;&lt;/b&gt; &lt;/p&gt;&lt;p&gt;Any questions? Let me know in the comment section.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Hope to see you there!&lt;/b&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>Itzik Ben-Gan in Atlanta: May 13-17</title><link>http://sqlblog.com/blogs/adam_machanic/archive/2013/02/05/itzik-ben-gan-in-atlanta-may-13-17.aspx</link><pubDate>Tue, 05 Feb 2013 21:10:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:47498</guid><dc:creator>Adam Machanic</dc:creator><description>&lt;p&gt;This year &lt;b&gt;Data Education&lt;/b&gt; is offering a few more classes with &lt;b&gt;Itzik Ben-Gan, the world's foremost T-SQL instructor&lt;/b&gt;.&lt;br&gt;&lt;/p&gt;&lt;p&gt;Our first offering has just been announced: &lt;b&gt;&lt;a href="http://dataeducation.com/sqltraining/advanced-t-sql-querying-programming-and-tuning-for-sql-server-2005-2008-and-2012"&gt;Atlanta, May 13-17&lt;/a&gt;&lt;/b&gt;.&lt;/p&gt;&lt;p&gt;Neither Itzik nor his class needs much introduction, but click through for a full outline and other details. &lt;br&gt;&lt;/p&gt;&lt;p&gt;We think that Atlanta is a great city, with an amazingly vibrant SQL Server community. &lt;b&gt;Hope you'll be able to join us there&lt;/b&gt;!&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;By the way: if you're joining the class stick around town for &lt;a href="http://sqlsaturday.com/220/eventhome.aspx"&gt;a SQL Saturday event&lt;/a&gt; that is taking place, coincidentally, on May 18.&lt;br&gt;&lt;/p&gt;</description></item><item><title>[New England] SQL Saturday #203: April 5-6, Cambridge MA</title><link>http://sqlblog.com/blogs/adam_machanic/archive/2013/01/29/new-england-sql-saturday-203-april-5-6-cambridge-ma.aspx</link><pubDate>Tue, 29 Jan 2013 16:10:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:47387</guid><dc:creator>Adam Machanic</dc:creator><description>&lt;p&gt;&lt;a href="http://www.sqlsaturday.com/203/eventhome.aspx"&gt;SQL Saturday returns to the Boston area this April&lt;/a&gt;, with what is certain to be an &lt;b&gt;exceptional speaker and session lineup&lt;/b&gt;. (The actual schedule will be posted soon, but in the meantime you can see the &lt;a href="http://www.sqlsaturday.com/203/schedule.aspx"&gt;submitted sessions&lt;/a&gt;.)&lt;/p&gt;&lt;p&gt;The free event ($10 if you'd like to eat lunch) will take place on Saturday, April 6. Highly recommended for anyone in the area who is interested in bettering your database skills!&lt;br&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Friday, April 5&lt;/b&gt;, as a lead in to the Saturday event, I'll be delivering my popular full-day "&lt;a href="http://dataeducation.eventbrite.com/"&gt;&lt;b&gt;No More Guessing!&lt;/b&gt;&lt;/a&gt;" seminar. This seminar teaches a &lt;b&gt;solid, proven performance troubleshooting methodology&lt;/b&gt; designed to help you quickly &lt;b&gt;find the actual root cause of performance problems&lt;/b&gt;. Full information is available &lt;a href="http://dataeducation.eventbrite.com/"&gt;on the registration site&lt;/a&gt;. &lt;/p&gt;&lt;p&gt;&lt;b&gt;This seminar has sold out at events like PASS Summit and SQLBits&lt;/b&gt;, and it is being offered in Boston at the discounted price, so book early to avoid disappointment.&lt;br&gt;&lt;/p&gt;&lt;p&gt;Huge thanks to &lt;a href="http://www.mikehillwig.com/"&gt;Mike Hillwig&lt;/a&gt; for taking the lead on putting together this event. Looking forward to seeing many of you there!&lt;br&gt;&lt;/p&gt;</description></item><item><title>Portfolio changeover time for the PASS board</title><link>http://sqlblog.com/blogs/rob_farley/archive/2012/12/28/portfolio-changeover-time-for-the-pass-board.aspx</link><pubDate>Fri, 28 Dec 2012 05:13:33 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:46866</guid><dc:creator>rob_farley</dc:creator><description>&lt;p&gt;The last PASS board meeting for the year has happened, and the portfolio handovers are well under way.&lt;/p&gt;  &lt;p&gt;Sadly, having new board members elected means having existing board members step down, and this last board meeting was the last one for both &lt;a href="http://www.allenkinsel.com" target="_blank"&gt;Allen Kinsel&lt;/a&gt; (&lt;a href="http://twitter.com/sqlinsaneo" target="_blank"&gt;@sqlinsaneo&lt;/a&gt;) and &lt;a href="http://www.kendalvandyke.com" target="_blank"&gt;Kendal van Dyke&lt;/a&gt; (&lt;a href="http://twitter.com/sqldba" target="_blank"&gt;@sqldba&lt;/a&gt;). In 2012, these guys had the portfolios of local chapters and SQL Saturdays, respectively.&lt;/p&gt;  &lt;p&gt;Newly elected board member &lt;a href="http://wendyverse.blogspot.com" target="_blank"&gt;Wendy Pastrick&lt;/a&gt; (&lt;a href="http://twitter.com/wendy_dance" target="_blank"&gt;@wendy_dance&lt;/a&gt;) is taking over from Allen on local chapters, while I’m taking over SQL Saturdays from Kendal. In 2012, my portfolio was 24 Hours of PASS, which is being rolled into the Virtual Chapters portfolio, headed still by &lt;a href="http://www.linkedin.com/pub/denise-mcinerney/0/11b/44a" target="_blank"&gt;Denise McInerney&lt;/a&gt; (&lt;a href="http://twitter.com/denisemc06" target="_blank"&gt;@denisemc06&lt;/a&gt;).&lt;/p&gt;  &lt;p&gt;I have to admit that I’m really excited that the 24HOP portfolio is being merged with Virtual Chapters, as the two are so linked. I had been on the 24HOP committee before I joined the PASS board, and had recommended that the two portfolios be merged around the time I was elected to the board. During my term I even recruited Virtual Chapter leaders to be on the committee for 24HOP, as I believe their experience in the online experience makes them best suited to influence PASS’ premier online event – the semi-annual 24HOP.&lt;/p&gt;  &lt;p&gt;2012 was a good year for 24HOP, although it was the riskiest for some time as well. &lt;/p&gt;  &lt;p&gt;Two of the more obvious changes that we made were to look at a new platform, and to return to the 24-hours straight format (rather than two 12-hour blocks). This more continuous format meant that numbers dropped (the largest audience is in the US, so any sessions that are overnight for the US are obviously going to have smaller attendance). However, this format meant we reached over 100 different countries, which I think was really significant. Comparing the first 2012 event with the first 2011 event (which used the 2x12 format), we jumped from reaching 54 countries in 2011 to 104 in 2012.&lt;/p&gt;  &lt;p&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;margin:5px;padding-left:0px;padding-right:0px;display:inline;float:right;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" align="right" src="http://sqlblog.com/blogs/rob_farley/image_4FDA7A88.png" width="328" height="157" /&gt;While I was still on the committee, we had discussed the need for a new platform, as the LiveMeeting platform wasn’t coping well with the numbers we were seeing. A number of options had been considered, some too expensive, some not capable of scaling sufficiently, and a decision had been made to use a platform called IBTalk. It was obviously more expensive than LiveMeeting (which had been available for free), but looked like it was going to scale much more nicely. We used it for both 2012 events and it will also be used for the &lt;a href="http://www.sqlpass.org/24hours/24hopba/" target="_blank"&gt;next event (on Jan 30)&lt;/a&gt;. The decision to use IBTalk was very risky, but as an experiment it seemed to work okay. There were both good and bad elements of the platform, which I’m not going to go into in a forum like this, although the second event that we used IBTalk for ended up being much smoother than the first, and I anticipate that the Jan30 event will be event smoother still.&lt;/p&gt;  &lt;p&gt;I felt like the first event of 2012 was dominated by the new platform. It was held two weeks after the SQL Server 2012 launch, which had also been a large virtual event using a new platform. I guess experimenting with new platforms was a large topic of discussion that month. One thing that didn’t really work for us was the closed captioning. It turns out that when you have someone providing closed captioning live, any typos that come through, or anything that is misheard by the person providing the service, etc… well, it doesn’t always work for being able to feed a translation service. We tried, and it was good to try – but it didn’t work so well. Despite all that, PASS members can view the session recordings at &lt;a title="http://www.sqlpass.org/24hours/spring2012/Home.aspx" href="http://www.sqlpass.org/24hours/spring2012/Home.aspx"&gt;http://www.sqlpass.org/24hours/spring2012/Home.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;The main 24HOP event in the second half of the year was the &lt;a href="http://www.sqlpass.org/24hours/fall2012/Home.aspx" target="_blank"&gt;annual Summit Preview event&lt;/a&gt;. We didn’t try to pursue the closed captioning again, but we did continue with IBTalk. Going back to LiveMeeting was never going to be an option for us, and we wanted to take a second look at the platform, in light of the various things we’d learned from the experience in Q1. It was a better experience from a number of perspectives, and we certainly got to test the scalability.&lt;/p&gt;  &lt;p&gt;Over the course of the day, we had good numbers – only a handful shy of 10,000 attendees across the course of the day (okay, a handful if you count fingers, toes, and were inbred – we had 9979). The lowest attendances were around the 100 mark, but the largest reached 1421 attendees. The highest from any previous events was around the 800 mark, so this was a significant improvement – and the platform handled it just fine. If we’d had that many people trying to access the LiveMeeting platform it simply wouldn’t’ve coped, and the IBTalk platform deserves praise for that.&lt;/p&gt;  &lt;p&gt;The platform decision isn’t over yet. A new search has taken place in light of what we’ve learned in the past year, and including a lot of what people have expressed to us on platforms such as Twitter. There are platforms that are way out of our price range (it can be very expensive to present 10,000 man-hours of content using some platforms), and there are ones that won’t cope with some of the things we would like to do. With some of the Virtual Chapters growing fast, a new platform needs to be able to cope with them too, with a wide variety of attendances needing to be handled. I wish Denise all the best for that, and have been able to happily assure her that the PASS HQ team that does most of the work behind the scenes for 24HOP (particularly Jane and Vicki) is excellent and will make her look brilliant this year.&lt;/p&gt;  &lt;p&gt;Another change in 2012 was the sponsorship story. For a long time, Dell had been a major sponsor of 24HOP, and I want to thank them for that. However, 24HOP wasn’t a priority for them in 2012, and new sponsors needed to be found. The first event saw sponsorship come in from Microsoft, SQL Sentry and Idera, with Idera being replaced by RSSBus for the second event. But what really excited me was to see a second tier of sponsors join the fray, with Melissa Data and Confio joining Idera as ‘Alliance Sponsors’. It was really good to have six fantastic companies sponsoring the event, and providing extra options for them.&lt;/p&gt;  &lt;p&gt;I haven’t even mentioned the non-English events that have taken place! PASS has seen 24HOP events in Russian, Portuguese and Spanish this year, although my personal involvement with those events have been somewhat less. Again, the PASS HQ staff have been great in enabling these events, and helping them run smoothly.&lt;/p&gt;  &lt;p&gt;So I leave 24HOP in capable hands.&lt;/p&gt;  &lt;p&gt;Instead, I pick up the SQL Saturday portfolio – another fast-growing facet of PASS. Already the 200th SQL Saturday event has been scheduled, and I’m finding myself getting onto a moving train. Luckily, I won’t be battling anyone on the roof Bond-style, but there are a lot of things that will need attention to make sure that the SQL Saturday model can continue to be successful.&lt;/p&gt;  &lt;p&gt;&lt;img style="background-image:none;border-bottom:0px;border-left:0px;margin:5px;padding-left:0px;padding-right:0px;display:inline;float:right;border-top:0px;border-right:0px;padding-top:0px;" title="image" border="0" alt="image" align="right" src="http://sqlblog.com/blogs/rob_farley/image_3A9C4F13.png" width="262" height="122" /&gt;The PASS HQ staff most responsible for the SQL Saturdays that happen all around the world are Karla and Niko. If you’ve ever met either of these two, you’ll know that they run quickly and are nothing if not achievers. I suspect that I could just tell them to keep doing their thing and the portfolio would be considered successful. This is incredibly useful to me, because I should be able to focus on identifying and solving some of the things that might need to change as these events become larger in both size and number. I’m keen to look into some of the edge cases, such as international events (including non-English), and both the larger and smaller events that are around – but all the time trying to serve Niko, Karla and all the community leaders in what they do.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://twitter.com/rob_farley" target="_blank"&gt;@rob_farley&lt;/a&gt;&lt;/p&gt;</description></item><item><title>SQL Saturday #146 : Nashua, NH</title><link>http://sqlblog.com/blogs/aaron_bertrand/archive/2012/10/20/sql-saturday-146-nashua-nh.aspx</link><pubDate>Sun, 21 Oct 2012 01:35:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:45698</guid><dc:creator>AaronBertrand</dc:creator><description>
&lt;p&gt;Today was SQL Saturday #146, put on by Mike Walsh, Jack Corbett, and a host of other volunteers and organizers. &lt;br&gt;Scott and I missed the speaker dinner last night, but we headed up from Rhode Island at 6:00 AM and made a good day of it. We had lots of great conversations with both existing friends and potential customers.&lt;/p&gt;

&lt;p&gt;After lunch I participated in a panel discussion with Joey D'Antoni and Andrew Kelly, led my Mike. We basically talked about various things DBAs are responsible for - and ultimately take the blame when they don't work. My favorite part of the discussion was around backups, and how you shouldn't have a backup plan, but a recovery plan. Meaning - essentially - don't bother taking backups unless you've tested that they can be restored successfully.&lt;/p&gt;

&lt;p&gt;I had the last session of the day against some tough competition. About 35 people attended, but I don't like the last time slot because there are almost always conversations that extend past the end time. In a lot of cases it's ok to cut into someone's lunch or networking time if they want to stay longer, but you absolutely cannot cut into raffle time. Anyway, the feedback was fantastic - it's amazing how much feedback you can solicit when you offer up a raffle prize like a free license to &lt;a href="http://www.sqlsentry.net/plan-explorer/sql-server-query-view.asp" target="_blank"&gt;SQL Sentry Plan Explorer PRO&lt;/a&gt;. :-) Also have to love a write-in vote for speaker expertise (and no I don't think this was a bribe):&lt;/p&gt;

&lt;p&gt;&lt;a href="http://bertrandaaron.files.wordpress.com/2012/10/feedback.jpg" target="_blank"&gt;&lt;img src="http://bertrandaaron.files.wordpress.com/2012/10/feedback.jpg" style="border:1px solid black;" alt="Click to enlarge" height="402" width="621"&gt;&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;You can &lt;a href="http://www.sqlsaturday.com/downloadsessionfile.aspx?downloadfilename=T-SQL%20:%20Bad%20Habits%20to%20Kick.zip&amp;amp;presentationid=9634" target="_blank"&gt;download the slide deck and samples from my session here&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;Kudos to Mike et. al. for a great event! &lt;br&gt;&amp;nbsp;&lt;br&gt;&lt;/p&gt;</description></item><item><title>Recap - SQL Saturday 151 in Orlando</title><link>http://sqlblog.com/blogs/kevin_kline/archive/2012/10/02/recap-sql-saturday-151-in-orlando.aspx</link><pubDate>Tue, 02 Oct 2012 14:19:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:45424</guid><dc:creator>KKline</dc:creator><description>&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;It's always a feel-good experience for me to return to SQL Saturday in Orlando, the place where&amp;nbsp;&lt;a title="SQL Saturday" href="http://www.sqlsaturday.com/"&gt;SQL Saturdays&lt;/a&gt;&amp;nbsp; were started by Andy Warren (&lt;a href="https://twitter.com/#!/sqlandy"&gt;Twitter&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;a href="http://www.sqlandy.com/"&gt;Blog&lt;/a&gt;). &amp;nbsp;On this trip, I delivered a full-day, pre-conference seminar on Troubleshooting and Performance Tuning SQL Server. &amp;nbsp;I also delivered a session on SQL Server Internals and Architecture to a&amp;nbsp;&lt;em&gt;totally&amp;nbsp;&lt;/em&gt;packed house. &amp;nbsp;For those of you who emailed me directly, here's&amp;nbsp;&lt;a title="A Special Offer from SQL Sentry" href="http://www.sqlsentry.net/sqlsaturday151"&gt;the link for the special SQL Sentry offer&lt;/a&gt;.&lt;/p&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;&lt;a href="http://kevinekline.com/wp-content/uploads/2012/10/IMAG2606.jpg"&gt;&lt;img class="aligncenter size-medium wp-image-2064" title="IMAG2606" alt="" width="300" height="179" style="border:0px;cursor:default;display:block;margin-left:auto;margin-right:auto;" src="http://kevinekline.com/wp-content/uploads/2012/10/IMAG2606-300x179.jpg"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;I got to attend the extended events session by&amp;nbsp;Jack Corbett (&lt;a href="https://twitter.com/#!/unclebiguns"&gt;Twitter&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;a href="http://wiseman-wiseguy.blogspot.com/feeds/posts/default"&gt;Blog&lt;/a&gt;), middle in the photo above. &amp;nbsp;Good stuff, Jack! &amp;nbsp;Jack led the&amp;nbsp;&lt;a title="The Orlando SQL Server User Group" href="http://orlando.sqlpass.org/"&gt;Orlando PASS Chapter&lt;/a&gt;&amp;nbsp;for a few years and, although he relocated back up to New England, he enjoys getting back to Orlando when the opportunity presents itself.&lt;/p&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;I also got a chance to do a podcast with Rodney Landrum (&lt;a title="Rodney Landrum on Twitter" href="https://twitter.com/SQLBeat"&gt;Twitter&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;a title="Rodney Landrum's Blog" href="http://www.simple-talk.com/community/blogs/rodney/"&gt;Blog&lt;/a&gt;), in the SQL Saturday chef's outfit on the right. &amp;nbsp;Rodney, you should get your blog details up at the&amp;nbsp;&lt;a title="Oodles of Good SQL Server Bloggers collated by SQLPASS.ORG" href="http://www.sqlpass.org/Community/BlogDirectory.aspx"&gt;PASS SQL blogger page&lt;/a&gt;, btw. &amp;nbsp;Rodney is also known as "the guy with the Red-Gate tatoo". &amp;nbsp;Ask him why, when you meet him in person. &amp;nbsp;I'll post the direct link to our podcast when I get it from Rodney. &amp;nbsp;But in the meantime, be sure to check out his&amp;nbsp;&lt;a title="The SQLBeat Podcast" href="http://www.simple-talk.com/blogs/author/195835-sqlbeat/"&gt;SQLBeat webcast&lt;/a&gt;. &amp;nbsp;There are lots of great speakers and respected authorities to hear on his podcast.&lt;/p&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;&lt;a href="http://kevinekline.com/wp-content/uploads/2012/10/IMAG2607.jpg"&gt;&lt;img class="aligncenter size-medium wp-image-2065" title="IMAG2607" alt="" width="300" height="179" style="border:0px;cursor:default;display:block;margin-left:auto;margin-right:auto;" src="http://kevinekline.com/wp-content/uploads/2012/10/IMAG2607-300x179.jpg"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;As I mellow with age, I've found that I most enjoy connecting with friends and building relationships. &amp;nbsp;The above picture shows me, Eddie Weurch (&lt;a title="Eddie Weurch on Twitter" href="http://twitter.com/EddieW"&gt;Twitter&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;a title="Eddie Weurch's Blog" href="http://www.indydba.com/"&gt;Blog&lt;/a&gt;), and Pam Shaw (&lt;a title="Pam Shaw on Twitter" href="http://twitter.com/pamshaw"&gt;Twitter&lt;/a&gt;), head of the&amp;nbsp;&lt;a title="Tampa SQL Server User Group" href="http://www.tampasql.com/"&gt;Tampa PASS Chapter&lt;/a&gt;. &amp;nbsp;Pam, Eddie, and I were swapping some hilarious stories about our early years in snowy climates. &amp;nbsp;Pam had the good fortune to be pulled, face first, through the snow by her mom during a trip to the school bus stop on the first big snow of the season. &amp;nbsp;Mom, it seems, wanted to make sure she got to the bus stop safely, but instead fell down two steps from the front door of their home, sliding all the way to the bus stop firmly clutching Pam's hand. &amp;nbsp;ROFL!&lt;/p&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;&lt;a href="http://kevinekline.com/wp-content/uploads/2012/10/IMAG2609.jpg"&gt;&lt;img class="aligncenter size-medium wp-image-2066" title="IMAG2609" alt="" width="300" height="179" style="border:0px;cursor:default;display:block;margin-left:auto;margin-right:auto;" src="http://kevinekline.com/wp-content/uploads/2012/10/IMAG2609-300x179.jpg"&gt;&lt;/a&gt;&lt;/p&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;I got to spend some time with Ryan Adams (left) and Kendal Van Dyke (right), as well. &amp;nbsp;There may have been some liquor involved. &amp;nbsp;However, the highlight of my evening was definitely when Kendal yelled "FINALLY!" at the waitress bringing our plates out ten minutes&amp;nbsp;&lt;em&gt;﻿after&amp;nbsp;&lt;/em&gt;﻿the appetizers were served. &amp;nbsp;Kendal was actually paying no attention to the waitress or the plates and was instead yelling at the TV where the Florida State vs South Florida football game was playing. &amp;nbsp;The waitress, on the other hand, was mortified. &amp;nbsp;Hilarity ensued as he tried to explain that he was not the least bit cross with her. &amp;nbsp;:^)&lt;/p&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;Ryan is going to be presenting at the upcoming&amp;nbsp;&lt;a title="SQLCruise" href="http://sqlcruise.com/"&gt;spring 2013 SQLCruise event&lt;/a&gt;. &amp;nbsp;You should definitely attend! &amp;nbsp;Ryan Adams has lot more content here (&lt;a href="https://twitter.com/#!/search/ryanjadams"&gt;Twitter&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;a href="http://www.ryanjadams.com/"&gt;Blog&lt;/a&gt;). &amp;nbsp;Kendal, by the way, is a standing member of the current PASS Board of Directors. &amp;nbsp;He's written some excellent content and, just recently, moved to&amp;nbsp;&lt;a title="Upsearch" href="http://www.upsearch.com/"&gt;Upsearch&lt;/a&gt;&amp;nbsp;consultancy where my friend Allen White (&lt;a href="https://twitter.com/#!/SQLRunr"&gt;Twitter&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;a href="http://sqlblog.com/blogs/allen_white/default.aspx"&gt;Blog&lt;/a&gt;)&amp;nbsp;works. &amp;nbsp;Kendal Van Dyke has more content here (&lt;a href="https://twitter.com/#!/SQLDBA"&gt;Twitter&lt;/a&gt;&amp;nbsp;|&amp;nbsp;&lt;a href="http://feeds.feedburner.com/kendalvandyke"&gt;Blog&lt;/a&gt;).&lt;/p&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;I hope you're planning to attend a SQL Saturday event soon. &amp;nbsp;And not just the event, but also the after-event gatherings as well. &amp;nbsp;You can almost always be sure that most of the speakers will be there. &amp;nbsp;It's a great way to enlarge your professional network as well as to make real&amp;nbsp;&lt;em&gt;﻿and lasting&amp;nbsp;&lt;/em&gt;﻿friendships!&lt;/p&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;Enjoy,&lt;/p&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;-Kev&lt;/p&gt;&lt;p style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;"&gt;-&lt;a title="Kevin E. Kline on Twitter" href="http://twitter.com/kekline"&gt;Follow me on Twitter&lt;/a&gt;&lt;/p&gt;</description></item><item><title>SQL Saturday #156 : Providence, RI</title><link>http://sqlblog.com/blogs/aaron_bertrand/archive/2012/09/15/sql-saturday-156-providence-ri.aspx</link><pubDate>Sun, 16 Sep 2012 03:09:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:45219</guid><dc:creator>AaronBertrand</dc:creator><description>&lt;p&gt;Well, East Greenwich, RI. Another successful event, this one put on by John Miner, Brandon Leach, Steve Simon, Scott Abrants and a host of other folks. Several #SQLFamily friends in attendance as well: Grant Fritchey, Mike Walsh, Jack Corbett, Wayne Sheffield and others. I gave a session in the morning and then a session to cap off the day. Thanks to everyone who attended! The downloads are here:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.sqlsaturday.com/downloadsessionfile.aspx?downloadfilename=T-SQL%20:%20Bad%20Habits%20to%20Kick.zip&amp;amp;presentationid=9632" title="www.sqlsaturday.com/downloadsessionfile.aspx?downloadfilename=T-SQL%20:%20Bad%20Habits%20to%20Kick.zip&amp;amp;presentationid=9632" target="_blank"&gt;T-SQL : Bad Habits &amp;amp; Best Practices&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.sqlsaturday.com/downloadsessionfile.aspx?downloadfilename=The%20Ins%20&amp;amp;%20Outs%20of%20Contained%20Databases.zip&amp;amp;presentationid=9633" target="_blank"&gt;The Ins &amp;amp; Outs of Contained Databases&lt;/a&gt;&lt;br&gt;&amp;nbsp;&lt;br&gt;&lt;/p&gt;</description></item></channel></rss>