Start Time (24h) | Speaker | Track | Title |
---|---|---|---|
08:30:00 | Kevin Feasel | Other | Working Effectively With Legacy SQL |
09:40:00 | Russ Allen | Other | Divide and Conquer - Creating and Managing Partitioned Tables and |
10:50:00 | Meagan Longoria | Track 1 | Overcoming Chartaphobia Moving Toward Enlightening Data Viz |
13:00:00 | Justin Dearing | Other | Version control with GIT for the DBA |
14:10:00 | Michael DeFehr | Other | Query Plans and Indexes in SQL Server |
Event Date: 13-06-2015 - Session time: 08:30:00 - Track: Other
Event Date: 13-06-2015 - Session time: 09:40:00 - Track: Other
• The benefits of table and index partitioning • Partitioning requirements and considerations • Laying the partitioning foundation • Creating partitioned tables and indexes • Adding data to a table one partition at a time • Removing partitions when data has “aged out” • Performing piecemeal restores of partitioned databases
The presentation will include a live demonstration of partitioning using fact tables from the AdventureWorksDW2012 sample database. All scripts used in the demonstration will be available to attendees after the presentation.
Event Date: 13-06-2015 - Session time: 10:50:00 - Track: Track 1
Event Date: 13-06-2015 - Session time: 13:00:00 - Track: Other
What does this mean to a DBA? Well. whether or not you use SSDT, you should be storing your database schema in version control. In addition, your utility scripts certainly belong in VCS.
In my session. We will cover:
What is version control? How does a distributed version control system differ from traditional version control like Visual Sourcesafe, TFS, and SVN? How do I setup git for internal use in my company? How do I host public and private repositories on github. How do pull requests work? How do I fork a SVN repo to github?
We will be covering using git from both the command line and Vis
Event Date: 13-06-2015 - Session time: 14:10:00 - Track: Other