Posts Tagged SQL Saturday

SQLSaturday #21 – Orlando: Recap

I’d like to preface my recap with a huge thanks to Kendal Van Dyke (Blog | Twitter) for being such a gracious host and letting me stay with him last weekend for the event. Kendal is a great guy, DBA and father and I really appreciated his invitation.

My SQLSaturday adventure started Friday as I left work and headed to Orlando to make it to the speaker’s dinner. I swung by Kendal’s house so we could head out there together. On a complete side-note, the city of Celebration really is quite the charming little town. It’s like driving straight on to the set of The Stepford Wives, which can be a good or a bad thing depending on what you make of that! The speaker’s dinner was held at a restaurant/bar about 40 minutes north so Kendal and I had some nice one-on-one geek talk about work, life and all the madness fun stuff going on with the PASS elections last week.

The speaker’s dinner was great, I got to meet some new folks like fellow SQL Twit (and co-author) Ken Simmons (Blog | Twitter), Regional PASS mentor and all-around awesome human being Andy Leonard (Blog | Twitter) as well as got to have some quality geek time with the rest of the speakers. Sitting down with fellow geeks and talking shop is always a fantastic time and I highly recommend you take advantage of it any time you get. I got to take advantage of a similar situation the next day which I’ll get to in a bit. After the dinner Kendal and I went back to his place and like anyone who has presented can attest to we both stayed up late tweaking and completing our slide decks in preparation for the next day.

The next morning Kendal and I arrived at the event and due to some miscommunication with signage we got into the wrong parking lot but thankfully Kendal remembered the right place to be from a  previous event there so we finally parked in correct lot. The check-in process was pretty smooth but the only thing I’d have to ding Jack/Andy for is the placement of vendor tables in that opening hallway. The doorway to and from that vendor hallway was really crammed and made it a bit of a hassle to get to/from but I can’t ding them too bad as you can tell it was placed there out of necessity since we didn’t have a large open space like a cafeteria to take advantage of. To counter my ding I should give kudos to the very large maps provided on the walls throughout the event that showed where each classroom was. I thought this was a FANTASTIC idea and was especially helpful when last-minute room changes were made. Some other great stuff that happened prior to sessions starting I got to meet another fellow SQL tweep Gareth Swann (Blog | Twitter)!

[NOTE: All presentation materials can be downloaded at the event page SQLSaturday website, go to Schedule and click on sessions to get slidedecks/code samples)

The first session I attended was Andy Leonard’s session on Database Design. As was mentioned by Jonathan Kehayias (Blog | Twitter) this session was standing room only after the small group of people who made it in after the room change confusion. Andy is a knowledgeable, personable and funny speaker and I was very surprised to discover this was his first time presenting at a SQLSaturday event. I really enjoyed the style in which he presented code examples. The first sample of code was the easy way which many take. It’s easy, and it works. The next code sample would be a better way to do it and finally he showed the “best” (or best compared to other samples) in how to code. Some examples of what makes code “better” is making re-executable SQL code. For example wrap your code with IF EXISTS checks so that if the code were run again it can fail gracefully or at least skip unnecessary code executions. Some other nuggets were that Andy likes to save the output from his script executions, which he referred to as deployment artifacts, and archives them for documentation purposes. Something really nice I took away from this is that I finally got an explanation of what that sqlcommand button/mode does in SSMS. This mode allows you to (amongst other things) chain scripts together so if you have several deployment scripts you can launch them all from within a single script file in order. Another very cool thing I took away from this presentation is Andy talking about how he read a paper from NASA regarding their code deployment/development process entitled “They Write the Right Stuff”. In it they describe how NASA actually looks to tweaking processes before they look to tweaking code to ensure quality and Andy had some very good insights as to how to carry that over to the SQL world. If you get a chance to chat with Andy or attend one of his sessions I HIGHLY recommend it! One last funny thing to come out of this session was Jonathan Kehayias keeping track of how long it took for him to answer a question with “it depends”. I believe Andy clocked in at somewhere near the 20 minute mark.

The second time slot was time for me to present my Policy Based Management talk. I had about a dozen folks in attendance including Aaron Nelson (Blog | Twitter), Ken Simmons, and Bonnie Allard from the Spacecoast SQL Server User Group. I attempted to broadcast the session via LiveMeeting (big thanks to Jeremiah Peschka for providing me with that) but alas it didn’t work because 1) I’d never done it before so after the fact I realized I broadcasted only webcam with no sound and no screen shared out and 2) Internet connection at the venue was spotty so I wasn’t even sure if connection didn’t drop during event. Overall I think the talk went ok, nothing blew up too badly but I did learn some valuable lessons thanks to feedback from those in attendance. I think from here on out I am going to break up the PBM into two presentations: One intro and basic overview and second more demo heavy and advanced tips/tricks. There really is just so much stuff in it that it is very hard to try and cram everything into an hour session and not forget something or rush. Hopefully if Ken can make it down to SQLSaturday Tampa in January we can do this two-part session together (and maybe even at PASS 2010? Hehe). On a side note this is the second SQLSaturday I’ve presented this talk and the number of those coming out were about a dozen while other sessions I’ve attended were pretty much full houses. So I ask this question to you, all five of you who read this the general audience: Does Policy Based Management simply not interest you or rather Does PBM seem like to much of a “niche” topic that you feel you can’t/won’t be using? I’d be very curious to know how people view this very powerful tool. It really is not that hard to implement/use and can be extremely useful for developers and DBA’s alike. Please leave your thoughts in comments below or if you’d rather email me directly at jorge<at>sqlchicken<dot>com.

Immediately following my session, in the same room, was Ken Simmons presenting on Automating Routine Maintenance. I thought this presentation was very well done and presented some really good things to think about and implement as a DBA. The ever SQL-omniscient Brent Ozar (Blog | Twitter) even got some credits in regards to the different images used in Ken’s slide deck which were funny and appropriate (gotta love car analogies). Ken covered some great stuff such as covering what a fail-safe operator was and how it differentiated from a regular operator in SQL Server (hint: fail-safe operator is written to system registry, rest are kept in msdb). This was cool as I didn’t know exactly what the fail-safe operator was or why it was there! Now that I know I’ll be implementing it in my systems back home. Some other important topics he touched on were performing DBCC checks on your databases and what some of the check options are and why you should be using them. Same goes with traceflags. He also covered statistics in databases and he had a really awesome analogy for this one that involved driving home. He likened SQL Stats to someone driving to and from work everyday. After awhile you know which route to take and which route is fastest so that’s the one you always take. But what if one day there’s construction and you need to detour from your usual route for a week? Well when this happens you need to update your mental stats as to which route you need to take in order to get to your destination fastest. The database engine works in a similar fashion. Again, car analogies FTW! For the record it took Ken almost 50 minutes before he dropped the “it depends” bomb.

Lunch was a bit of whirlwind for me since I pretty much just had time to grab my box lunch, eat and head over to my room for my mini presentation on Twitter and SQL Server. I rather liked this session as it just felt more laid-back than the PBM talk and with only 15 minutes to fill there wasn’t as much pressure. The presentation was aimed more towards those who have not used Twitter due to being hesitant on finding a useful value to the tool as opposed to finding out what Miley Cyrus had for breakfast. I gave a few examples of how Twitter has helped me personally at work, the best example being getting direct help from Paul Randal (Blog | Twitter) when I had a database corruption issue. Thanks to the relationships cultivated on Twitter with the rest of the SQL Commmunity I think I have added more value to both my organization and myself as I can always reach out to others and get help on topics I’m not necessarily comfortable or familiar with (read also: SSRS and SSIS). In addition to just reaching out for help I can stay up to date on latest happenings in the SQL Community as well as training opportunities such as free webcasts, events and blog posts that help me learn more about my specialty. If I sound like I’ve drank some sort of Kool-Aid it’s because I really can’t say enough how great Twitter has been in connecting to the SQL Community. If you haven’t tried it yet I highly suggest you give it a shot. If you need a list of folks to follow on Twitter then head over to SQLServerpedia as they have a nice collection of folks already on the Twitter bandwagon. Make sure to drop me a line at http://twitter.com/sqlchicken .

At this point my intention was to head over to Kevin Kline’s End to End Troubleshooting session but as I was walking to the room I noticed a few guys sitting around the pavement chatting. What caught my eye was WHO it was since it was a couple of folks I hadn’t met yet and was really anxious to. The sidewalk gang consisted of Andy Leonard, Jonathan Kehayias, Buck Woody (Blog | Twitter), Joe Webb (Blog | Twitter), Joe Healy (Blog | Twitter) and (eventually) Ken Simmons. Despite all the great content available at the event I thought the hour spent with these guys (yup, ended up missing the session, sorry Kevin!) was invaluable. How often do you get to sit around a group of guys of that caliber and hear their thoughts on SQL Server and, as was the case in this particular conversation, get some inside stories from the world of Microsoft! This wraps back to the whole “social networking” aspect of one’s career and I highly encourage everyone to take advantage of opportunities when presented. In this case I weighed my options: Can I download Kevin’s slide deck or catch another similar session online? Yes and probably. Am I going to get another opportunity to get face to face time like this outside of going to PASS Summit? Probably not. If you attend a SQLSaturday event (or any event rather) and you see someone you’d like to talk to then go introduce yourself! Heck, even milling around and simply listening to two or three top guys discussing shop-talk together can bring all sorts of new information into your world. I guarantee you that those “big name guys” are just as excited to meet you as you are to meet them. If you’re going to PASS this year and want to learn or practice networking skills I highly recommend you sign up for Don Gabor’s pre-conference session on Networking to Build Business Contacts. After our “sidewalk session” was done we started heading to our next classroom destinations when another impromptu networking opportunity presented itself with none other than Joe Celko (Blog)! I just got to spend a few minutes with Joe but man that guy is so ridiculously smart and personable I was blown away! I had heard how nice of a guy he really is as opposed to his evil cantankerous online alter-ego but Joe really is a great guy. He talked about the future of SQL a bit and how indexes may actually no longer be necessary thanks to something about hashing (again this guy is way out of my league in SQL-smarts so I’m probably butchering his words). So after all of this networking practice it was only right that my next session was to go see Andy Warren (Blog | Twitter) present on Social and Not So Social Networking for the DBA!

Again, this was another standing-room only session and for good reason. Andy is a fantastic speaker and its almost like he’s a wisdom machine that just produces knowledge nuggets every time he speaks and you can quote me on that one. I showed up a little late due to my social activities from before so I didn’t realize (until I saw Jonathan Kehayias’ tweets) that Andy had projector issues so he was “working without a net” so to speak. I’ve attended this session before by Andy but it’s always interesting to see which way the conversation goes as the presentation is almost a forum in the way Andy prods the audience for their thoughts and views and goes from there. What I love about Andy’s speaking (and him in general) is that he has a definite viewpoint on things that are quite often different than mainstream views are and he forces you to really think about stuff. For instance it wasn’t until after then event was over that Andy delivered his first, and highly-anticipated, tweet! Did he just create an account that day? Nope, he actually created it months ago when another fellow SQL Tweep convinced him to create an account but Andy refused to jump in and start tweeting unless he could see a real returnable value from said technology or tool. This is something important for all of us to really think about before we just start jumping on-board trends. Jonathan was tweeting some great Andy quotes throughout the session and you can see some of those over at Jon’s SQLSaturday recap post.

The last session I attended was Joe Celko’s “Celko on SQL” session. Since I regrettably won’t be able to make it to PASS Summit this year, and I wasn’t sure the next time Celko was going to be down around my neck of the woods, I wanted to take advantage of this opportunity. The session consisted of Joe basically going back through the history of the SQL ANSI Standard (for those of you who don’t know, Joe is on the ANSI board, yes that board that met for 3 days to come to the conclusion that its pronounced S-Q-L not “sequel”) and all the fun things that came out of it and why some things behave the way they do. He had different slide decks based on topics such as the JOINs which we delved into a bit. This session didn’t have any code samples to take away or best practices to implement but its always interesting to see the history of your product and the minds behind said product. Special thanks to the Central Florida Oracle User Group for pitching in to bring Joe to SQLSaturday. Here’s another pitch for PASS but there’s plenty of opportunities like this at PASS Summit where you can talk directly to the folks that write the code that run the queries you bless/curse on a daily basis. So if you’d like a reason to give to your boss to attend, there’s a pretty good one right there.

The day wrapped up as all SQLSaturdays do with the distribution of SWAG to the masses. Andy Warren was chucking stuff left and right from the balcony to the people whose number he called out below which made for an entertaining way to wrap up the day. Huge thanks and congratulations goes out to Jack Corbett (Blog | Twitter), Andy Warren and their dedicated volunteers for putting on such a great event. Events like these and the people I meet energize me and reaffirm how much I love what I do and how much I love the community I’m a part of because of it.

Tags: , , ,

My SQLSaturday Presentations: See Them Live!

Well the title says it all and you’re thinking “well obviously we’ll see it live if we’re there” but that’s not the big news: I’ll be broadcasting my SQLSaturday sessions via LiveMeeting this Saturday! That’s right, for those who can’t make it and want to get a taste of SQLSaturday, join us in my sessions over the internet! Big thanks to Jermiah Peschka (Blog | Twitter) for setting this up for me. Links to the LiveMeetings are listed below for the two sessions I’ll be doing:

UPDATE: Ok Jonathan Kehayias (Blog | Twitter) has brought to my attention that internet at the event might be spotty at best so this live event may or may not happen. Follow me on Twitter for updates as they happen…

Policy Based Management 101 (10:15 am-11:15 am EST) – LiveMeeting Link

Twitter and SQL Server:A Perfect UNION (1:15-1:30 pm EST) – LiveMeeting Link

I’m going to try and have the sessions recorded, let’s see how it goes!

AUDIO INFORMATION
-Computer Audio(Recommended)
To use computer audio, you need speakers and microphone, or a
headset.

FIRST-TIME USERS
To save time before the meeting, check your system to make sure it is
ready to use Microsoft Office Live Meeting.
http://go.microsoft.com/fwlink/?LinkId=90703

TROUBLESHOOTING
Unable to join the meeting? Follow these steps:
1. Copy this address and paste it into your web browser:
https://www.livemeeting.com/cc/8000181573/join
2. Copy and paste the required information:
Meeting ID: 9KHZ82
Entry Code: dnP`2rr&G
Location: https://www.livemeeting.com/cc/8000181573
If you still cannot enter the meeting, contact support:
http://r.office.microsoft.com/r/rlidLiveMeeting?p1=12&p2=en_US&p3=LMInfo&p4=support

NOTICE
Microsoft Office Live Meeting can be used to record meetings.
By participating in this meeting, you agree that your communications
may be monitored or recorded at any time during the meeting.

Tags: , , ,

Contest for SQLSaturday #21 Seminars

As if next week couldn’t get any better, Andy Warren went and jacked up the awesome factor. Details of the contest are below but HURRY! The contest ends tomorrow (Sunday) at 5pm.

THE MAIN PRIZE: Free attendance at any of the seminars next week, a $149 value!

THE CONSOLATION PRIZE: We’ve got three runner up prizes, a super discounted price of $99 for any seminar next week.

THE CONTEST: Correctly answer all three of the following questions:

  1. Which speaker ’spins’ a good story?
  2. Which session seems to be the most fishy?
  3. Which speaker (hint: could be multiple answers) is speaking at a SQLSaturday for the first time?

HOW TO SUBMIT: Email your answers to sqlsaturday21@sqlsaturday.com with a subject of ‘Seminar Contest’. Entries must be received by 5 pm on Sunday and will be announced later Sunday evening – along with one more exciting contest!

Good luck! 

Tags: , ,

SQLSaturday #21:Orlando

SQLSaturday is gonna be HUUUUUUGE!

SQLSaturday #21 is gonna be HUUUUUUGE!

I’m excited about next weekend’s SQLSaturday as its going to be one HUGE event. If you live anywhere in the Southeastern United States you should be excited as well! Why? Well for starters next is, for all intents and purposes this is going to be like PASS Summit: East Coast Edition.

For starters, the week leading up to SQL Saturday will feature some top-notch seminars. Each seminar is $149 and includes full-day training as well as lunch. Here’s the seminar schedule for the week:

Monday: Essentials of Managing SQL Server by Andy Warren (Blog | LinkedIn)

Tuesday: Learn BI in a Day by Brian Knight (Blog | Twitter)

Wednesday: Real World Performance Tuning by Kevin Kline (Blog | Twitter)

Thursday: From Zero to SSIS by Andy Leonard (Blog | Twitter)

Friday: Performance Tuning Methodology by Buck Woody (Blog | Twitter)

In addition use code “KKLINE” to get a 20% discount if you register for two or more seminars! Even better if you sign up for the Wednesday, Thursday and Friday sessions together you can knock $200 off the price by using the discount code ”Bundle” at checkout. Also worth noting is that Kevin Kline will be visiting various user groups around the state next week. Here’s the schedule:

  • Tuesday, Oct 13, Tampa SQL Server User Group (http://www.tampasql.com)
  • Wednesday, Oct 14, Orlando SQL Server User Group (http://www.opass.org)
  • Friday, Oct 15, Jacksonville SQL Server User Group (http://jacksonville.sqlpass.org)
  • And that’s just the week leading up to the main event!!!EXCLAMATIONPOINT

    On Saturday we have a plethora of great speakers and sessions. In addition to all the guys I’ve previously mentioned in this post we also have guys like Chad Miller (Blog | Twitter), Joe Celko (Blog), Joe Webb (Blog | Twitter), Kendal Van Dyke (Blog | Twitter), Jonathan Kehayias (Blog | Twitter), Ken Simmons (Blog | Twitter) and more presenting! This SQLSaturday is also seeing the introduction of the mini-sessions. Mini-sessions are 15-minute presentations aimed at first-time speakers to encourage them to present at a big event without the pressure of having to fill that hour time slot.

    So what are you waiting for? Oh what you want one more thing to entice you? Ok, how about free T-shirts for the first 150 to arrive to the event? Swag? We got it in spades. We only have a few seats left so hurry up and register!

    Tags: , , ,

    OPASS User Group Meeting: Review

    Well last night I presented my Policy Based Management presentation for the Orlando SQL PASS User Group aka OPASS. The meeting was held at the End-to-End Training (now called SQLShare.com) offices which is a nice facility ran by Andy Warren (Blog | LinkedIn). The meeting started off with a short bit of networking where Andy has everyone introduce themselves to their neighbors and get some discussion going. I thought this was a nice little touch and lets people work on their networking skills.

    First up for the night was a mini presentation on Backup Basics with Todd Holmes (LinkedIn), a DBA for Channel Intelligence in Celebration. The mini presentation is a 15-minute presentation slot that Andy came up with to encourage new speakers to cut their teeth on public speaking and technical presentations. Todd did a great job with such a broad topic and even went the extra mile in showing examples via T-SQL code. Todd will also be doing this mini presentation at the upcoming SQL Saturday #21 in Orlando.

    After Todd’s presentation there was a short dinner break and I got setup for my PBM presentation. Andy said he was curious to see an hour-long presentation went on Policy Based Management since he thought it was a topic that could be covered rather quickly. Funnily enough my presentation ran just a tad over an hour and I could have kept going! There were some hiccups here and there with my VM taking a little longer than I would have liked to open certain things but demos didn’t blow up like they did at the last SQL Saturday. I also got a chance to show the audience EPMF in action (sort of). I showed the script run that used PowerShell to apply existing policies and dump results into a database repository. The example failed because I tried to open Reporting Services page on VM which had the hardened IE settings enabled that didn’t allow scripts to run so I wound up just showing a screenshot of the dashboard view. Hopefully this demo helps people take SQL 2008 and PBM back to their jobs and look like rock stars for virtually no money (except for cost of SQL 2008 Standard license after they see how awesome this is).

    After the meeting I stuck around and talked shop with Andy, Jack Corbett (Blog | Twitter) and Kendal Van Dyke (Blog | Twitter) which was pretty awesome as we talked about all things SQL. Always a good time when you get quality geek time in. Overall it was a great time and a big thank you to the group for having me out there. If you’re in the Orlando area make sure to check out the group!

    Tags: , , , , , , ,

    Upcoming Talks:Orlando SSUG and SQL Saturday #21

    It’s going to be a fun month! Next week I’ll be speaking at the Orlando SQL Server User Group on Policy Based Management 101. I also got confirmation that not only was my PBM presentation accepted for SQL Saturday #21 on October 17th but I’ll also be doing a MINI session on SQL & Twitter:A Perfect UNION !

    I’m REALLY psyched about SQL Saturday as there are going to be some awesome presenters there such as Andy Leonard (Blog | Twitter), Ken Simmons (Blog | Twitter), Joe Webb (Blog | Twitter), Brian Knight (Blog | Twitter), Kevin Kline (Blog | Twitter), Andy Warren (Blog | Twitter), Buck Woody (Blog | Twitter), Kendal Van Dyke (Blog | Twitter), Chad Miller (Blog | Twitter) and many more! The speaker lineup looks like a veritable PASS Summit East Coast edition. If you can’t make it to the Summit this year (and I highly encourage you to do so if you can) then definitely try to make it to SQL Saturday #21!

    And as if the lineup of talks at the SQL Saturday event wasn’t enough to blow your mind, the week leading up to it there is a week of day-long training seminars! Again, this looks like a rock star line up featuring Andy Warren, Brian Knight, Kevin Kline, Andy Leonard and Buck Woody. Each session is $150 and WELL worth the investment.

    Tags: , , , , , ,

    SQL University: A Primer for SQL Server Beginners

    graduate Recently I was thinking about my experiences with all of the SQL Server learning events and while they have all been absolutely awesome I realized one thing: they’re that awesome for me because I know what’s going on. By that I mean I’ve been around SQL Server for awhile now so when I attend the sessions I already have a basic understanding of everything that is being discussed. Granted I always learn something new from these sessions but what about the first timers and accidental DBA’s that have no idea where to start? The one place I noticed this trend the most was at SQL Saturday. While there are individual sessions that are aimed at beginner level I haven’t seen any tracks or actual dedicated sessions to starting SQL Server from scratch. For instance what are the basic tools of the trade? What’s SQL Server Management Studio? Who are the go to people for help?

    Given this fact I would like to propose that organizers of SQL Saturday events consider putting in a dedicated track for Entry Level SQL folks. My suggestion is to call it SQL University but that’s just my take. My hometown user group, the Tampa SQL Server User Group will be organizing a SQL Saturday event in the coming months and I hope to get this program implemented in there. My hope is that individuals who are new to SQL Server, or would like to get into it, have a dedicated track in which they can feel comfortable going to without expectation of certain knowledge. In the meantime I will be doing a series of blog posts entitled SQL University which will cover the world of SQL Server from the ground up. In these posts I’ll cover basics such as tools to use, basic dba tasks etc. But that’s not all, I’d like to extend the help of my fellow bloggers on this project. If you’d like to become a SQL University professor hit me up at jorge@sqlchicken.com. I’ll need professors in the different aspects such as administration, development and business intelligence. For this first semester of SQL-U I’d like to keep the classes at the 100-level. We’ll see how the project develops from there.

    So, friends, what are your thoughts? Would you like to see something like this implemented? Do you think it will help raise awareness of organizations like PASS and bring in more attendees to our events? Let me hear your thoughts in the comments.

    Update: WOW the response for this project has been really great! I now have a small pool of professors that will be helping out with this first semester. Due to this I’m closing the call for bloggers at this time. A big thank you to them (I’ll announce them soon) and a big thank you for all those willing to help out!

    Tags: , ,

    SQL Saturday #16 – Recap

    Last Saturday was the SQL Saturday event at Devry University in Miramar, Florida. First off I have to say it was a great event with over 400 attendees! It was also my very first SQL Saturday speaking event. The speaker evaluations haven’t come back yet but I have a feeling I’ll definitely should have some dings as my presentation started off well but towards the end the presentation Gods reared their ugly heads and it ended on a not-so-great note with my demo not going so well. The good news is that one attendee, Argenis Fernandez ( Twitter ), gave me some good feedback as well as told me that he got some good ideas from the presentation and was excited to go back to work and implement Policy Based Management in his environment. Honestly that kind of response makes the effort all worthwhile.

    From my session I went to check out Kendal Van Dyke’s ( Blog | Twitter ) session on Configuring SQL Access for the Web Developer/Admin. Kendal and I interact pretty frequently on Twitter so I was glad to get a chance to finally meet him as well attend his sessions. This was a good intro level talk on how to configure web application authentication methods in both classic ASP and ASP.NET. Some nice tricks come out of this session including how to properly add a user to the IIS_WPG group (hint: the proper way ISN’T to just add them to the group in computer management!). I’m no developer but this was really useful to me, especially as a DBA tasked with implementing Sharepoint in to our environment. I say this because Sharepoint has its share of permission issues especially if you run the app pools or web apps under a different account such as a custom AD account.

    My next session was Andy Warren’s ( Blog | Twitter | LinkedIN ) session on Social and Not so Social Networking for the DBA. I’ve attended other sessions with Andy and they’ve all been great. This one was no exception. Andy is an excellent presenter and makes it look so easy. One thing that was great about this, for me, is that this is the first weekend was the first time I’ve gotten a chance to really meet and talk to Andy. It was funny because at the speaker dinner he asked “Hey, aren’t you that SQLChicken guy?” which made me laugh. I guess my self-branding is working! Anyhow, this session was really interesting as it was more of an open discussion with the group rather than a straight forward presentation. Andy brings up important things to think about in terms of networking such as don’t start building your network only when you need something (aka job search). Networking is something that can benefit you far beyond simple job searches and opportunities. In the session some of us shared how simply being connected on social networks like Twitter have actually helped improve ourselves in our current jobs. If you ever get a chance to attend this session I highly recommend you do. In fact, if you’re attending the PASS Summit in Seattle in November, Don Gabor will be holding a Pre-Conference session called Networking to Build Business Contacts. Andy highly recommends anyone attending the summit to check this session out as it will help you not only build your network professionally but help you network in general at events like PASS and SQL Saturday.

    At lunch I got to sit down and have lunch with Andy Warren, Kendal Van Dyke and a few other attendees. I only mention this in the blog because I we got a chance to talk with some people who ranged from first-timers to the SQL world as well as others who’ve been doing it for awhile. Also it was interesting to get feedback on little things like how sometimes the session descriptions were a little too vague so it made it difficult to decide if the topic or level was the right one to attend. Based on this I know I’ll be tweaking my abstracts for future events. The other cool thing was getting a chance to sit and pick Andy’s brain a bit about the direction of PASS. Personally I’m excited to see what PASS has in store to continue bringing the community together. So far its been fantastic to be a part of it.

    Next up was another session with Kendal with topic being Transactional Replication: Beyond the Basics.  Honestly I’m currently not using transaction replication in my shop but after attending this session I feel like I gleaned enough knowledge to be able to tackle that task if it were asked of me. Great overview of different topologies that were clearly and easily explained, as well as going over some possible pitfalls you might encounter. Very interesting topic and presented very well. Kendal will actually be doing this presentation this year at PASS (first time presenter, congrats to him!) so again if you’ll be at PASS Summit this year I suggest you check this session out.

    After that I went over to Jeffrey Garbus’ ( Blog ) session on Indexing for Join Optimization which drew quite the crowd. Packed house with a bunch of people (myself included) taking a seat on the floor along the walls to check this topic out! I’ve attended Jeffrey’s session before at the last SQL Saturday in Tampa and he is a great speaker. This particular talk was actually kind of a part 2 to his earlier talk on Choosing Indexes for Performance . Even if you didn’t catch the first session this one alone is a treasure trove of great information. For instance do you know why join orders matters? Do you know the difference in performance between doing a join using the old ANSI syntax and the new? You’d be surprised. Again I highly recommend you check out any session by Jeffrey if given the opportunity.

    Last, but most definitely not least, was Chad Miller’s ( Blog | Twitter ) session on Powershell and SQL Server Administration. Chad not only covers basic Powershell commands and tricks but he covers using a cool project he’s developed called SQL Server PowerShell Extensions. What PSX gives DBAs is a base set of functions that covers most common DBA tasks. One of the coolest demonstrations I saw during this presentation was the use of Powershell as an ETL tool. Chad shows you how you are able to copy data from table to another using only 3 lines of code! This presentation truly made me excited to really start learning Powershell and applying it at work.

    Overall I thought it was a great event, as any SQL Saturday I’ve attended, and I had an absolute blast presenting and meeting a bunch of folks I’ve interacted with on Twitter. If you get a chance to make it to a SQL Saturday event I couldn’t recommend  it enough. You get top-notch education, great networking opportunities, awesome swag and all for free! If you don’t have a SQL Saturday event in a city near you, and you won’t be making it to the PASS Summit this year then don’t fret! The good folks at PASS have put together an exciting free training event called 24 Hours of SQL PASS. For more details on this great event check my previous post on it.

    Tags: , ,