<?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 'User's Group' and 'SQLRally'</title><link>http://sqlblog.com/search/SearchResults.aspx?o=DateDescending&amp;tag=User%27s+Group,SQLRally&amp;orTags=0</link><description>Search results matching tags 'User's Group' and 'SQLRally'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>A wee bit exhausted… time to reenergize</title><link>http://sqlblog.com/blogs/louis_davidson/archive/2012/12/10/a-wee-bit-exhausted-time-to-reenergize.aspx</link><pubDate>Tue, 11 Dec 2012 02:26:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:46604</guid><dc:creator>drsql</dc:creator><description>&lt;p&gt;I admit it. I am tired and I have not blogged nearly enough. This has been a crazy year, with &lt;a href="http://www.drsql.org/Pages/ProSQLServerDatabaseDesign.aspx"&gt;the book I finished writing&lt;/a&gt;, the pre-cons I have done (teaching is NOT my primary profession so I do a lot more prep than some others probably do), lots of training on Data Warehousing topics (from Ralph Kimball, Bob Becker, and Stacia Misner, to name three of the great teachers I have had), SQL Rally, SQL PASS, SQL Saturdays and I have gotten a lot more regular with my &lt;a href="http://www.simple-talk.com/blogs/author/2155-louis-davidson/"&gt;simple-talk blog&lt;/a&gt; as well… Add to this the fact that my daughter added a new grandchild to the family, and my mother has started to get so weak she is starting to fall down quite often (I am writing this blog entry from a spare bedroom at my mother-in-law’s house while my mom is in rehab!) and I am getting exhausted.&lt;/p&gt;  &lt;p&gt;Am I whining? Probably, but it is my blog! No, seriously I figure that occasionally you have to poke your head out from under the covers and write something and this is my something until after the New Year (other than posting a few already written and edited simple-talk blogs). I am on vacation from work for 2.5 weeks, and I don’t plan to do much with this laptop of mine for those two weeks unless the spirit hits me with an idea for a blog that I just have to write, but usually most of my blogs that have any technical or artistic merit take weeks to complete.&amp;#160; On the second of January, I hope to be back at it, analyzing my &lt;a href="http://sqlblog.com/blogs/louis_davidson/archive/2012/01/02/2012-blog-resolutions.aspx"&gt;resolutions from last year&lt;/a&gt;, and making good on a few of them, particularly “Blog about my other (computer) love occasionally” and review some of the gadgets I have acquired as they pertain to doing my job as a writer/data architect. (Hint: My mother-in-law does not have Internet access, so some of the devices I have here are instrumental in my ability to work untethered for weeks on end.)&lt;/p&gt;  &lt;p&gt;So until next year, Merry Christmas, Happy Holidays, Happy New Year!&amp;#160; I hope your holidays are restful and fun.&amp;#160; I know part of mine will be because I intend to replicate this picture at least one or two more times next week, hopefully with a Turkey Leg in the hand that isn’t holding the camera taking the picture (all with my Windows Phone set on Battery Saver Mode, which delightfully turns off all syncing :)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://sqlblog.com/blogs/louis_davidson/image_48E9D397.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/louis_davidson/image_thumb_7282C02C.png" width="407" height="254" /&gt;&lt;/a&gt;&lt;/p&gt;</description></item><item><title>SQL Rally Relational Database Design Pre-Con Preview</title><link>http://sqlblog.com/blogs/louis_davidson/archive/2012/04/13/sql-rally-relational-database-design-pre-con-preview.aspx</link><pubDate>Sat, 14 Apr 2012 03:58:10 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:42826</guid><dc:creator>drsql</dc:creator><description>&lt;p&gt;On May 9, 2012, I will be presenting a &lt;a href="http://www.sqlpass.org/sqlrally/2012/dallas/Agenda/Session.aspx?sid=2416" target="_blank"&gt;pre-con session&lt;/a&gt; at the &lt;a href="http://www.sqlpass.org/sqlrally/2012/dallas/" target="_blank"&gt;SQL Rally&lt;/a&gt; in Dallas, TX on relational database design. The fact is, database design is a topic that demands more than a simple one hour session to really do it right. So in my Relational Database Design Workshop, we will have seven times the amount of time in the typical session, giving us time to cover our topics in a bit more detail, look at a lot more designs/code, and even get some time to do some design as a group. Our topics will be: &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Theory &lt;/strong&gt;- More or less the foundational principals and processes that will presumably help you understand the &amp;quot;why&amp;quot; behind the rest of the material. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;General Data Modeling &lt;/strong&gt;- The basic concepts behind database design, data modeling, graphically and semantically. Terminology and concepts will be covered to make sure that when I say a word, you know what I am meaning. The field of computer science is littered with confusing terminology that needs to be made clear. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Normalization&lt;/strong&gt; - Basically the process of making your database work well with the relational engine form both a performance and data integrity point of view. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Physical Modeling &lt;/strong&gt;- The actual process of creating a working database by choosing proper data types, protecting the data integrity, etc. We will discuss the steps, as well as take a look at a model that is implemented. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Implementation Patterns&lt;/strong&gt;- For the most part, the primary pattern that we use in a relational database is normalization. Database, tables and columns are rather easily mapped to requirements, and using normalization, we usually will arrive at a solution.However, there are certain types of solutions that crop up in common implementations. Examples include uniqueness, hierarchies, files, user-specified schema, data driven design, and more. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Other Miscellaneous Advice&lt;/strong&gt; - Time permitting, I have a set of slides that cover some basic performance/security/implementation related material. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;A lot of the material/examples/demos come from my 2012 book (&lt;a href="http://www.drsql.org/Pages/ProSQLServerDatabaseDesign.aspx" target="_blank"&gt;SQL Server 2012 Relational Database Design and Implementation&lt;/a&gt;) that will be shipping just before the Rally, so I am making arrangements to get copies of the book for most if not all of the attendees. So the day will introduce the material to you in a rapid format, and then you can take the material home and read it again (and my email is always available for further questions on the material as well.) &lt;/p&gt;</description></item></channel></rss>