<?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 tags 'Books' and 'seminars'</title><link>http://sqlblog.com/search/SearchResults.aspx?o=DateDescending&amp;tag=Books,seminars&amp;orTags=0</link><description>Search results matching tags 'Books' and 'seminars'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>Did You Know? More online seminars!</title><link>http://sqlblog.com/blogs/kalen_delaney/archive/2010/04/22/more-online-seminars.aspx</link><pubDate>Thu, 22 Apr 2010 23:20:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:24507</guid><dc:creator>Kalen Delaney</dc:creator><description>&lt;P&gt;I am in Tucson again, having just recorded two more online workshops to be broadcast by SSWUG. We haven't set the dates yet, but we are thinking about offering a special package deal for the two of them. The topics really are related and I think they would work well together. &lt;/P&gt;
&lt;P&gt;They are both on aspects of Query Processing. The first was on how to interpret Query Plans and is an introduction to the topic. However, it only includes a discussion of how SQL Server actually processes your queries. For example, what exactly does a Hash Join or Stream Aggregation mean?&amp;nbsp; The second was on Caching and Recompiling, basically discussing how SQL Server stores and reuses the plans once it creates them. And, how to tell if reusing or recompiling the best option.&lt;/P&gt;
&lt;P&gt;I'll post more details and links once they are available.&lt;/P&gt;
&lt;P&gt;Also, I just realized I had never announced the winners of the drawing from &lt;A href="http://sqlblog.com/blogs/kalen_delaney/archive/2010/02/12/i-just-finished-my-first-online-seminar.aspx"&gt;my previous seminar&lt;/A&gt;.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Lorna M. won a copy of my &lt;EM&gt;SQL Server 2008 Internals&lt;/EM&gt; book, and &lt;BR&gt;Bob L. won a copy of &lt;A href="http://sqlblog.com/blogs/kalen_delaney/archive/2009/09/30/sql-server-mvps-give-away-their-royalties.aspx"&gt;SQL Server MVP Deep Dives&lt;/A&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;More books will be given away at future seminars!&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#ff00ff size=4&gt;~Kalen&lt;/FONT&gt;&lt;/P&gt;</description></item><item><title>Did You Know? You Can Win a Copy of My Next Book!</title><link>http://sqlblog.com/blogs/kalen_delaney/archive/2008/10/24/win-a-copy-of-my-next-book.aspx</link><pubDate>Sat, 25 Oct 2008 03:09:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:9654</guid><dc:creator>Kalen Delaney</dc:creator><description>&lt;P&gt;November is conference month for me, and I'll be giving away vouchers for signed copies of my new book, to be mailed to the winners as soon as I receive my author copies. &lt;/P&gt;
&lt;P&gt;I'll be giving away one each day of my seminars in London and Seattle!&lt;/P&gt;
&lt;P&gt;The London seminars, for &lt;A href="http://www.sqlknowhow.com/" target=_blank&gt;SQLKnowHow&lt;/A&gt;, are taking place&amp;nbsp; the week of November 3-7, so I'll actually be out of the country the day of the US national elections. I haven't figured out if that is good news or bad news yet; I guess it depends on who wins. &lt;/P&gt;
&lt;P&gt;Monday, November 3 is &lt;A href="http://www.sqlknowhow.com/events/insidesql1.aspx"&gt;SQL Server Data Storage Formats:&lt;/A&gt; &lt;STRONG&gt;Internals, Performance and Best Practices. &lt;/STRONG&gt;This will be the first delivery of the seminar I'll be presenting for my preconference session at PASS. &lt;/P&gt;
&lt;P&gt;&lt;EM&gt;This seminar will describe all the different formats available for storing data, including the new &lt;STRONG&gt;filestream&lt;/STRONG&gt; data, &lt;STRONG&gt;compressed data&lt;/STRONG&gt; and &lt;STRONG&gt;sparse data&lt;/STRONG&gt; columns in SQL Server 2008. We’ll look at the metadata to determine exactly what is being stored and where, and discuss best practices for choosing the particular type of storage format. &lt;/EM&gt;
&lt;P&gt;Tuesday, November 4 is&amp;nbsp; &lt;A href="http://www.sqlknowhow.com/events/insidesql2.aspx"&gt;SQL Server Concurrency Control&lt;/A&gt;: &lt;STRONG&gt;Locking, Blocking and Row Versioning&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;In this seminar I'll look at the concurrency enhancements made in SQL Server 2005 based on&amp;nbsp; row-level versioning which implements optimistic concurrency. We’ll compare concurrency management with row versioning to concurrency management with locking and blocking. We'll look at the metadata that stores information about your transactions, and look at tools for troubleshooting concurrency problems.&amp;nbsp; We will also look at the locking enhancements added to SQL Server 2008.&lt;/EM&gt; 
&lt;P&gt;Wednesday - Friday, November5-7 is &lt;A href="http://www.sqlknowhow.com/events/insidesql3.aspx"&gt;SQL Server Data Internals and Tuning&lt;/A&gt; 
&lt;P&gt;&lt;EM&gt;This seminar is a 3-day version of my 5-day SQL Server Internals and Tuning class that I have delivered all over the world. The seminar includes extensive demonstrations that illustrate the details of SQL Server internals as well as tuning techniques. This course will be presented on SQL Server 2008 and cover features specific to that version, but most of the information is relevant to SQL Server 2005 and some is relevant to SQL Server 2000. Topics to be covered include the following:&lt;/EM&gt; 
&lt;UL&gt;
&lt;LI&gt;SQL Server Storage Metadata 
&lt;LI&gt;Tools for exploring storage structures 
&lt;LI&gt;Physical Storage Structures 
&lt;LI&gt;Index Design and Tuning 
&lt;LI&gt;Query Processing and Query Plans 
&lt;LI&gt;Optimization and Recompilation 
&lt;LI&gt;Query Tuning Tips and Techniques &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;So for each of these 5 days, I'll be giving away a book a day, plus other giveaways as well. &lt;/P&gt;
&lt;P&gt;Then later in November, on 18 November, I'll be giving a &lt;A href="http://summit2008.sqlpass.org/precon-kalen-delaney.html" target=_blank&gt;preconference session at PASS&lt;/A&gt;, in Seattle.&amp;nbsp; In addition to vouchers for my new book, I'll have a couple of copies of my SQL Server 2005 books to give away. &lt;/P&gt;
&lt;P&gt;So hopefully I'll see many of you soon!&lt;/P&gt;
&lt;P&gt;&lt;FONT color=#ff00ff size=4&gt;~Kalen&lt;/FONT&gt;&lt;/P&gt;</description></item></channel></rss>