Powershell und SQL na wie geht das denn?
|
|
|
- Baldwin Hensley
- 10 years ago
- Views:
Transcription
1 Powershell und SQL na wie geht das denn?
2 Holger Voges CCA,MCSE, MCDBA, MCT, MCITP DB Administrator / DB Developer, MCTIP Enterprise Administrator, MCSE Windows Server 2012 Netz-Weise Freundallee 13a Hannover
3 SQL-Server Powershell Modul Microsoft Feature Pack: SQLSysClrTypes.msi ShareManagementObjects.msi PowerShellTools.msi PS:> Import-Module name sqlps
4 Invoke-Sqlcmd sqlcmd.exe auf Powershell Liefert Daten als Objekte zurück Invoke-Sqlcmd query select * from AdventureWorks2012.Person.Address ServerInstance.
5 Neu, nicht mit Perwoll geschaffen Add-SqlFirewallRule Get-SqlDatabase Get-SqlInstance Get-SqlSmartAdmin New-SqlBackupEncryptionOption Remove-SqlFirewallRule Set-SqlAuthenticationMode Set-SqlNetworkConfiguration Set-SqlSmartAdmin Start-SqlInstance Stop-SqlInstance Test-SqlSmartAdmin
6 Commandlets für Always on CommandType Name ModuleName Add-SqlAvailabilityDatabase sqlps Add-SqlAvailabilityGroupListenerStaticIp sqlps Join-SqlAvailabilityGroup sqlps New-SqlAvailabilityGroup sqlps New-SqlAvailabilityGroupListener sqlps New-SqlAvailabilityReplica sqlps Remove-SqlAvailabilityDatabase sqlps Remove-SqlAvailabilityGroup sqlps Remove-SqlAvailabilityReplica sqlps Resume-SqlAvailabilityDatabase sqlps Set-SqlAvailabilityGroup sqlps Set-SqlAvailabilityGroupListener sqlps Set-SqlAvailabilityReplica sqlps Suspend-SqlAvailabilityDatabase sqlps Switch-SqlAvailabilityGroup sqlps Test-SqlAvailabilityGroup sqlps Test-SqlAvailabilityReplica sqlps Disable-SqlAlwaysOn sqlps Enable-SqlAlwaysOn sqlps
7 Weitere Commandlets CommandType Name Add-SqlFirewallRule Backup-SqlDatabase Convert-UrnToPath cmdlet Decode-SqlName Encode-SqlName Get-SqlCredential Get-SqlDatabase Get-SqlInstance Get-SqlSmartAdmin Invoke-PolicyEvaluation Invoke-Sqlcmd New-SqlBackupEncryptionOption New-SqlCredential New-SqlHADREndpoint CommandType Name Remove-SqlCredential Remove-SqlFirewallRule Restore-SqlDatabase Set-SqlAuthenticationMode Set-SqlCredential Set-SqlHADREndpoint Set-SqlNetworkConfiguration Set-SqlSmartAdmin Start-SqlInstance Stop-SqlInstance Test-SqlDatabaseReplicaState Test-SqlSmartAdmin
8 Sql Server Managed Backup für Azure cd SQLSERVER:\SQL\Computer\MyInstance $encryptionoption = New-SqlBackupEncryptionOption -EncryptionAlgorithm Aes128 -EncryptorType ServerCertificate -EncryptorName "MyBackupCert" Get-SqlSmartAdmin Set-SqlSmartAdmin BackupEnabled $True BackupRetentionPeriodInDays 10 - EncryptionOption $encryptionoption
9 Server Management Objects Grundlage für Powershell Wird von PSH automatisch geladen Stellt eine API zum SQL-Server dar Liefert jede Menge Diagnoseinformationen $instancename = SQL2012" $server = New-Object -TypeName Microsoft.SqlServer.Management.Smo.Server -ArgumentList $instancename
10 SQL-Server Powershell Provider SQLServer: SQL SQLPolicy SQLRegistration Utility DAC DataCollection IntegrationServices SQLAS
11 SQLPS aus dem Management Studio
12 SQL-Agent Jobs mit Powershell $RSService = " $RSServiceProxy = New-WebServiceProxy -uri $RSService -class RS2 -Namespace ReportingWebservice -Credential Get-Credential $RSServiceProxy.ListSubscriptions("") $id = $RSServiceProxy.ListSubscriptions("") where Report -eq "Sales_Order_Detail_2008R2" select subscriptionid -ExpandProperty $RSServiceProxy.FireEvent("TimedSubscription",$id,"") Reports generieren mit dem Agent
13 SQL mit Powershell ausführen Invoke-sql startet SQL-Befehle Wenn sqlps nicht zur Verfügung steht, muß.net herhalten $ConnStr = "Server=SQLDB;Initial Catalog=Nwind;Integrated Security = True" $conn= New-Object System.Data.SQLClient.SQLConnection $conn.connectionstring = $ConnStr $Conn.Open() $command = New-Object System.Data.SqlClient.SqlCommand $command.connection = $conn $statement = "INSERT INTO log (runtime,errors) values ('$($endtime)',$($errors))" $command.commandtext = $Statement $command.executenonquery()
14 Weiterführende Informationen
15 Netz-Weise * Freundallee 13a * Hannover Bult Ihr Anbieter für professionelle Schulungen
Microsoft Certified IT Professional (MCITP) MCTS: Windows 7, Configuration (070-680)
Microsoft Office Specialist Office 2010 Specialist Expert Master Eines dieser Examen/One of these exams: Eines dieser Examen/One of these exams: Pflichtexamen/Compulsory exam: Word Core (Exam 077-881)
Upgrading Your Skills to MCSA Windows Server 2012 MOC 20417
Upgrading Your Skills to MCSA Windows Server 2012 MOC 20417 In dieser Schulung lernen Sie neue Features und Funktionalitäten in Windows Server 2012 in Bezug auf das Management, die Netzwerkinfrastruktur,
Digicomp Microsoft Evolution Day 2015 1. MIM 2016 Oliver Ryf. Partner:
1 MIM 2016 Oliver Ryf Partner: 2 Agenda Begrüssung Vorstellung Referent PowerShell Desired State Configuration F&A Weiterführende Kurse 3 Vorstellung Referent Seit 1991 IT-Trainer 1995 MCSE und MCT Seit
WolfTech Active Directory: PowerShell
WolfTech Active Directory: PowerShell March 7th, 2012 2-4pm Daniels 201 http://activedirectory.ncsu.edu What we are going to cover... Powershell Basics Listing Properties and Methods of Commandlets.Net
Installing SQL Server 2012 on SMB Shares on NetApp Storage
Technical Report Installing SQL Server 2012 on SMB Shares on NetApp Storage Pat Sinthusan, NetApp November 2012 TR-4108 TABLE OF CONTENTS 1 Introduction... 3 2 Intended Audience... 3 3 Terminology... 3
Administering a SQL Database Infrastructure
Administering a SQL Database Infrastructure 20764A 5 Days Instructor-led, Hands on Course Information This five-day instructor-led course provides students who administer and maintain SQL Server databases
Administering a SQL Database Infrastructure 20764; 5 Days; Instructor-led
Administering a SQL Database Infrastructure 20764; 5 Days; Instructor-led Course Description This five-day instructor-led course provides students who administer and maintain SQL Server databases with
Update to V10. Automic Support: Best Practices Josef Scharl. Please ask your questions here http://innovate.automic.com/q&a Event code 6262
Update to V10 Automic Support: Best Practices Josef Scharl Please ask your questions here http://innovate.automic.com/q&a Event code 6262 Agenda Update to Automation Engine Version 10 Innovations in Version
Administering a SQL Database Infrastructure (MS- 20764)
Administering a SQL Database Infrastructure (MS- 20764) Length: 5 days Overview About this course This five-day instructor-led course provides students who administer and maintain SQL Server databases
How To Get A New Version Of Windows 8.1.1 (Windows 8.2) From A Windows Server (Windows) To A Windows 7.1 And From A New Windows 7 (Windows 7) (Windows Server) (Powerpoint
Überblick über Microsoft System Center 2012 R2 und Windows Server 2012 R2 Hyper-V Netz-Weise Freundallee 13a 30173 Hannover www.netz-weise.de Agenda Ueberblick ueber System Center 2012 R2 Neue Funktionen
This module explains the Microsoft Dynamics NAV architecture and its core components.
MICROSOFT DYNAMICS NAV COURSE OUTLINE 1) MICROSOFT DYNAMICS NAV INSTALLATION & CONFIGURATION Module 1: Architecture This module explains the Microsoft Dynamics NAV architecture and its core components.
SQL Server 2012 with PowerShell V3 Cookbook
SQL Server 2012 with PowerShell V3 Cookbook Donabel Santos Chapter No. 6 "Backup and Restore" In this package, you will find: A Biography of the author of the book A preview chapter from the book, Chapter
How To Install A New Database On A 2008 R2 System With A New Version Of Aql Server 2008 R 2 On A Windows Xp Server 2008 (Windows) R2 (Windows Xp) (Windows 8) (Powerpoint) (Mysql
Microsoft SQL Server Express 2008 R2 Install on Windows Server 2008 r2 for HoleBASE SI The following guide covers setting up a SQL server Express 2008 R2 system and adding a new database and user for HoleBASE
Microsoft Office Specialist. Windows 7 Zertifizierungsund Upgrade-Pfade. Microsoft Office Specialist/Windows 7
Microsoft Office Specialist/Windows 7 Microsoft Office Specialist Specialist Expert Master Eines dieser Examen: Eines dieser Examen: 3 Pflicht- und ein Wahl-Examen Word Core (Exam 077-881) Word Expert
This three-day instructor-led course provides existing SQL Server database professionals with the knowledge
Course 40008A: Updating your Database Skills to Microsoft SQL Server 2012 OVERVIEW About this Course This three-day instructor-led course provides existing SQL Server database professionals with the knowledge
Updating your Database skills to Microsoft SQL Server 2012
Page 1 of 5 Overview Who should attend? This three-day instructor-led course provides existing SQL Server database professionals with the knowledge and skills to use new and enhanced capabilities in SQL.
Symantec Backup Exec (TM) 13 Installation Log
v Symantec Backup Exec (TM) 13 Installation Log 05-26-2010,15:07:12 : Explorer exists. Launching UI. 05-26-2010,15:07:14 : Executing managed _Setup: 05-26-2010,15:07:14 : C:\Dokumente und orms_multilingual_dvd\be\winnt\install\be32\install\_setup.exe
Microsoft Enterprise Search for IT Professionals Course 10802A; 3 Days, Instructor-led
Microsoft Enterprise Search for IT Professionals Course 10802A; 3 Days, Instructor-led Course Description This three day course prepares IT Professionals to administer enterprise search solutions using
Implementing Data Models and Reports with Microsoft SQL Server
Implementing Data Models and Reports with Microsoft SQL Server Dauer: 5 Tage Kursnummer: M20466 Überblick: Business Intelligence (BI) wird für Unternehmen von verschiedenen Größen aufgrund des dadurch
AJAX SSL- Wizard Reference
AJAX SSL- Wizard Reference Version 1.0.2+ - 04.04.2011 Preamble This document explains the AJAX based SSL- Wizard developed by CertCenter AG. The seemless integration of the SSL- Wzard into the partner
Search Engines Chapter 2 Architecture. 14.4.2011 Felix Naumann
Search Engines Chapter 2 Architecture 14.4.2011 Felix Naumann Overview 2 Basic Building Blocks Indexing Text Acquisition Text Transformation Index Creation Querying User Interaction Ranking Evaluation
https://mcp.microsoft.com/authenticate/mcpcredentials.aspx
M r ic o o s f t e C t r if ic t a io n D I : 1 0 0 5 8 3 6 Seite 1 von 12 Microsoft Certified Professional Transcript Last Activity Recorded : March 15, 2011 UDO HEUSCHMANN ACTIVE MICROSOFT CERTIFICATIONS:
Restoring Data with Database Snapshots
ASPE RESOURCE SERIES Restoring Data with Database Snapshots Prepared for ASPE by Global Knowledge's Neil Tucker, MCT, MCITP, MCDBA, MCTS, MCSE Real Skills. Real Results. Real IT. in partnership with Restoring
VirtualSchool Office365 Lizenzen zuweisen Feb 2013
Lieber Wolfgang! Dieser Newsletter beschreibt notwendige Schritte, die Du nach der Migration auf Office365 durchführen musst. Damit Du Office365 betreiben kannst, musst Du kostenlose Lizenzen erwerben
Schöll MOC 20410 Installing and Configuring Windows Server 2012
Schöll MOC 20410 Installing and Configuring Windows Server 2012 MOC 20410 Installing and Configuring Windows Server 2012 IT-Professionals, die Kenntnisse über die Implementierung der wichtigsten Infrastrukturdienste
DocAve 6 SDK and Management Shell
DocAve 6 SDK and Management Shell User Guide Service Pack 4, Cumulative Update 2 Revision L Issued July 2014 Table of Contents About SDK and Management Shell... 11 Configuration... 11 Agents... 11 Getting
Schulbildung Otzbergschule in Otzberg 1973-1975 Iranisch-Deutsche Schule in Teheran/Iran 1975-1980 Albert-Einstein-Schule in Groß-Bieberau 1980-1986
Profil Zur Person Name Behrouz Chagheri Anschrift Am Schafbuckel 15 64853 Otzberg Telefon +49 6162 830130 Telefax +49 3222 4113954 Web http://www.chagheri.de Geburtsdatum 17.11.1966 Geburtsort Otzberg
Course 10978A Introduction to Azure for Developers
Course 10978A Introduction to Azure for Developers Duration: 40 hrs. Overview: About this Course This course offers students the opportunity to take an existing ASP.NET MVC application and expand its functionality
Microsoft Azure for IT Professionals 55065A; 3 days
Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc Microsoft Azure for IT Professionals 55065A; 3 days Course Description This
ISO/IEC 27001:2013 Thema Änderungen der Kontrollen der ISO/IEC 27001:2013 im Vergleich zur Fassung aus 2005 Datum 20.01.2014
ISO/IEC 27001:2013 Thema Änderungen der Kontrollen der ISO/IEC 27001:2013 im Vergleich zur Fassung aus 2005 Datum 20.01.2014 Legende: gering mittel hoch Änderungsgrad A.5 Information security policies
CommVault Simpana 7.0 Software Suite. und ORACLE Momentaufnahme. Robert Romanski Channel SE [email protected]
CommVault Simpana 7.0 Software Suite und ORACLE Momentaufnahme Robert Romanski Channel SE [email protected] CommVaults Geschichte 1988 1996 2000 2002 2006 2007 Gegründet als Business Unit von AT&T
Oracle EM 12cc als Datenlieferant für ITAM/SAM Tools?
Oracle EM 12cc als Datenlieferant für ITAM/SAM Tools? Zulfikar Salehmohamed ORACLE Deutschland B. V. & Co. KG München Schlüsselworte OEM12CC, LMS, ITAM, SAM, ORACLE, Discovery, Measurement Einleitung Mit
How to Back Up and Restore a Dynamics NAV 2015 Database Using SQL and PowerShell:
How to Back Up and Restore a Dynamics NAV 2015 Database Using SQL and PowerShell: Prerequisite: NAV Server Instance: In these instructions, I do not cover how to configure a NAV Server Instances. However,
ADMINISTERING MICROSOFT SQL SERVER DATABASES
Education and Support for SharePoint, Office 365 and Azure www.combined-knowledge.com COURSE OUTLINE ADMINISTERING MICROSOFT SQL SERVER DATABASES Microsoft Course Code 20462 About this course This five-day
Designing and Deploying Messaging Solutions with Microsoft Exchange Server 2010 MOC 10233
Designing and Deploying Messaging Solutions with Microsoft Exchange Server MOC 10233 In dieser Schulung erhalten Sie das nötige Wissen für das Design und die Bereitstellung von Messaging-Lösungen mit Microsoft
MOC MICROSOFT WINDOWS SERVER 2008 Hs Inicio Fin Días Horario. 6433 Planning and Implementing Windows Server 2008 40 26-may. 6-jun.
MOC MICROSOFT WINDOWS SERVER 08 Hs Inicio Fin Días Horario 64 6421 6425 6426 Fundamentals of Windows Server 08 Network and Applications Infrastructure Configuring and Troubleshooting Windows Server 08
20462- Administering Microsoft SQL Server Databases
Course Outline 20462- Administering Microsoft SQL Server Databases Duration: 5 days (30 hours) Target Audience: The primary audience for this course is individuals who administer and maintain SQL Server
Microsoft 20764 - Administering a SQL Database Infrastructure
1800 ULEARN (853 276) www.ddls.com.au Microsoft 20764 - Administering a SQL Database Infrastructure Length 5 days Price $4169.00 (inc GST) Version A Overview This five-day instructor-led course provides
Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led
Developing Microsoft Azure Solutions 20532B; 5 Days, Instructor-led Course Description This course is intended for students who have experience building vertically scaled applications. Students should
ACTIVE MICROSOFT CERTIFICATIONS:
Last Activity Recorded : May 30, 2014 Microsoft Certification ID : 375009 SUSANNE SCHNEIDER KAISERSTRASSE 53 REUTLINGEN, 72764 DE [email protected] *Charter- Certification that was achieved
ID: 5860369. Microsoft Certified Professional Transcript. Microsoft Certification Status. Microsoft Certified Trainer Certification History
Last Activity Recorded: December 13, 2010 Microsoft Certification SLAWOMIR BIDZINSKI BISKUPICKA 42 BRWINOW 05840 PL [email protected] Microsoft Certification Status Credential Microsoft
How to Copy A SQL Database SQL Server Express (Making a History Company)
How to Copy A SQL Database SQL Server Express (Making a History Company) These instructions are written for use with SQL Server Express. Check with your Network Administrator if you are not sure if you
Intel vpro Technology Module for Microsoft* Windows PowerShell*
Intel vpro Technology Module for Microsoft* Windows PowerShell* 1 Legal Disclaimer INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL
MS 10978A Introduction to Azure for Developers
MS 10978A Introduction to Azure for Developers Description: Days: 5 Prerequisites: This course offers students the opportunity to learn about Microsoft Azure development by taking an existing ASP.NET MVC
Certificate SAP INTEGRATION CERTIFICATION
Certificate SAP INTEGRATION CERTIFICATION SAP SE hereby confirms that the interface software MCC SR2015 for the product MCC SR2015 of the MEIERHOFER AG. has been certified for integration with SAP ECC
Course 20462C: Administering Microsoft SQL Server Databases
Course 20462C: Administering Microsoft SQL Server Databases Duration: 35 hours About this Course The course focuses on teaching individuals how to use SQL Server 2014 product features and tools related
TBarCode.NET Barcodes in MS SQL Reporting Services
TBarCode.NET Barcodes in MS SQL Reporting Services Version 1.0.1 Printing Barcodes with MS SQL Reporting Services 29 January 2013 TEC-IT Datenverarbeitung GmbH Hans-W agner-str. 6 A-4400 Steyr, Austria
Administering Microsoft SQL Server Databases
20462C - Version: 1 24 June 2016 Administering Microsoft SQL Server Databases Administering Microsoft SQL Server Databases 20462C - Version: 1 5 days Course Description: This five-day instructor-led course
Tutorial: How to Use SQL Server Management Studio from Home
Tutorial: How to Use SQL Server Management Studio from Home Steps: 1. Assess the Environment 2. Set up the Environment 3. Download Microsoft SQL Server Express Edition 4. Install Microsoft SQL Server Express
Course 20764A: Administering a SQL Database Infrastructure
CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 20764A: Administering a SQL Database Infrastructure Audience(s): IT Professionals Technology:
MOC 20487 DEVELOPING WINDOWS AZURE AND WEB SERVICES
ONE STEP AHEAD. MOC 20487 DEVELOPING WINDOWS AZURE AND WEB SERVICES Length: 5 Days Level: 300 Technology: Microsoft Visual Studio 2012 Delivery Method: Instructor-led (classroom) COURSE OUTLINE Module
www.wardyit.com [email protected] Administering Microsoft SQL Server Databases
Administering Microsoft SQL Server Databases 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
Open Text Social Media. Actual Status, Strategy and Roadmap
Open Text Social Media Actual Status, Strategy and Roadmap Lars Onasch (Product Marketing) Bernfried Howe (Product Management) Martin Schwanke (Global Service) February 23, 2010 Slide 1 Copyright Open
Microsoft Nano Server «Tuva» Rinon Belegu
1 Microsoft Nano Server «Tuva» Rinon Belegu Partner: 2 Agenda Begrüssung Vorstellung Referent Content F&A Weiterführende Kurse 3 Vorstellung Referent Rinon Belegu Microsoft Certified Trainer (AWS Technical
Softwareprojekt: Mobile Development Einführung Objective-C. Miao Wang, Tinosch Ganjineh Freie Universität Berlin, Institut für Informatik
Softwareprojekt: Mobile Development Einführung Objective-C Miao Wang, Tinosch Ganjineh Freie Universität Berlin, Institut für Informatik 21.04.2010 Agenda Organisatorisches Objective-C Basics (*) Cocoa
Course 10174B: Configuring and Administering Microsoft SharePoint 2010
Course 10174B: Configuring and Administering Microsoft SharePoint 2010 Five Days, Instructor-Led About this course This five-day instructor-led course teaches students how to install, configure, and administer
Linux & Docker auf Azure
Linux & Docker auf Azure Linux in der Azure Cloud Web Mail Twitter Rainer Stropek software architects gmbh http://www.timecockpit.com [email protected] @rstropek Saves the day. Your Host Rainer Stropek
Implementing a Data Warehouse with Microsoft SQL Server 2012
Implementing a Data Warehouse with Microsoft SQL Server 2012 Module 1: Introduction to Data Warehousing Describe data warehouse concepts and architecture considerations Considerations for a Data Warehouse
VSTO 3.0 In Action mit Outlook 2007. Lars Keller netcreate OHG
VSTO 3.0 In Action mit Outlook 2007 Lars Keller netcreate OHG Die Outlook Demo Agenda VSTO - Grundlagen Ribbon Customizing Outlook 2007 Entwicklung VSTO Power Tools Outlook 2007 Demo Add-In Deployment
OPAS Prerequisites. Prepared By: This document contains the prerequisites and requirements for setting up OPAS.
OPAS Prerequisites This document contains the prerequisites and requirements for setting up OPAS. Prepared By: Luke Swords Principal Consultant 24/06/2015 Version 1.0 Contact Information Infront Consulting
Enterprise Self Service Quick start Guide
Enterprise Self Service Quick start Guide Software version 4.0.0.0 December 2013 General Information: [email protected] Online Support: [email protected] 1 2013 CionSystems Inc. ALL RIGHTS RESERVED.
10174: Configuring and Managing Microsoft SharePoint 2010
10174: Configuring and Managing Microsoft SharePoint 2010 Microsoft - Sharepoint Promoção: 10% Desconto Localidade: Porto Data: 14 Mar 2016 Preço: 1650 ( Os valores apresentados não incluem IVA. Oferta
Upgrading Your Skills to MCSA Windows Server 2012
About this Course Upgrading Your Skills to MCSA Windows Get hands-on instruction and practice configuring and implementing new features and functionality in Windows, including Windows R2, in this five-day
Introduction to Azure for Developers
CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 10978: Introduction to Azure for Developers Length: 5 Days Audience: Developers Level: 300 Technology:
This module provides an overview of service and cloud technologies using the Microsoft.NET Framework and the Windows Azure cloud.
Module 1: Overview of service and cloud technologies This module provides an overview of service and cloud technologies using the Microsoft.NET Framework and the Windows Azure cloud. Key Components of
PCSchool SQL Backup Tech Tip. SQL Backup Tech Tip. Created in version 2009.4 1/9
SQL Backup Tech Tip Created in version 2009.4 1/9 Table of Contents SQL Backup... 2 PCSchool Backup... 3 SQL Server Backup... 5 Identify the Workarea... 5 Management Studio... 5 General... 6 SQL Backup
Microsoft Training and Certification Guide. Current as of December 31, 2013
Microsoft Training and Certification Guide Current as of December 31, 2013 Welcome to the Microsoft Training and Certification Guide. This device is intended to provide a quick, comprehensive view of our
Implementing and Maintaining Microsoft SQL Server 2008 Integration Services
Course 6234A: Implementing and Maintaining Microsoft SQL Server 2008 Integration Services Length: 3 Days Language(s): English Audience(s): IT Professionals Level: 200 Technology: Microsoft SQL Server 2008
10978A: Introduction to Azure for Developers
10978A: Introduction to Azure for Developers Course Details Course Code: Duration: Notes: 10978A 5 days This course syllabus should be used to determine whether the course is appropriate for the students,
Upgrading Your Skills to MCSA Windows Server 2012
Course 20417D: Upgrading Your Skills to MCSA Windows Server 2012 Page 1 of 8 Upgrading Your Skills to MCSA Windows Server 2012 Course 20417D: 4 days; Instructor-Led Introduction Get hands-on instruction
Please contact Cyber and Technology Training at (410)777-1333/[email protected] for registration and pricing information.
Course Name Start Date End Date Start Time End Time Active Directory Services with Windows Server 8/31/2015 9/4/2015 9:00 AM 5:00 PM Active Directory Services with Windows Server 9/28/2015 10/2/2015 9:00
CP003 Azure SQL Database V12 updates and comparison with SQL Server
CP003 Azure SQL Database V12 updates and comparison with SQL Server presenta Francesco Diaz - @francedit [email protected] http://francescodiaz.azurewebsites.net Data Platform Continuum SQL Database
Microsoft SQLServer Restore / Redirected Restore Procedure
Microsoft SQLServer Restore / Redirected Restore Procedure Table of Contents INTRODUCTION 3 TYPES OF RESTORE 3 STEPS INVOLVED IN THE RESTORE 3 IDENTIFY THE DATABASE 3 LOGIN TO SQL SERVER MANAGEMENT STUDIO
Microsoft 10978 - Introduction to Azure for Developers
1800 ULEARN (853 276) www.ddls.com.au Microsoft 10978 - Introduction to Azure for Developers Length 5 days Price $4389.00 (inc GST) Version A Overview This course offers students the opportunity to take
FritzConnection. Eine Python-Schnittstelle zur AVM FritzBox. FritzConnection pythoncamp 2013 Klaus Bremer
FritzConnection Eine Python-Schnittstelle zur AVM FritzBox 1 Detailinformationen von AVM: http://www.avm.de/de/news/artikel/schnittstellen_und_entwicklungen.php Per Navigation auf www.avm.de (für mich)
Windows Server 2008- und Windows Vista-Gruppenrichtlinien
Windows Server 2008- und Windows Vista-Gruppenrichtlinien Download: Windows Server 2008- und Windows Vista-Gruppenrichtlinien PDF ebook Windows Server 2008- und Windows Vista-Gruppenrichtlinien PDF - Are
"Charting the Course...... to Your Success!" MOC 10174 B Configuring and Administering Microsoft SharePoint 2010. Course Summary
Description Course Summary This five-day instructor-led course teaches students how to install, configure, and administer Microsoft SharePoint and also how to manage and monitor sites and users by using
LT Auditor+ 2013. Windows Assessment SP1 Installation & Configuration Guide
LT Auditor+ 2013 Windows Assessment SP1 Installation & Configuration Guide Table of Contents CHAPTER 1- OVERVIEW... 3 CHAPTER 2 - INSTALL LT AUDITOR+ WINDOWS ASSESSMENT SP1 COMPONENTS... 4 System Requirements...
Administering Microsoft SQL Server Databases
Administering Microsoft SQL Server Databases Course Details Duration: Course code: 5 Days M20462 Overview: This five-day instructor-led course provides delegates with the knowledge and skills to maintain
LEARNING AGREEMENT FOR STUDIES
LEARNING AGREEMENT FOR STUDIES The Student Last name (s) First name (s) Date of birth Nationality 1 Sex [M/F] Academic year 20../20.. Study cycle EQF level 6 Subject area, Code Phone E-mail 0421 The Sending
Die SharePoint-Welt für den erfahrenen.net- Entwickler. Fabian Moritz MVP Office SharePoint Server
Die SharePoint-Welt für den erfahrenen.net- Entwickler Fabian Moritz MVP Office SharePoint Server 1 SharePoint Object Model IFilter Webpart Connections Webparts Web Server Controls Custom Field Types Web
Installation and Configuration in Microsoft Dynamics NAV 2013
CÔNG TY CỔ PHẦN TRƯỜNG CNTT TÂN ĐỨC TAN DUC INFORMATION TECHNOLOGY SCHOOL JSC LEARN MORE WITH LESS! Course 80438 Installation and Configuration in Microsoft Dynamics NAV 2013 Length: Audience: 2 Days Level:
Managing Enterprise Devices and Apps using System Center Configuration Manager
Course 20696B: Managing Enterprise Devices and Apps using System Center Configuration Manager Course Details Course Outline Module 1: Managing Desktops and Devices in the Enterprise This module explains
WINDOWS AZURE SQL DATA SYNC
WINDOWS AZURE SQL DATA SYNC BY HERVE ROGGERO INTRODUCTION One of the most important aspects of cloud adoption with companies that depend on data integration is the ability to synchronize cloud data resources
Rainer Stropek time cockpit. NuGet
Rainer Stropek time cockpit NuGet NuGet Package Manager für die Microsoft-Entwicklungsplattform Was ist NuGet? Werkzeug zur einfachen Verteilung von Paketen (=Libraries und Tools) Alles Notwendige in einem
Windows Azure: What s new?
Windows Azure: What s new? Joris Kalz Technologieberater Jochen Katz Technologieberater Celia Ertl Produkt Manager trust center powershell bing search api sql data sync azure sdk 1.7 performance dashboard
Automatizace Private Cloud. Petr Košec, Microsoft MVP, MCT, MCSE www.kosecsolutions.cz, @PetrKosec
Automatizace Private Cloud Petr Košec, Microsoft MVP, MCT, MCSE www.kosecsolutions.cz, @PetrKosec Session Objectives and Takeaways Introduction to Orchestrator Introduction to Service Management Automation
Configuring and Administering Microsoft SharePoint 2010
Course 10174 : Configuring and Administering Microsoft SharePoint 2010 Page 1 of 7 Configuring and Administering Microsoft SharePoint 2010 Course 10174: 4 days; Instructor-Led Introduction This four-day
Designing Database Solutions for Microsoft SQL Server 2012 MOC 20465
Designing Database Solutions for Microsoft SQL Server 2012 MOC 20465 Course Outline Module 1: Designing a Database Server Infrastructure This module explains how to design an appropriate database server
