Chris Skorlinski Microsoft SQL Escalation Services Charlotte, NC

Size: px
Start display at page:

Download "Chris Skorlinski Microsoft SQL Escalation Services Charlotte, NC"

Transcription

1 Chris Skorlinski Microsoft SQL Escalation Services Charlotte, NC

2 One of my favorite shows is CarTalk on Public Radio. Those guys always make me laugh. I enjoy listening to all the great troubleshooting advice and car stories. While I m no Bob and Ray, I ll try to bring you a little smile today as I tell the story of the Microsoft Atlanta Project.

3 Like all good stories this begins once upon a time..

4 There was a very successful car salesman Bob who understood that many car shoppers buy on impulse

5 They take the car out for a test drive, check out the seats, turn up the radio, and when they decide to buy, it should be ready to go, just sign and drive!

6 If there is the smallest problem, then out the door they go

7 So every morning Bob arrives early and walks the lot to make sure every one of his cars are checked out and ready to go

8 He does a quick check on the outside, looks under the hood checks the coolant, oil, and battery, things keeping the engine running smoothly

9 One morning Bob watches a news story about a critical problem leading to a CRASH That morning, in addition to walking the lot Bob checks the VIN on every one of his cars to determine if there are any CRITICAL recalls

10 As Bob s business expands, he s spending more hours inspecting the cars, and checking for recalls He knows how important it is for his business to have his cars ready to go But he also knows his time is more valuable than walking the lot

11 besides it doesn t take a rocket scientist to walk the lot and check for recalls

12 He thinks, why not hire his daughter to check the cars? Okay, maybe not her, but some other teenager

13 Bob places an ad in the local paper and the next day Andrew comes in; real smart, but kind of a funny looking kid

14 Quickly up to speed, Andrew is now walking the lots preparing a checklist each morning for Bob to review

15 Implementing a daily checkout makes Bob a very successful business man

16 Years later Andrew, is now in charge of a major international company

17 comes across a picture of his old boss Bob and remembers how successful Bob was because he checked each car every night to ensure they were working and ready to go

18 and how those rows of cars are like rows of computers sitting in his data center

19 with Microsoft SQL Servers as the engines that drive his company

20 Like so many others, his company is running mission critical applications with data stored in SQL Server. Let s take a look at look at some others.

21 They re also running Microsoft SharePoint with content stored in SQL Server

22 and storing terabytes of data in Microsoft Analysis Services data warehouse

23 being analyzed directly by users with PowerPivot tools

24 so Andrew calls together his most senior DBA team and tells a story about his old boss Bob, and how he checked his cars every night. He says it s important they also check their systems; their SQL Server engines

25 They want to do everything possible to avoid a server crash putting them on the evening news

26 The DBAs are now checking Windows Event logs for any unusual events affecting the health of their SQL Servers What other Windows Event to you look for to indicate a problem?

27 DBAs are also scanning the SQL errorlog for unexpected problems that occurred that night BACKUP failed to complete the command BACKUP DATABASE SQL Server has encountered 1 occurrence(s) of I/O requests taking longer than 15 seconds to complete on file What other errors have you found in the SQL Errorlog?

28 The DBAs, already overworked, spend hours each night checking 100s of SQL servers

29 One day Andrew hears about critical Security Updates You guessed it, DBAs are now cross checking SQL Servers for any Microsoft for any critical patches

30 About a week later the head of their finance department calls and he is furious They ve been running a long-range financial planning application which uses SQL as a back-end Their department computer had a hard drive crash last night now they can t get their data

31 Andrew checks with the DBAs and discovers his team never new this application was installed and therefore the SQL database wasn t included in their nightly backup Have you ever come across a SQL Server and discovered the databases were never backed up?

32 As CIO, he doesn t want this to happen again. You guessed right again, he asks the DBAs to survey all the SQL Servers for any databases that have NEVER been backed up.

33 DBAs are overworked are trying to keep up on all their responsibilities AND scan their servers each night.

34 Andrew needs to reward with more than just a job well done.

35 As CIO, he needs to schedule time off for the DBAs to improve their skills, learn about new features, and socialize with other SQL Server professionals Above all to develop a more efficient method to check their SQL Servers on a nightly basis in order to utilize the DBAs for more critical functions.

36 he decides to provide a special learning opportunity and register them all for SQLSaturday on their day off!

37 but there is one session they really want to attend The DBAs find difficulty in selecting from all the great topics from world-class speakers

38 The smartest of all the DBAs, attends a presentation on new project being developed by Microsoft called Atlanta

39 From the presentation they learn Microsoft codename Atlanta is a new cloud service that proactively monitors their Microsoft SQL Server deployments

40 Once installed, it helps DBAs reduce downtime, avoid configuration problems, and improve performance

41 You too can start monitoring your SQL Servers in a few easy steps It begins when you open your Web Browser and connect to the Microsoft Atlanta web site

42 from there create a new Atlanta account using your Windows Live ID

43 Once signed in, download a registration certificate This certificate is used during the client installation to provide secure communications Next download the setup program

44 After downloading, running setup and install the Gateway then Agent Gateway needs access to the cloud to download checks used by the Agents Agents are installed on each Windows 2008 sever running SQL Server 2008 During the night Gateway uploads data collected from the Agents Around 2am it runs checks downloaded by the Gateway and sends results back to the Gateway

45 Sign into the Atlanta Website each morning from any internet connected computer and investigate Alerts upload that night

46 Drilling down you can investigate details about an Alerts. Here for example is an Alert suggesting the page_verify option for a database be set to CHECKSUM

47 This alert about potential TempDB errors includes a link to the Microsoft Knowledge Base Article containing technical details about the Alert and steps to resolve.

48 Are all databases included on your DBCC CHECKDB maintenance plan? This Alerts notifies you of databases created but never having been checked by DBCC CHECDB. Why is this an important alert?

49 Are all of your databases backed up? This Alert notifies you of databases created but never backed up Sounds like another important alert

50 Some Alerts, like this SPN Alert are configuration Alerts. Important, but not critical to the safety of the databases. Others like this TempDB configuration could be more serious and should be investigated.

51 Rules, Alerts, and Best Practices are provided by 100 s of dedicated Microsoft SQL Server Support Engineers If a CRITICAL problem is discovered tomorrow, a new RULE can be added to that night s check

52 From the main web page, server configuration information is also available. As mentioned earlier, the Agents run on each Windows 2008/SQL Server 2008 server while the Gateway uploads the information collected by the Agents to a Microsoft Azure cloud database

53 About 13 Windows settings, 124 SQL Server-wide settings and 56 database settings are currently being tracked and uploaded nightly.

54 Some of the Windows 2008 (R2) settings include version, installation directory, number of logical processors, and physical memory.

55 The SQL Server-Wide information includes build number, authentication mode, and service name.

56 also tracked are sp_configure settings like MaxDOP, MinServerMemory, and MaxServerMemory

57 SQL Default folder locations for Errorlog and Master Database location are also found under the SQL Server-wide settings What other SQL Server settings do you check?

58 Database settings such as DatabaseId, RecoveryModel, Owner, AutoGrow, and Is Published are available for each database

59 Sometime its just as important to see what has changed! The web site includes an option to look at the Change History Such as when the Authentication mode was changed or the Startup Account has been modified. Doesn t this sound like something that would be helpful when SQL Support engineer asks Okay, so what has changed? Wouldn t be great if you could look together to see exactly what has changed?

60 Wait, hold the fort, did he say only currently available for SQL Server 2008/R2 running on Windows 2008 or Windows 2008 R2?

61 Perhaps its time to begin working on a retirement plan for those 10 year old SQL Servers 2000 servers

62 Atlanta is going to save the DBAs hours each night by checking the SQL Servers against Microsoft Best Practices recommendations

63 and tracking Alerts and Warnings that could lead to a server crash

64 Atlanta provides those extra eyes helping the DBAs to monitor all of their SQL Servers freeing them up for more critical tasks

65 Project Atlanta provides the advantage of SQL Best Practices Analyzer along with ongoing rule updates like the full enterprise solution available in Microsoft System Center Operations Manager

66 WOW! Isn t Microsoft Atlanta great?

67 2010 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

68 This is turning out to be a great story! You can continue the ride by signing up at microsoftatlanta.com

Balancing the pressures of a healthcare SQL Server DBA

Balancing the pressures of a healthcare SQL Server DBA Balancing the pressures of a healthcare SQL Server DBA More than security, compliance and auditing? Working with SQL Server in the healthcare industry presents many unique challenges. The majority of these

More information

Monitoring Tool Made to Measure for SharePoint Admins. By Stacy Simpkins

Monitoring Tool Made to Measure for SharePoint Admins. By Stacy Simpkins Monitoring Tool Made to Measure for SharePoint Admins By Stacy Simpkins Contents About the Author... 3 Introduction... 4 Who s it for and what all can it do?... 4 SysKit Insights Features... 6 Drillable

More information

Unit 9 Tech savvy? Tech support. 1 I have no idea why... Lesson A. A Unscramble the questions. Do you know which battery I should buy?

Unit 9 Tech savvy? Tech support. 1 I have no idea why... Lesson A. A Unscramble the questions. Do you know which battery I should buy? Unit 9 Tech savvy? Lesson A Tech support 1 I have no idea why... A Unscramble the questions. 1. which battery / Do you know / should / buy / I? Do you know which battery I should buy? 2. they / where /

More information

Customize. Building a Customer Portal Using Business Portal. Microsoft Dynamics GP. White Paper

Customize. Building a Customer Portal Using Business Portal. Microsoft Dynamics GP. White Paper Customize Microsoft Dynamics GP Building a Customer Portal Using Business Portal White Paper Helps you implement a customer portal and create web pages and web parts specifically designed for your customers.

More information

Sage Construction Anywhere Setup Guide

Sage Construction Anywhere Setup Guide Sage Construction Anywhere Setup Guide Sage 100 Contractor Sage University This is a publication of Sage Software, Inc. Copyright 2014 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and

More information

CIO 24/7 Podcast: Tapping into Accenture s rich content with a new search capability

CIO 24/7 Podcast: Tapping into Accenture s rich content with a new search capability CIO 24/7 Podcast: Tapping into Accenture s rich content with a new search capability CIO 24/7 Podcast: Tapping into Accenture s rich content with a new search capability Featuring Accenture managing directors

More information

Sage Construction Anywhere Setup Guide

Sage Construction Anywhere Setup Guide Sage Construction Anywhere Setup Guide Sage 300 Construction and Real Estate Sage University This is a publication of Sage Software, Inc. Copyright 2014 Sage Software, Inc. All rights reserved. Sage, the

More information

Understanding Managed Services

Understanding Managed Services Understanding Managed Services The buzzword relating to IT Support is Managed Services, and every day more and more businesses are jumping on the bandwagon. But what does managed services actually mean

More information

CASE STUDY FINANCE. Enhancing software development with SQL Monitor

CASE STUDY FINANCE. Enhancing software development with SQL Monitor CASE STUDY FINANCE Enhancing software development with SQL Monitor We were using another SQL monitoring tool, but it wasn t providing us with the flexibility and features we needed. Founded in 2006, Xero

More information

Title: Episode 11 - Walking through the Rapid Business Warehouse at TOMS Shoes (Duration: 18:10)

Title: Episode 11 - Walking through the Rapid Business Warehouse at TOMS Shoes (Duration: 18:10) SAP HANA EFFECT Title: Episode 11 - Walking through the Rapid Business Warehouse at (Duration: 18:10) Publish Date: April 6, 2015 Description: Rita Lefler walks us through how has revolutionized their

More information

TMG Clerk. User Guide

TMG  Clerk. User Guide User Guide Getting Started Introduction TMG Email Clerk The TMG Email Clerk is a kind of program called a COM Add-In for Outlook. This means that it effectively becomes integrated with Outlook rather than

More information

DOWNLOAD PDF SQL SERVER 2012 STEP BY STEP

DOWNLOAD PDF SQL SERVER 2012 STEP BY STEP Chapter 1 : Microsoft SQL Server Step by Step - PDF Free Download - Fox ebook Your hands-on, step-by-step guide to building applications with Microsoft SQL Server Teach yourself the programming fundamentals

More information

IDERA HELPS PPG INDUSTRIES REDUCE SQL SERVER BACKUP STORAGE COSTS BY OVER 70%

IDERA HELPS PPG INDUSTRIES REDUCE SQL SERVER BACKUP STORAGE COSTS BY OVER 70% IDERA HELPS PPG INDUSTRIES REDUCE SQL SERVER BACKUP STORAGE COSTS BY OVER 70% PPG LEVERAGES IDERA S ON 60 MICROSOFT SQL SERVERS ACROSS THE US AND CANADA PROCESSING MORE THAN 3,400 BACKUPS PER DAY PPG Industries,

More information

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows,

2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, 2012 Microsoft Corporation. All rights reserved. Microsoft, Active Directory, Excel, Lync, Outlook, SharePoint, Silverlight, SQL Server, Windows, Windows Server, and other product names are or may be registered

More information

Balancing RTO, RPO, and budget. Table of Contents. White Paper Seven steps to disaster recovery nirvana for wholesale distributors

Balancing RTO, RPO, and budget. Table of Contents. White Paper Seven steps to disaster recovery nirvana for wholesale distributors White Paper Seven steps to disaster recovery nirvana for wholesale distributors Balancing RTO, RPO, and budget In our last white paper, Thinking through the unthinkable: Disaster recovery for wholesale

More information

Spam. Time: five years from now Place: England

Spam. Time: five years from now Place: England Spam Time: five years from now Place: England Oh no! said Joe Turner. When I go on the computer, all I get is spam email that nobody wants. It s all from people who are trying to sell you things. Email

More information

Amber Weyland: [to cameraman] Just hold it there so we can see Mollie.

Amber Weyland: [to cameraman] Just hold it there so we can see Mollie. Interview Transcript Interviewer: Amber Weyland Interviewee: Mollie Hummer Cameraman: Christopher Smith [friend to both] Date: March 22, 2010 Beginning time of interview: 2:30pm End time of interview:

More information

Fully Optimize FULLY OPTIMIZE YOUR DBA RESOURCES

Fully Optimize FULLY OPTIMIZE YOUR DBA RESOURCES Fully Optimize FULLY OPTIMIZE YOUR DBA RESOURCES IMPROVE SERVER PERFORMANCE, UPTIME, AND AVAILABILITY WHILE LOWERING COSTS WE LL COVER THESE TOP WAYS TO OPTIMIZE YOUR RESOURCES: 1 Be Smart About Your Wait

More information

Administering Microsoft SQL Server 2012 Databases

Administering Microsoft SQL Server 2012 Databases Administering Microsoft SQL Server 2012 Databases Course 10775A 5 Day Instructor-led, Hands on Course Information This five-day instructor-led course provides students with the knowledge and skills to

More information

Implementing and Supporting Windows Intune

Implementing and Supporting Windows Intune Implementing and Supporting Windows Intune Module 1: Windows Intune Overview Module Overview Challenges in Managing Business PCs Introducing Windows Intune Managing and Securing PCs in Any Location by

More information

What is Retirement Reality?

What is Retirement Reality? What is Retirement Reality? How often do you reach out to your customers? Prospects? How much time do you spend trying to contact leads you ve purchased through a secondary service? Wouldn t it be great

More information

QuickBooks 2008 Software Installation Guide

QuickBooks 2008 Software Installation Guide 12/11/07; Ver. APD-1.2 Welcome This guide is designed to support users installing QuickBooks: Pro or Premier 2008 financial accounting software, especially in a networked environment. The guide also covers

More information

Remove Dead Exchange 2003 Server From Exchange 2010 Organization

Remove Dead Exchange 2003 Server From Exchange 2010 Organization Remove Dead Exchange 2003 Server From Exchange 2010 Organization Removing legacy Exchange 2010 servers from an organization after migrating to Exchange Server 2013. When I click manage servers, it only

More information

MD-HQ Utilizes Atlantic.Net s Private Cloud Solutions to Realize Tremendous Growth

MD-HQ Utilizes Atlantic.Net s Private Cloud Solutions to Realize Tremendous Growth Success Story: MD-HQ Utilizes Atlantic.Net s Private Cloud Solutions to Realize Tremendous Growth Atlantic.Net specializes in providing security and compliance hosting solutions, most specifically in the

More information

Product Backlog Document Template and Example

Product Backlog Document Template and Example Product Backlog Document Template and Example Introduction 1. Client Information (Name(s), Business, Location, contact information) 2. Team Information Team Member Names (contact information) 3. Project

More information

MEAP Edition Manning Early Access Program Learn Windows Server in a Month of Lunches Version 5

MEAP Edition Manning Early Access Program Learn Windows Server in a Month of Lunches Version 5 MEAP Edition Manning Early Access Program Learn Windows Server in a Month of Lunches Version 5 Copyright 2016 Manning Publications For more information on this and other Manning titles go to www.manning.com

More information

Good afternoon, everyone. Thanks for joining us today. My name is Paloma Costa and I m the Program Manager of Outreach for the Rural Health Care

Good afternoon, everyone. Thanks for joining us today. My name is Paloma Costa and I m the Program Manager of Outreach for the Rural Health Care Good afternoon, everyone. Thanks for joining us today. My name is Paloma Costa and I m the Program Manager of Outreach for the Rural Health Care program. And I m joined by Carolyn McCornac, also Program

More information

IMPORTANT WORDS AND WHAT THEY MEAN

IMPORTANT WORDS AND WHAT THEY MEAN MOBILE PHONES WHAT IS DATA Data is Internet. It can let you do lots of different things on your phone or tablet. You can send or receive texts, emails or photos, listen to music, watch TV shows, movies

More information

KNOWLEDGE FORUM 4 MACINTOSH SERVER ADMINISTRATOR S GUIDE

KNOWLEDGE FORUM 4 MACINTOSH SERVER ADMINISTRATOR S GUIDE KNOWLEDGE FORUM 4 MACINTOSH SERVER ADMINISTRATOR S GUIDE Knowledge Forum is a registered trademark of Knowledge Building Concepts. Administrator s Guide Macintosh Server--Version 4.1 or above Macintosh

More information

EPISODE 23: HOW TO GET STARTED WITH MAILCHIMP

EPISODE 23: HOW TO GET STARTED WITH MAILCHIMP EPISODE 23: HOW TO GET STARTED WITH MAILCHIMP! 1 of! 26 HOW TO GET STARTED WITH MAILCHIMP Want to play a fun game? Every time you hear the phrase email list take a drink. You ll be passed out in no time.

More information

Burning CDs in Windows XP

Burning CDs in Windows XP B 770 / 1 Make CD Burning a Breeze with Windows XP's Built-in Tools If your PC is equipped with a rewritable CD drive you ve almost certainly got some specialised software for copying files to CDs. If

More information

STAUNING Credit Application Internet Sales Process with /Voic Templates to Non-Responsive Prospects 2018 Edition

STAUNING Credit Application Internet Sales Process with  /Voic Templates to Non-Responsive Prospects 2018 Edition STAUNING Credit Application Internet Sales Process with Email/Voicemail Templates to Non-Responsive Prospects 2018 Edition Contents 30-DAY CREDIT APPLICATION INTERNET SALES PROCESS... 2 DAY 1 AUTO-RESPONSE

More information

Chapter The Juice: A Podcast Aggregator

Chapter The Juice: A Podcast Aggregator Chapter 12 The Juice: A Podcast Aggregator For those who may not be familiar, podcasts are audio programs, generally provided in a format that is convenient for handheld media players. The name is a play

More information

SQL Solutions Case Study SOUTH WALES POLICE DEPARTMENT. How South Wales PD Improves their SQL Server Management with IDERA

SQL Solutions Case Study SOUTH WALES POLICE DEPARTMENT. How South Wales PD Improves their SQL Server Management with IDERA SQL Solutions Case Study SOUTH WALES POLICE DEPARTMENT How South Wales PD Improves their SQL Server Management with IDERA OVERVIEW The South Wales Police Department is responsible for an area of around

More information

IAE Professional s (02)

IAE Professional  s (02) IAE Professional Emails (02) TASK ONE: There are three different styles of writing when it comes to communication via email: Formal This is the style of an old-fashioned letter. Ideas are presented politely

More information

How To Upload Your Newsletter

How To Upload Your Newsletter How To Upload Your Newsletter Using The WS_FTP Client Copyright 2005, DPW Enterprises All Rights Reserved Welcome, Hi, my name is Donna Warren. I m a certified Webmaster and have been teaching web design

More information

Microsoft Dynamics AX. Lifecycle Services: Operate Phase. Last Updated: June 2014 AX 2012 R3 / Version 1.0.0

Microsoft Dynamics AX. Lifecycle Services: Operate Phase. Last Updated: June 2014 AX 2012 R3 / Version 1.0.0 Microsoft Dynamics AX Lifecycle Services: Operate Phase Last Updated: June 2014 AX 2012 R3 / Version 1.0.0 Demo Overview... 3 Introduction... 3 Target Audience... 3 Demo Scenario... 4 Background... 4 Problems

More information

Samples of Features and Feature Stories CSc 190

Samples of Features and Feature Stories CSc 190 Samples of Features and Feature Stories CSc 190 The following un-prioritized Product Backlog contains the user stories for the thirteen Features that were written to describe the initial functionality

More information

Manoj Agarwal Senior Development Lead BizTalk Server Product Team Microsoft India Development Center

Manoj Agarwal Senior Development Lead BizTalk Server Product Team Microsoft India Development Center Manoj Agarwal Senior Development Lead BizTalk Server Product Team Microsoft India Development Center Objectives Techniques for optimizing the infrastructure of the BizTalk Server System How to increase

More information

Reasons to connect your tools

Reasons to connect your tools 7 Reasons to connect your tools Why test and measurement tools are better together with Fluke Connect 1 phone anytime, Work faster The Fluke Connect app helps you conduct routine maintenance tasks and

More information

IT & DATA SECURITY BREACH PREVENTION

IT & DATA SECURITY BREACH PREVENTION IT & DATA SECURITY BREACH PREVENTION A PRACTICAL GUIDE Part 1: Reducing Employee and Application Risks CONTENTS EMPLOYEES: IT security hygiene best practice APPLICATIONS: Make patching a priority AS CORPORATE

More information

ZiiZii ios User Manual

ZiiZii ios User Manual ZiiZii ios User Manual Version 2.5.6 - Updated on May 24th, 2017 Copyright 2017 Novex Software Development, Inc. All rights reserved. Table of Contents Setup Instructions Downloads Updating Customer Selection

More information

facebook a guide to social networking for massage therapists

facebook a guide to social networking for massage therapists facebook a guide to social networking for massage therapists table of contents 2 3 5 6 7 9 10 13 15 get the facts first the importance of social media, facebook and the difference between different facebook

More information

How can you manage what you can t see?

How can you manage what you can t see? How can you manage what you can t see? Know what you have with Panda Cloud Systems Management Business challenge: You can t manage it if you don t know it exists. Do you have 100% permanent visibility

More information

SQL Server Whitepaper DEMYSTIFYING DEBUGGING TECHNIQUES WITH SQL SERVER BY PINAL DAVE

SQL Server Whitepaper DEMYSTIFYING DEBUGGING TECHNIQUES WITH SQL SERVER BY PINAL DAVE SQL Server Whitepaper DEMYSTIFYING DEBUGGING TECHNIQUES WITH SQL SERVER BY PINAL DAVE INTRODUCTION The greatest happiness for a father is to see our children grow in front of our very own eyes. My daughter

More information

SHAREPOINT HEADACHES EBOOK GSX SOLUTIONS. Project: Microsoft SharePoint Headaches Targeted Product: GSX Monitor & Analyzer

SHAREPOINT HEADACHES EBOOK GSX SOLUTIONS. Project: Microsoft SharePoint Headaches Targeted Product: GSX Monitor & Analyzer SharePoint Headaches ebook January 2012 GSX SOLUTIONS SHAREPOINT HEADACHES EBOOK Project: Microsoft SharePoint Headaches Targeted Product: GSX Monitor & Analyzer [Adresse de la société] Page 0 Content

More information

Lines of Symmetry. Grade 3. Amy Hahn. Education 334: MW 8 9:20 a.m.

Lines of Symmetry. Grade 3. Amy Hahn. Education 334: MW 8 9:20 a.m. Lines of Symmetry Grade 3 Amy Hahn Education 334: MW 8 9:20 a.m. GRADE 3 V. SPATIAL SENSE, GEOMETRY AND MEASUREMENT A. Spatial Sense Understand the concept of reflection symmetry as applied to geometric

More information

Welcome To Account Manager 2.0

Welcome To Account Manager 2.0 Account Manager 2.0 Manage Unlimited FileMaker Servers, Databases, Privileges, and Users Effortlessly! The ultimate tool for FileMaker Database Administrators. Welcome To Account Manager 2.0 What Is Account

More information

The security challenge in a mobile world

The security challenge in a mobile world The security challenge in a mobile world Contents Executive summary 2 Executive summary 3 Controlling devices and data from the cloud 4 Managing mobile devices - Overview - How it works with MDM - Scenario

More information

SQL Server New innovations. Ivan Kosyakov. Technical Architect, Ph.D., Microsoft Technology Center, New York

SQL Server New innovations. Ivan Kosyakov. Technical Architect, Ph.D.,  Microsoft Technology Center, New York 2016 New innovations Ivan Kosyakov Technical Architect, Ph.D., http://biz-excellence.com Microsoft Technology Center, New York The explosion of data sources... 25B 1.3B 4.0B There s an opportunity to drive

More information

MS-20462: Administering Microsoft SQL Server Databases

MS-20462: Administering Microsoft SQL Server Databases MS-20462: Administering Microsoft SQL Server Databases Description This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2014 database.

More information

THE INTELLIGENCE AND AUTOMATION WE BUILD INTO OUR SMARTDBA INTEGRATED SOLUTIONS HELP YOU OPTIMIZE PERFORMANCE, INCREASE PRODUCTIVITY, AND ASSURE THE A

THE INTELLIGENCE AND AUTOMATION WE BUILD INTO OUR SMARTDBA INTEGRATED SOLUTIONS HELP YOU OPTIMIZE PERFORMANCE, INCREASE PRODUCTIVITY, AND ASSURE THE A [www bmc com/database] SmartDBA Solutions for DB2 UDB Take charge, have fun, drive fast THE INTELLIGENCE AND AUTOMATION WE BUILD INTO OUR SMARTDBA INTEGRATED SOLUTIONS HELP YOU OPTIMIZE PERFORMANCE, INCREASE

More information

Are You Too Busy? Practical Tips For Better Time Management

Are You Too Busy? Practical Tips For Better Time Management with Lorena Prime Are You Too Busy? Practical Tips For Better Time Management Is this How You Feel? What s a Productivity Expert? Focuses on offices (at work or virtual / home) Sets up file systems and

More information

ProgressTestA Unit 5. Vocabulary. Grammar

ProgressTestA Unit 5. Vocabulary. Grammar ProgressTestA Unit Vocabulary 1 Completethesentenceswithappropriate words.thefirstlettersofthewordshavebeen given. a Can you believe it? She s getting married to a man she has met on a s networking site!

More information

A PRACTICAL GUIDE TO SHAREPOINT 2013: NO FLUFF! JUST PRACTICAL EXERCISES TO ENHANCE YOUR SHAREPOINT 2013 LEARNING! BY SAIFULLAH SHAFIQ

A PRACTICAL GUIDE TO SHAREPOINT 2013: NO FLUFF! JUST PRACTICAL EXERCISES TO ENHANCE YOUR SHAREPOINT 2013 LEARNING! BY SAIFULLAH SHAFIQ A PRACTICAL GUIDE TO SHAREPOINT 2013: NO FLUFF! JUST PRACTICAL EXERCISES TO ENHANCE YOUR SHAREPOINT 2013 LEARNING! BY SAIFULLAH SHAFIQ DOWNLOAD EBOOK : A PRACTICAL GUIDE TO SHAREPOINT 2013: NO FLUFF! SHAREPOINT

More information

out of the office uncommon autoresponders for people who hate autoresponders by: Jacqueline Fisch

out of the office uncommon autoresponders for people who hate autoresponders by: Jacqueline Fisch out of the office uncommon autoresponders for people who hate autoresponders by: Jacqueline Fisch intro Hi! I m Jacqueline Fisch, a pro writer, and editor out of Chicago though Toronto is my home and native

More information

Why the Threat of Downtime Should Be Keeping You Up at Night

Why the Threat of Downtime Should Be Keeping You Up at Night Why the Threat of Downtime Should Be Keeping You Up at Night White Paper 2 Your Plan B Just Isn t Good Enough. Learn Why and What to Do About It. Server downtime is an issue that many organizations struggle

More information

A guide for assembling your Jira Data Center team

A guide for assembling your Jira Data Center team A guide for assembling your Jira Data Center team Contents 01 Getting started 02 Helpful roles for your Jira Data Center team 03 Helpful expertise for your Jira Data Center team 04 Pro tips & best practices

More information

CASE STUDY FINANCE Digital Outsource Services

CASE STUDY FINANCE Digital Outsource Services CASE STUDY FINANCE Digital Outsource Services How the team catch database deployment problems with Redgate SQL Monitor "...we connect to all the servers from the one interface. It lets us see everything

More information

CONFIGURING SQL SERVER FOR PERFORMANCE LIKE A MICROSOFT CERTIFIED MASTER

CONFIGURING SQL SERVER FOR PERFORMANCE LIKE A MICROSOFT CERTIFIED MASTER CONFIGURING SQL SERVER FOR PERFORMANCE LIKE A MICROSOFT CERTIFIED MASTER TIM CHAPMAN PREMIERE FIELD ENGINEER MICROSOFT THOMAS LAROCK HEAD GEEK SOLARWINDS A LITTLE ABOUT TIM Tim is a Microsoft Dedicated

More information

Excerpt from. Internet Basics. Jennie L. Phipps

Excerpt from. Internet Basics. Jennie L. Phipps Excerpt from Internet Basics By Jennie L. Phipps Author Acknowledgment Jennie L. Phipps is an independent writer and editor. She writes frequently about the Internet and topics related to publishing both

More information

Subject: Top-Paying IT Certificates for 2015 (And Our New Courses)

Subject: Top-Paying IT Certificates for 2015 (And Our New Courses) ITProTV Emails What You Missed Email #1 Subject: Top-Paying IT Certificates for 2015 (And Our New Courses) If you re like me you re already thinking about your 2015 goals. So I thought I d share a few

More information

In this chapter we will be going over the technology that help you get through the sale successfully!

In this chapter we will be going over the technology that help you get through the sale successfully! Chapter 2 Cookie Technology In this chapter we will be going over the technology that help you get through the sale successfully! We will walk through ebudde, Show you how to get started in Digital Cookie

More information

HOW TO PASS WA ECART DATA TO MY SECURE SERVER

HOW TO PASS WA ECART DATA TO MY SECURE SERVER HOW TO PASS WA ECART DATA TO MY SECURE SERVER Introduction WA ecart users are able to keep shoppers on their ecommerce sites without passing them to a payment gateway site: we call this process local checkout.

More information

TOP DEVELOPERS MINDSET. All About the 5 Things You Don t Know.

TOP DEVELOPERS MINDSET. All About the 5 Things You Don t Know. MINDSET TOP DEVELOPERS All About the 5 Things You Don t Know 1 INTRODUCTION Coding and programming are becoming more and more popular as technology advances and computer-based devices become more widespread.

More information

Online Demo Guide. Barracuda PST Enterprise. Introduction (Start of Demo) Logging into the PST Enterprise

Online Demo Guide. Barracuda PST Enterprise. Introduction (Start of Demo) Logging into the PST Enterprise Online Demo Guide Barracuda PST Enterprise This script provides an overview of the main features of PST Enterprise, covering: 1. Logging in to PST Enterprise 2. Client Configuration 3. Global Configuration

More information

ADOBE BUSINESS DIRECT SALES OUTBOUND TEMPLATES

ADOBE BUSINESS DIRECT SALES OUTBOUND  TEMPLATES ADOBE BUSINESS DIRECT SALES OUTBOUND EMAIL TEMPLATES TEMPLATE 1: FIRST ATTEMPTED OUTBOUND PHONE CONVERSATION, NO ANSWER Use: Send this email after trying to call a prospective customer who did not answer.

More information

Web Design Competition Tutorial. Designed for use by the Michigan Council of Women in Technology Copyright 2018 Patricia Howard All Rights Reserved

Web Design Competition Tutorial. Designed for use by the Michigan Council of Women in Technology Copyright 2018 Patricia Howard All Rights Reserved Web Design Competition Tutorial Designed for use by the Michigan Council of Women in Technology Copyright 2018 Patricia Howard All Rights Reserved Welcome. We ll start with a quick overview of the process.

More information

Civil Air Patrol. IMU3 Virtual Mode User s s Guide 27 Oct 2010

Civil Air Patrol. IMU3 Virtual Mode User s s Guide 27 Oct 2010 Civil Air Patrol IMU3 Virtual Mode User s s Guide 27 Oct 2010 IMU3 User s Guide Download & Install IMU3 (and update) Open IMU3 for First-Time Use IMU s Login Method Changes Open An Incident Check-In /

More information

Best Practices for Alert Tuning. This white paper will provide best practices for alert tuning to ensure two related outcomes:

Best Practices for Alert Tuning. This white paper will provide best practices for alert tuning to ensure two related outcomes: This white paper will provide best practices for alert tuning to ensure two related outcomes: 1. Monitoring is in place to catch critical conditions and alert the right people 2. Noise is reduced and people

More information

Launch Store. University

Launch Store. University Launch Store University Store Settings In this lesson, you will learn about: Completing your Store Profile Down for maintenance, physical dimensions and SEO settings Display and image settings Time zone,

More information

INTRODUCTION. In this guide, I m going to walk you through the most effective strategies for growing an list in 2016.

INTRODUCTION. In this guide, I m going to walk you through the most effective strategies for growing an  list in 2016. - Bryan Harris - INTRODUCTION In this guide, I m going to walk you through the most effective strategies for growing an email list in 2016. A lot of things are taught online that, quite honestly, just

More information

"SQL Monitor now makes the team look more professional."

SQL Monitor now makes the team look more professional. PRUDENTIAL CASE STUDY "SQL Monitor now makes the team look more professional." How Redgate s SQL Monitor makes monitoring a host of production servers easier, faster, and more professional 91% of Fortune

More information

Independent Solution Review AppEnsure for Citrix Monitoring

Independent Solution Review AppEnsure for Citrix Monitoring Independent Solution Review AppEnsure for Citrix Monitoring Pawel Serwan, organizer of Polish Citrix Users Group Monitoring is always one of the most important topics that you have to define during implementation

More information

Hello, and welcome to the presentation NHSN Enrollment Instructions for Long Term Care Facilities.

Hello, and welcome to the presentation NHSN Enrollment Instructions for Long Term Care Facilities. Hello, and welcome to the presentation NHSN Enrollment Instructions for Long Term Care Facilities. This presentation will provide long term care facilities with instructions for NHSN enrollment. My name

More information

GETTING STARTED WITH POWERSHELL FOR OFFICE 365 BY ROBERT CRANE DOWNLOAD EBOOK : GETTING STARTED WITH POWERSHELL FOR OFFICE 365 BY ROBERT CRANE PDF

GETTING STARTED WITH POWERSHELL FOR OFFICE 365 BY ROBERT CRANE DOWNLOAD EBOOK : GETTING STARTED WITH POWERSHELL FOR OFFICE 365 BY ROBERT CRANE PDF Read Online and Download Ebook GETTING STARTED WITH POWERSHELL FOR OFFICE 365 BY ROBERT CRANE DOWNLOAD EBOOK : GETTING STARTED WITH POWERSHELL FOR OFFICE 365 Click link bellow and free register to download

More information

Getting started with System Center Essentials 2007

Getting started with System Center Essentials 2007 At a glance: Installing and upgrading Configuring Essentials 2007 Troubleshooting steps Getting started with System Center Essentials 2007 David Mills System Center Essentials 2007 is a new IT management

More information

Upgrade Guide. Upgrading to EventTracker v6.4 b50. Upgrade Guide Centre Park Drive Publication Date: Feb 17, 2010.

Upgrade Guide. Upgrading to EventTracker v6.4 b50. Upgrade Guide Centre Park Drive Publication Date: Feb 17, 2010. Upgrading to EventTracker v6.4 b50 8815 Centre Park Drive Publication Date: Feb 17, 2010 Columbia MD 21045 U.S. Toll Free: 877.333.1433 Abstract The purpose of this document is to help users upgrade from

More information

Meet our Example Buyer Persona Adele Revella, CEO

Meet our Example Buyer Persona Adele Revella, CEO Meet our Example Buyer Persona Adele Revella, CEO 685 SPRING STREET, NO. 200 FRIDAY HARBOR, WA 98250 W WW.BUYERPERSONA.COM You need to hear your buyer s story Take me back to the day when you first started

More information

COURSE 20462C: ADMINISTERING MICROSOFT SQL SERVER DATABASES

COURSE 20462C: ADMINISTERING MICROSOFT SQL SERVER DATABASES Page 1 of 11 ABOUT THIS COURSE This five-day instructor-led course provides students with the knowledge and skills to maintain a Microsoft SQL Server 2014 database. The course focuses on teaching individuals

More information

SharePoint Designer Advanced

SharePoint Designer Advanced SharePoint Designer Advanced SharePoint Designer Advanced (1:00) Thank you for having me here today. As mentioned, my name is Susan Hernandez, and I work at Applied Knowledge Group (http://www.akgroup.com).

More information

Availability and the Always-on Enterprise: Why Backup is Dead

Availability and the Always-on Enterprise: Why Backup is Dead Availability and the Always-on Enterprise: Why Backup is Dead Backups certainly fit the bill at one time, but data center needs have evolved and expanded. By Nick Cavalancia Every business has experienced

More information

Weebly 101. Make an Affordable, Professional Website in Less than an Hour

Weebly 101. Make an Affordable, Professional Website in Less than an Hour Weebly 101 Make an Affordable, Professional Website in Less than an Hour Text Copyright STARTUP UNIVERSITY All Rights Reserved No part of this document or the related files may be reproduced or transmitted

More information

Recommended Sentry-go Monitoring Settings

Recommended Sentry-go Monitoring Settings Recommended Sentry-go Monitoring Settings 3Ds (UK) Limited, December, 2013 http://www.sentry-go.com Be Proactive, Not Reactive! Automated monitoring with Sentry-go Quick Monitors or Sentry-go Plus! provides

More information

MANAGE YOUR CONSTRUCTION21 COMMUNITY

MANAGE YOUR CONSTRUCTION21 COMMUNITY MANAGE YOUR CONSTRUCTION21 COMMUNITY Online communities are spaces dedicated to exchanges, news watch and sharing of documents. By creating your community on a specific topic, you stand out as a national

More information

Symantec Workflow Solution 7.1 MP1 Installation and Configuration Guide

Symantec Workflow Solution 7.1 MP1 Installation and Configuration Guide Symantec Workflow Solution 7.1 MP1 Installation and Configuration Guide Symantec Workflow Installation and Configuration Guide The software described in this book is furnished under a license agreement

More information

Project Collaboration

Project Collaboration Bonus Chapter 8 Project Collaboration It s quite ironic that the last bonus chapter of this book contains information that many of you will need to get your first Autodesk Revit Architecture project off

More information

XP: Backup Your Important Files for Safety

XP: Backup Your Important Files for Safety XP: Backup Your Important Files for Safety X 380 / 1 Protect Your Personal Files Against Accidental Loss with XP s Backup Wizard Your computer contains a great many important files, but when it comes to

More information

Getting Started with Amicus Document Assembly

Getting Started with Amicus Document Assembly Getting Started with Amicus Document Assembly How great would it be to automatically create legal documents with just a few mouse clicks? We re going to show you how to do exactly that and how to get started

More information

Incident Response Tools

Incident Response Tools Incident Response Tools James Madison University Dept. of Computer Science June 13, 2013 1 Introduction Being successfully attacked is inevitable. A determined hacker WILL be able to penetrate your network.

More information

UNITRENDS CLOUD BACKUP FOR OFFICE 365

UNITRENDS CLOUD BACKUP FOR OFFICE 365 UNITRENDS CLOUD BACKUP FOR OFFICE 365 FREQUENTLY ASKED QUESTIONS Unitrends Cloud Backup for Office 365 provides full, automatic protection that is purpose-built for Microsoft SaaS applications, eliminating

More information

9 th CA 2E/CA Plex Worldwide Developer Conference 1

9 th CA 2E/CA Plex Worldwide Developer Conference 1 1 Introduction/Welcome Message Organizations that are making major changes to or replatforming an application need to dedicate considerable resources ot the QA effort. In this session we will show best

More information

Events in Oracle Eloqua

Events in Oracle Eloqua A Marketing Geek s Guide to: Events in Oracle Eloqua ABOUT THIS SERIES Oracle Eloqua is the most powerful marketing automation platform on the market. It has the ability to scale to the needs of the largest

More information

How to Improve Your Campaign Conversion Rates

How to Improve Your  Campaign Conversion Rates How to Improve Your Email Campaign Conversion Rates Chris Williams Author of 7 Figure Business Models How to Exponentially Increase Conversion Rates I'm going to teach you my system for optimizing an email

More information

Capacity metrics in daily MySQL checks. Vladimir Fedorkov MySQL and Friends Devroom FOSDEM 15

Capacity metrics in daily MySQL checks. Vladimir Fedorkov MySQL and Friends Devroom FOSDEM 15 Capacity metrics in daily MySQL checks Vladimir Fedorkov MySQL and Friends Devroom FOSDEM 15 About me Performance geek blog http://astellar.com Twitter @vfedorkov Enjoy LAMP stack tuning Especially MySQL

More information

Best Practices for Upgrading to SQL Server By Haldong Alex Ji

Best Practices for Upgrading to SQL Server By Haldong Alex Ji Best Practices for Upgrading to SQL Server 2005 By Haldong Alex Ji Published: December 2007 Best Practices for Upgrading to SQL Server 2005 Contents Choose a 64-bit System When You Can... 1 Moving to SQL

More information

LiteSpeed Fast Compression Quick Start Guide

LiteSpeed Fast Compression Quick Start Guide LiteSpeed Fast Compression Quick Start Guide Using Fast Compression Technology in LiteSpeed 6.1 Rev 47 Copyright Quest Software, Inc. 2010. ALL RIGHTS RESERVED. This guide contains proprietary information,

More information

Yammer Product Manager Homework: LinkedІn Endorsements

Yammer Product Manager Homework: LinkedІn Endorsements BACKGROUND: Location: Mountain View, CA Industry: Social Networking Users: 300 Million PART 1 In September 2012, LinkedIn introduced the endorsements feature, which gives its users the ability to give

More information

CLIENT ONBOARDING PLAN & SCRIPT

CLIENT ONBOARDING PLAN & SCRIPT CLIENT ONBOARDING PLAN & SCRIPT FIRST STEPS Receive Order form from Sales Representative. This may come in the form of a BPQ from client Ensure the client has an account in Reputation Management and in

More information

Acing the QuickBooks Online Certification Exam

Acing the QuickBooks Online Certification Exam ProAdvisor Program THE ACCOUNTANT S GUIDE TO Acing the QuickBooks Online Certification Exam Insider tips, tricks and facts to help you pass the first time. Brought to you by Intuit s professional QuickBooks

More information