{"id":880,"date":"2011-09-16T17:25:31","date_gmt":"2011-09-16T17:25:31","guid":{"rendered":"http:\/\/craftydba.com\/?page_id=880"},"modified":"2015-12-10T20:02:55","modified_gmt":"2015-12-10T20:02:55","slug":"presentations","status":"publish","type":"page","link":"https:\/\/craftydba.com\/?page_id=880","title":{"rendered":"Presentations"},"content":{"rendered":"<p style=\"color: #000000; font-size: large;\">The following presentations were given at events sponsored by SQL PASS:<\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #0000ff; font-size: large;\">DEC 2015 (RI SSUG)<\/span><\/strong><\/p>\n<p><span style=\"color: #008000\">Topic:<\/span><\/p>\n<p>New Backup Features in SQL Server 2014<\/p>\n<p><span style=\"color: #008000\">Abstract:<\/span><\/p>\n<p>Database administrators have been able to use transparent data encryption (TDE) since SQL Server 2008.  However, backups are still saved in a format that anyone can read.  This version of SQL Server now supports encrypted backups for those security conscious companies. <\/p>\n<p>The data explosion of the 21st century has administrators concerned with where to save all those backups.  This version of SQL Server has introduced the URL clause to the BACKUP and RESTORE commands.<\/p>\n<p>This means that cheap, secure, and replicated Azure blob storage can be used store those backups.<\/p>\n<p>This thirty minute talk will cover the following topics.<\/p>\n<p><span style=\"color: #008000\">Coverage:<\/span><\/p>\n<p>1 &#8211; Power Shell to create Azure objects.<br \/>\n2 &#8211; Playing with Cloud Berry explorer.<br \/>\n3 &#8211; Looking at Azure Storage explorer.<br \/>\n4 &#8211; Backing and restoring up using the new URL command.<br \/>\n5 &#8211; Failed backups may cause locked partial blob files.<br \/>\n6 &#8211; Create master key and server certificate.<br \/>\n7 &#8211; Encrypting backups using server certificate.<br \/>\n8 &#8211; Delete certificate.  Show failed restore.<br \/>\n9 &#8211; Restore certificate.  Show successful restore.<\/p>\n<p><a href=\"https:\/\/craftydba.com\/wp-content\/uploads\/2015\/12\/BACKUPS-SQL-SERVER-2014.zip\">Presentation Bundle<\/a><br \/>\n&nbsp;<\/p>\n<p><strong><span style=\"color: #0000ff; font-size: large;\">Sep 2015 (RI BIUG) \/ Nov 2015 (BCC #24) \/ Dec 2015 (Hartford) <\/span><\/strong><\/p>\n<p><span style=\"color: #008000\">Topic:<\/span><\/p>\n<p>Power BI Desktop Designer<\/p>\n<p><span style=\"color: #008000\">Abstract:<\/span><\/p>\n<p>You have been asked by upper management to provide new dashboards to describe how the North Wind Traders company is doing, find new business opportunities, and make sure sales are going in the right direction.<\/p>\n<p>How can you leverage the Power BI Desktop Designer to complete this request?<\/p>\n<p><span style=\"color: #008000\">Coverage:<\/span><\/p>\n<p>1.\tLoad company data into the model<br \/>\n2.\tLoad additional data for new analysis<br \/>\n3.\tUse the M(ashup) language to format data<br \/>\n4.\tCreate relationships between the datasets<br \/>\n5.\tUse the DAX language to add additional measures<br \/>\n6.\tGraph the results using cool visual elements<br \/>\n7.\tCollate a bunch of graphs into a dashboard presentation<br \/>\n8.\tMake the dashboard dynamic with slicers<br \/>\n9.\tPublish the results to the cloud for sharing.<\/p>\n<p><a href=\"https:\/\/craftydba.com\/wp-content\/uploads\/2015\/09\/PBI.zip\">Presentation Bundle<\/a><br \/>\n&nbsp;<\/p>\n<p><strong><span style=\"color: #0000ff; font-size: large;\">Mar 2015 (BCC #23)<\/span><\/strong><\/p>\n<p><span style=\"color: #008000\">Topic:<\/span><\/p>\n<p>Database Software As A Service<\/p>\n<p><span style=\"color: #008000\">Abstract:<\/span><\/p>\n<p>Are you tired of installing, configuring and patching Microsoft SQL Server? Azure SQL database maybe a way to move some of your existing infrastructure to the cloud. <\/p>\n<p>Depending upon your companies philosophy, it might be great for development, testing, and possibly production environments.<\/p>\n<p>The exciting thing about this service is that new features will be released on this platform first before trickling down to the on-premise editions.<\/p>\n<p><span style=\"color: #008000\">Coverage:<\/span><\/p>\n<p>1 &#8211; Create Azure Account<br \/>\n2 &#8211; Create Database Server<br \/>\n3 &#8211; Adding IP Rules for client access<br \/>\n4 &#8211; Capturing the connection string<br \/>\n5 &#8211; Using SSMS, SSDT or SQLCMD<br \/>\n6 &#8211; Creating a database from TSQL<br \/>\n7 &#8211; Sample database with common objects<br \/>\n8 &#8211; Good, bad and ugly truths<br \/>\n9 &#8211; Exciting new features in Azure SQL DB<br \/>\n10 &#8211; Various Migration patterns<\/p>\n<p>Details:<\/p>\n<p><a href=\"https:\/\/craftydba.com\/wp-content\/uploads\/2015\/03\/boston-code-camp-23-azure-sqldb-equals-ssas.zip\">presentation bundle<\/a><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #0000ff; font-size: large;\">Feb 2015 (SNESSUG)<\/span><\/strong><\/p>\n<p><span style=\"color: #008000\">Topic:<\/span><\/p>\n<p>Basic Database Design<\/p>\n<p><span style=\"color: #008000\">Abstract:<\/span><\/p>\n<p>You just found out that a client needs a SQL database to be designed from scratch. However, your existing DBA has given two weeks notice.<\/p>\n<p>This presentation is meant for the Accidental DBA that has little to no experience with creating a database from the group up. <\/p>\n<p>Topics are focused on data storage structures, security, and integrity.  After this presentation, you will be ready to meet that clients need.<\/p>\n<p><span style=\"color: #008000\">Coverage:<\/span><\/p>\n<p> 1 \u2013 Files &#038; File Groups<br \/>\n 2 \u2013 Logins &#038; Users<br \/>\n 3 \u2013 Security using schemas<br \/>\n 4 \u2013 Database roles for access.<br \/>\n 5 \u2013 Table design via SSMS or TSQL.<br \/>\n 6 \u2013 Default, Check, and NULL constraints<br \/>\n 7 \u2013 Handling table relationships (PK vs FK).<br \/>\n 8 \u2013 To index or not to index?<br \/>\n 9 \u2013 Testing database integrity using DML.<\/p>\n<p><a href=\"\">presentation bundle<\/a><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #0000ff; font-size: large;\">Oct 2014 (SNESSUG) \/ Jul 2014 (SAT 302) \/ Jun 2014 (SAT 293) \/ Jun 2014 (BCC #21)<\/span><\/strong><\/p>\n<p><span style=\"color: #008000\">Topic:<\/span><\/p>\n<p>Basic Database Programming<\/p>\n<p><span style=\"color: #008000\">Abstract:<\/span><\/p>\n<p>You just found out that a client needs a SQL database to be designed from scratch. However, you existing DBA has given two week notice. This presentation is meant for the Accidental DBA that has little to no experience with creating Transaction SQL objects. After this presentation, will be ready to meet that clients need. <\/p>\n<p>This presentation will review the following topics to get you ready to code.<\/p>\n<p><span style=\"color: #008000\">Coverage:<\/span><\/p>\n<p>1 &#8211; How is a view better than ad-hoc SQL?<br \/>\n2 &#8211; Abstracting underlying tables via a view.<br \/>\n3 &#8211; Avoiding DML updates to views.<br \/>\n4 &#8211; Using triggers to enforce business rules.<br \/>\n5 &#8211; Using triggers to prevent data modifications.<br \/>\n6 &#8211; What are the different types of functions?<br \/>\n7 &#8211; Simple use of each type.<br \/>\n8 &#8211; Using stored procedures as an application interface.<br \/>\n9 &#8211; Batch programming using stored procedures.<br \/>\n10 &#8211; How to schedule batch jobs.<\/p>\n<p><a href=\"https:\/\/craftydba.com\/wp-content\/uploads\/2014\/06\/boston-code-camp-21.zip\">presentation bundle<\/a><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #0000ff; font-size: large;\">May 2014 (RI BIUG) \/ Apr 2014 (SNESSUG)<\/span><\/strong><\/p>\n<p><span style=\"color: #008000\">Topic:<\/span><\/p>\n<p>A brief introduction to Power Tools.<\/p>\n<p><span style=\"color: #008000\">Abstract:<\/span><\/p>\n<p>In recent months, there has been a big push for self service business intelligence tools by Microsoft. The center of this universe is Microsoft Excel, a common application used by the typical data analyst.<\/p>\n<p>The following four products started off as add-ins for Excel. Now, some of them are an integral part of MS Office 2013.<\/p>\n<p>\u2022 Power Query<br \/>\n\u2022 Power Pivot<br \/>\n\u2022 Power View<br \/>\n\u2022 Power Map<\/p>\n<p>It is not surprising that these four business intelligence products have a cloud offering in Office 365.  <\/p>\n<p>Today, we will explore how a typical BI request for the Adventure Works 2012 DW database can leverage these tools.<\/p>\n<p><span style=\"color: #008000\">Coverage:<\/span><\/p>\n<p>1 \u2013 Grabbing data with Power Query.<br \/>\n2 \u2013 Transforming data with Power Query.<br \/>\n3 \u2013 Storing data with Power Query.<br \/>\n4 &#8211; De-normalizing data for speed.<br \/>\n5 \u2013 DAX language is in the tabular data model.<br \/>\n6 \u2013 Power Pivot tables and charts.<br \/>\n7 \u2013 Adding slicers to Power Pivot.<br \/>\n8 \u2013 Adding the WOW effect with Power View<br \/>\n9 \u2013 Various Power View reports.<br \/>\n10 \u2013 Filtering vs drill down.<br \/>\n11 \u2013 Using the map to plot real world data.<br \/>\n12 \u2013 Story telling with tours.<\/p>\n<p>Screen Shots<br \/>\n<a href=\"https:\/\/craftydba.com\/wp-content\/uploads\/2014\/04\/ptp-images-01to12.zip\">Steps 1 to 12<\/a><br \/>\n<a href=\"https:\/\/craftydba.com\/wp-content\/uploads\/2014\/04\/ptp-images-13to25.zip\">Steps 13 to 25<\/a><\/p>\n<p>Presentation and Code<br \/>\n<a href=\"https:\/\/craftydba.com\/wp-content\/uploads\/2014\/04\/ptp-core-documents.zip\">Document Bundle<\/a><\/p>\n<p>Excel Worksheet (rename &amp; uncompress)<br \/>\n<a href=\"https:\/\/craftydba.com\/wp-content\/uploads\/2014\/04\/power-tools-introduction.zip.001.txt\">power-tools-introduction.zip.001<\/a><br \/>\n<a href=\"https:\/\/craftydba.com\/wp-content\/uploads\/2014\/04\/power-tools-introduction.zip.002.txt\">power-tools-introduction.zip.002<\/a><br \/>\n<a href=\"https:\/\/craftydba.com\/wp-content\/uploads\/2014\/04\/power-tools-introduction.zip.003.txt\">power-tools-introduction.zip.003<\/a><br \/>\n<a href=\"https:\/\/craftydba.com\/wp-content\/uploads\/2014\/04\/power-tools-introduction.zip.004.txt\">power-tools-introduction.zip.004<\/a><br \/>\n<a href=\"https:\/\/craftydba.com\/wp-content\/uploads\/2014\/04\/power-tools-introduction.zip.005.txt\">power-tools-introduction.zip.005<\/a><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #0000ff; font-size: large;\">Jan 2014 (DBA Virtual Chapter)<\/span><\/strong><\/p>\n<p><span style=\"color: #008000\">Topic:<\/span><\/p>\n<p>Designing Custom Maintenance Plans using the Ola Hallengren Scripts<\/p>\n<p><span style=\"color: #008000\">Abstract:<\/span><\/p>\n<p>Have you ever received a call from a client asking for help when their SQL Server database is corrupted?  You suggest that they restore the database from the last good backup. <\/p>\n<p>There is a long pause on the phone as the client states that the only backups\/tapes they have are bad.  Do not let this situation happen to you!<\/p>\n<p>We will investigate how to build a custom maintenance plans from the ground up using Ola\u2019s scripts as a starting point. What are the best practices for daily, weekly and monthly tasks? <\/p>\n<p>This presentation includes tape rotation schemes and restoring those backups to make sure they really work.  Some topics will be covered in depth while others will be given as homework.<\/p>\n<p><span style=\"color: #008000\">Coverage:<\/span><\/p>\n<p>1 \u2013 How to install the <a href=\"http:\/\/ola.hallengren.com\/\">Ola Hallengren<\/a> scripts.<br \/>\n2 \u2013 Identifying system versus user databases.<br \/>\n3 \u2013 Making a backup schedule (full, diff, log) based on size and business requirements.<br \/>\n4 \u2013 Various backup options (verify, checksum, compression, cleanup, copy only, etc).<br \/>\n5 \u2013 Backup read\/write file groups only for data warehouse systems.<br \/>\n6 \u2013 Advance options to speed up the backup (file striping, buffer count, max transfer size).<br \/>\n7 \u2013 One missing option I would like to see added is \u2018MIRROR TO\u2019.<br \/>\n8 \u2013 Why backup to disk then swipe to tape?<br \/>\n9 \u2013 Tape rotations such as \u2018Tower of Hanoi\u2019 versus \u2018Grandfather-Father-Son\u2019.<br \/>\n10 \u2013 Checking the integrity of your database.<br \/>\n11 &#8211;  Intelligent Index Maintenance; Reorganize versus Rebuild.<br \/>\n12 \u2013 Updating statistics on your table.<br \/>\n13 \u2013 Using RESTORE for FILE LIST ONLY (information) and VERIFY ONLY (integrity).<br \/>\n14 \u2013 How do I restore my database?<br \/>\n15 \u2013 Testing your backups via monthly restores.<br \/>\n16 \u2013 What is a tail backup?  When is it used?<br \/>\n17 \u2013 How to do a point in time recovery?<br \/>\n18 \u2013 What are the best practices for daily, weekly and monthly tasks?<\/p>\n<p><a href=\"https:\/\/craftydba.com\/wp-content\/uploads\/2014\/01\/custom-maintenance-plans-via-ola-hallengren-scripts-dbavc-22jan14.zip\">Presentation Bundle<\/a><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #0000ff; font-size: large;\">Nov 2013 (SNESSUG) \/ Nov 2013 (HARTFORD) \/ Dec 2013 (STAMFORD)<\/span><\/strong><\/p>\n<p><span style=\"color: #008000;\">Topic:<\/span><\/p>\n<p>How isolated are your sessions?<\/p>\n<p><span style=\"color: #008000;\">Abstract:<\/span><\/p>\n<p>Have you ever executed a T-SQL program that crashed due to an integrity error?  Upon inspecting the job history, the error code states you have duplicate key values.  However; re-running the job does not reproduce the error.  You probably had an transaction isolation level issue without knowing it.<\/p>\n<p>I will be covering the following topics in this presentation.<\/p>\n<p><span style=\"color: #008000;\">Coverage:<\/span><\/p>\n<p>  1 &#8211; Maintaining the ACID quality of transactions.<br \/>\n  2 &#8211; How SQL Server implements transaction durability?<br \/>\n  3 &#8211; System versus User transactions<br \/>\n  4 &#8211; Transaction basics<br \/>\n  5 &#8211; Exploring the various transaction modes<br \/>\n  6 &#8211; Exclusive versus Shared locks<br \/>\n  7 &#8211; Blocking versus Deadlocks<br \/>\n  8 &#8211; How to detect them with my free code.<br \/>\n  9 &#8211; How Isolation levels affect transaction behavior.<br \/>\n  10 &#8211; What is a dirty read versus a phantom read?<\/p>\n<p>At the end of the talk, you will know how to fix the above scenario by changing the isolation level.<\/p>\n<p><a href=\"https:\/\/craftydba.com\/wp-content\/uploads\/2013\/11\/transactions.zip\">presentation bundle<\/a><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #0000ff; font-size: large;\">Feb 2015 (HARTFORD) \/ May 2014 (SAT 294) \/ Mar 2013 (RI BIUG) \/\u00a0Sep 2013 (SAT 213) \/ Oct 2013 (SeaCoast) <\/span><\/strong><\/p>\n<p><span style=\"color: #008000;\">Topic:<\/span><\/p>\n<p>Effective Data Warehouse Storage Patterns<\/p>\n<p><span style=\"color: #008000;\">Abstract:<\/span><\/p>\n<p>Many companies start off with a simple data mart for reporting. As the company grows, users become dependent on the data mart for monitoring and making decisions on Key Performance Indicators (KPI).<\/p>\n<p>Unexpected information growth in your data mart may lead to a performance impacted reporting system. In short, your users will be lining up at your cube for their daily reports.<\/p>\n<p><span style=\"color: #ff0000;\">How do you reduce the size of your data mart and speed up data retrieval?<\/span><\/p>\n<p>This presentation will review the following techniques to fix your woes.<\/p>\n<p><span style=\"color: #008000;\">Coverage:<\/span><\/p>\n<p>1 &#8211; What is horizontal partitioning?<br \/>\n2 &#8211; Database sharding for daily information.<br \/>\n3 &#8211; Working with files and file groups.<br \/>\n3 &#8211; Partitioned views for performance.<br \/>\n4 &#8211; Table and Index partitions.<br \/>\n5 &#8211; Row Data Compression.<br \/>\n6 &#8211; Page Data Compression.<br \/>\n7 &#8211; Programming a sliding window.<br \/>\n8 &#8211; <strike>What are Federations in Azure SQL?<\/strike><br \/>\n&nbsp;&nbsp;&nbsp;&nbsp;Table partitioning in Azure SQL v12.<\/p>\n<p><a href=\"https:\/\/craftydba.com\/wp-content\/uploads\/2013\/03\/sql-pass-miner-effective-data-warehouse-storage-patterns.zip\">presentation bundle<\/a><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #0000ff; font-size: large;\">Sep 2011 (SNESSUG) \/ Mar 2013 (SAT 184) \/ Apr 2013 (SAT 203) \/\u00a0<strong>Aug 2013 (SAT 235)<\/strong><\/span><\/strong><\/p>\n<p>Topic:<\/p>\n<p style=\"padding-left: 30px;\">How to audit and prevent unwanted user actions.<\/p>\n<p>Abstract:<\/p>\n<p style=\"padding-left: 30px;\">Many corporations are composed of small divisions located in countries throughout the world. While you might be the lead DBA for your corporation, there are several other employees who have the keys to the kingdom. This presentation will review techniques on how to prevent and\/or audit data and schema changes.<\/p>\n<p>Coverage:<\/p>\n<p style=\"padding-left: 30px;\">1 &#8211; Granting correct user access is vital.<br \/>\n2 &#8211; DML triggers to keep a DATA audit trail.<br \/>\n3 &#8211; DDL triggers to keep a SCHEMA audit trail.<br \/>\n4 &#8211; Preventing unwanted DATA modifications.<br \/>\n5 &#8211; Preventing unwanted SCHEMA changes.<br \/>\n6 &#8211; Preventing table TRUNCATIONS.<br \/>\n7 &#8211; LOGIN triggers to control who, what, and when.<br \/>\n8 &#8211; Change data capture (CDC) an alternative to triggers.<\/p>\n<p>Details:<\/p>\n<p><a href=\"https:\/\/craftydba.com\/wp-content\/uploads\/2011\/09\/sql-sat-miner-audit-n-prevent-unwanted-actions-mar2013.zip\">presentation bundle<\/a><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #0000ff; font-size: large;\">Dec 2012 (SNESSUG)<\/span><\/strong><\/p>\n<p>Topic:<\/p>\n<p style=\"padding-left: 30px;\">Don&#8217;t lose your integrity<\/p>\n<p>Abstract:<\/p>\n<p style=\"padding-left: 30px;\">This is a lightning talk covering database integrity.<\/p>\n<p style=\"padding-left: 30px;\">I will be covering these various T-SQL techniques to enforce database integrity. A toy databases called AUTOS will be implemented two ways: one without integrity and one with integrity. The issues with the first design will be examined and corrected with the second design.<\/p>\n<p>Coverage:<\/p>\n<p style=\"padding-left: 30px;\">1 &#8211; Primary Keys.<br \/>\n2 &#8211; Foreign Keys.<br \/>\n3 &#8211; Unique constraints.<br \/>\n4 &#8211; Check constraints.<br \/>\n5 &#8211; Default constraints.<br \/>\n6 &#8211; Data type constraints.<br \/>\n7 &#8211; DML Triggers.<\/p>\n<p>Details:<\/p>\n<p><a href=\"https:\/\/craftydba.com\/wp-content\/uploads\/2011\/09\/integrity-issues-snessug-miner-dec-2012.zip\">snessug bundle<\/a><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #0000ff; font-size: large;\">Nov 2014 (BCC #22) \/ Jul 2014 (SAT 302) \/ Oct 2012 (SNESSUG) \/ Oct 2012 (SAT 146)<\/span><\/strong><\/p>\n<p>Topic:<\/p>\n<p style=\"padding-left: 30px;\">Effective use of temporary tables<\/p>\n<p>Abstract:<\/p>\n<p style=\"padding-left: 30px;\">Every developer eventually comes against business logic that can\u2019t be handled with a single simple or complex query. TSQL provides the developer with several constructs that can store temporary result sets that are passed to the next query in the script.<\/p>\n<p style=\"padding-left: 30px;\">I will be covering these various TSQL techniques with examples using the [AdventureWorks] database as well as a toy database called AUTOS. The pros and cons of each construct will be examined. Advanced options like enabling trace flag 1118 will be explored.<\/p>\n<p>Coverage:<\/p>\n<p style=\"padding-left: 30px;\">1 &#8211; Derived tables.<br \/>\n2 &#8211; Local temporary tables.<br \/>\n3 &#8211; Global temporary tables.<br \/>\n4 &#8211; Table variables.<br \/>\n5 &#8211; Common Table Expressions (CTE).<br \/>\n6 &#8211; User databases in [tempdb].<br \/>\n7 &#8211; Trace Flag 1118.<\/p>\n<p>Details:<\/p>\n<p><a href=\"https:\/\/craftydba.com\/wp-content\/uploads\/2011\/09\/nashua-sql-saturday-146-temporary-tables-by-jminer-20oct2012.zip\">presentation bundle<\/a><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #0000ff; font-size: large;\">Jun 2012 (SNESSUG) \/ Aug 2012 (SAT 158) \/ Sep 2012 (SAT 156) \/ Sep 2013 (SAT 213)<\/span><\/strong><\/p>\n<p>Topic:<\/p>\n<p style=\"padding-left: 30px;\">Full Text Indexing Basics<\/p>\n<p>Abstract:<\/p>\n<p style=\"padding-left: 30px;\">Today&#8217;s large data fields (LDF) are full of unstructured information stored in varchar, text, varbinary or xml data types. How do you write an application to search the column for patterns? Traditional SQL techniques using a column INDEX and LIKE operator result in a query plan that contains a full table scan.<\/p>\n<p style=\"padding-left: 30px;\">I will be introducing the brother&#8217;s grimm database that has the full text of each fairy tale. I will create a full text catalog \/ index, select a change tracking strategy, define optional stop list \/ thesaurus file, and then populate the index. I will use CONTAINS and FREETEXT operators in SELECT queries to leverage the FTI. This resulting query plan performs index seek.<\/p>\n<p>Coverage:<\/p>\n<p style=\"padding-left: 30px;\">1 &#8211; Creating a database from scratch.<br \/>\n2 &#8211; Creating a table with LOB field.<br \/>\n3 &#8211; Loading files via BULK INSERT.<br \/>\n4 &#8211; Performance via traditional techniques.<br \/>\n5 &#8211; Creating a full text index.<br \/>\n6 &#8211; Performance with the full text index.<\/p>\n<p>Details:<\/p>\n<p><a href=\"https:\/\/craftydba.com\/wp-content\/uploads\/2011\/09\/sql-sat-158-full-text-indexing-basics-john-miner.zip\">presentation bundle<\/a><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #0000ff; font-size: large;\">Aug 2011 (SNESSUG)<\/span><\/strong><\/p>\n<p>Topic:<\/p>\n<p style=\"padding-left: 30px;\">Working with bit patterns.<\/p>\n<p>Abstract:<\/p>\n<p style=\"padding-left: 30px;\">In today\u2019s manufacturing environment, production lines are automated with robotics and sensors. Many of these low end microprocessors and\/or integrated circuits are designed for specific tasks such as temperature and pressure control. This presentation will review how to store the memory buffer in a table and use a view to interpret the results.<\/p>\n<p>Coverage:<\/p>\n<p style=\"padding-left: 30px;\">1 &#8211; Using the VARBINARY data type to store the bit pattern.<br \/>\n2 &#8211; Storing a version number just in-case the decode changes.<br \/>\n3 &#8211; Breaking the pattern into registers and nibbles.<br \/>\n4 &#8211; Left shifting of the bits.<br \/>\n5 &#8211; Right shifting of the bits.<br \/>\n6 &#8211; Combining bits from two registers.<br \/>\n7 &#8211; Putting it all together with a view.<\/p>\n<p>Details:<\/p>\n<p style=\"padding-left: 30px;\"><a href=\"https:\/\/craftydba.com\/wp-content\/uploads\/2011\/09\/snessug-working-with-bit-patterns-aug-2011.ppt\">presentation<\/a><br \/>\n<a href=\"https:\/\/craftydba.com\/wp-content\/uploads\/2011\/09\/sample-microprocessor-layout.xlsx\">microprocessor layout example<\/a><br \/>\n<a href=\"https:\/\/craftydba.com\/wp-content\/uploads\/2011\/09\/snessug-working-with-bit-patterns-aug-2011.sql_.txt\">script<\/a><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #0000ff; font-size: large;\">May 2011 (SNESSUG)<\/span><\/strong><\/p>\n<p>Topic:<\/p>\n<p style=\"padding-left: 30px;\">Designing Custom Maintenance Plans with TSQL.<\/p>\n<p>Abstract:<\/p>\n<p style=\"padding-left: 30px;\">Have you ever received a call from a client asking for help when their SQL Server database is corrupted? You suggest that they restore the database from the last good backup. There is a long pause on the phone as the client states that the only backups\/tapes they have are bad. Do not let this situation happen to you!<\/p>\n<p style=\"padding-left: 30px;\">We will review how to build a custom maintenance plans from the ground up using TSQL commands. What are the best practices for daily, weekly and monthly tasks? This presentation includes tape rotation schemes and restoring those backups to make sure they really work.<\/p>\n<p>Coverage:<\/p>\n<p style=\"padding-left: 30px;\">1 &#8211; Verify integrity of databases.<br \/>\n2 &#8211; Backup databases (full versus differential).<br \/>\n3 &#8211; Backup logs<br \/>\n4 &#8211; Maintain database indexes.<br \/>\n5 &#8211; Maintain index\/column statistics.<br \/>\n6 &#8211; Remove older data from [msdb].<br \/>\n7 &#8211; Remove older backups from file system.<\/p>\n<p>Details:<\/p>\n<p style=\"padding-left: 30px;\"><a href=\"https:\/\/craftydba.com\/wp-content\/uploads\/2012\/02\/snessug-tsql-maintenance-plans-may-2011.ppt\">presentation<\/a><br \/>\n<a href=\"https:\/\/craftydba.com\/wp-content\/uploads\/2012\/02\/tsql-maintenance-plans2.zip\">scripts<\/a><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #0000ff; font-size: large;\">Mar 2011 (SNESSUG)<\/span><\/strong><\/p>\n<p>Topic:<\/p>\n<p style=\"padding-left: 30px;\">Leveraging Transaction SQL 2008 to solve business problems (Part I)<\/p>\n<p>Abstract:<\/p>\n<p style=\"padding-left: 30px;\">This presentation will review how to build a database solution from the ground up using SQL commands. What if you were a SQL Server developer at a local consulting company tasked with creating a database for a local Boy Scout of America (BSA) Troop, where would you begin? The following topics will be reviewed to make sure you have a successful data storage solution.<\/p>\n<p>Database Crafting:<\/p>\n<p style=\"padding-left: 30px;\">1 &#8211; Defining file groups for the database,<br \/>\n2 &#8211; Creating schemas to separate tables by functionality,<br \/>\n3 &#8211; Creating normalized tables to hold the BSA data<br \/>\n4 &#8211; Adding data integrity to the design with constraints\/triggers<br \/>\n5 &#8211; Adding referential integrity to the design with primary\/foreign keys<br \/>\n6 &#8211; Adding logins\/users and granting rights<\/p>\n<p>Data Loading:<\/p>\n<p style=\"padding-left: 30px;\">1 &#8211; Loading data into staging area with BULK INSERT, OPENROWSET or BCP<br \/>\n2 &#8211; TSQL statements for TRANSACTIONS, CONTROL FLOW, and ERROR HANDLING<br \/>\n3 &#8211; Writing Stored Procedures to move staging data to production<br \/>\n4 &#8211; Schedule Procedures using SQL Server Agent<\/p>\n<p>Granting Access:<\/p>\n<p style=\"padding-left: 30px;\">1 &#8211; Using stored procedures to lock down CRUD (create, read, update, and delete) operations<br \/>\n2 &#8211; Using functions and views to look at the data differently.<\/p>\n<p>Details:<\/p>\n<p style=\"padding-left: 30px;\">To be posted.<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The following presentations were given at events sponsored by SQL PASS: &nbsp; DEC 2015 (RI SSUG) Topic: New Backup Features in SQL Server 2014 Abstract: Database administrators have been able to use transparent data encryption (TDE) since SQL Server 2008. However, backups are still saved in a format that anyone can read. This version of SQL Server now supports encrypted backups for those security conscious companies. The data explosion of the 21st century has administrators concerned with where to save all those backups. This version of SQL Server has introduced&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-880","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/craftydba.com\/index.php?rest_route=\/wp\/v2\/pages\/880","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/craftydba.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/craftydba.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/craftydba.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/craftydba.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=880"}],"version-history":[{"count":0,"href":"https:\/\/craftydba.com\/index.php?rest_route=\/wp\/v2\/pages\/880\/revisions"}],"wp:attachment":[{"href":"https:\/\/craftydba.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=880"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}