SQL Server 2005 Reporting Services (SSRS)
|
|
- Alexandrina Gaines
- 4 years ago
- Views:
Transcription
1 SQL Server 2005 Reporting Services (SSRS) Author: Alex Payne and Brian Welcker Published: May 2005 Summary: SQL Server 2005 Reporting Services is a key component of SQL Server Reporting Services was first released with SQL Server 2000 and provided customers with an enterprise-capable reporting platform with a comprehensive environment for authoring, managing, and delivering reports to the entire organization. Reporting Services in SQL Server 2005 provides additional enterprise reporting capabilities and addresses a new audience business users who want to interact with data in an ad hoc fashion as well as create their own reports from scratch and to share them with others. In Reporting Services, the requirements of different types of users who want to interact with reports can, for the first time, be addressed with one reporting solution. This paper describes the new capabilities in SQL Server 2005 Reporting Services.
2 Copyright This is a preliminary document and may be changed substantially prior to final commercial release of the software described herein. The information contained in this document represents the current view of Microsoft Corporation on the issues discussed as of the date of publication. 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 presented after the date of publication. This White Paper is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS DOCUMENT. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the rights under copyright, no part of this document may be reproduced, stored in or introduced into a retrieval system, or transmitted in any form or by any means (electronic, mechanical, photocopying, recording, or otherwise), or for any purpose, without the express written permission of Microsoft Corporation. Microsoft may have patents, patent applications, trademarks, copyrights, or other intellectual property rights covering subject matter in this document. Except as expressly provided in any written license agreement from Microsoft, the furnishing of this document does not give you any license to these patents, trademarks, copyrights, or other intellectual property. Unless otherwise noted, the example companies, organizations, products, domain names, addresses, logos, people, places and events depicted herein are fictitious, and no association with any real company, organization, product, domain name, address, logo, person, place or event is intended or should be inferred Microsoft Corporation. All rights reserved. Microsoft, ActiveX, IntelliSense, PowerPoint, SharePoint, Visual Studio, and Windows are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. The names of actual companies and products mentioned herein may be the trademarks of their respective owners.
3 Table of Contents Release Themes 1 Core Product Improvements 1 Direct Client Printing 1 End User Sort 3 Multivalued Parameters 3 Custom Report Items 4 Report Designer Improvements 4 Better Integration 5 Analysis Services Query Designer 5 SQL Server Management Studio Integration 6 SharePoint Reporting Web Parts 7 Rich Developer Experience 8 Visual Studio Integration 8 Report Viewer Controls 9 Empowering End Users 10 Report Builder Client 10 Report Builder Model Designer 11 Conclusion 13 i
4
5 Release Themes There are four major themes for Microsoft SQL Server 2005 Reporting Services (SSRS). Specific features are discussed in detail in the following sections. Core Product Improvements Based on feedback from customers of SQL Server 2000 Reporting Services, SQL Server 2005 will have several improvements in the areas of report design, processing, and interactivity. There will also be improvements to performance and scalability. Better Integration SQL Server 2005 Reporting Services will provide enhanced integration with other components within SQL Server 2005 including SQL Server Integration Services (SSIS), SQL Server Analysis Services (SSAS), and SQL Server Management Studio. Reporting Services will also have tighter integration with Microsoft SharePoint Products and Technologies, enabling reports to easily participate in corporate portal scenarios. Rich Developer Experience By partnering with Microsoft Visual Studio, Reporting Services will provide unparalleled reporting integration into the Visual Studio development environment. In addition, freely redistributable Microsoft Windows and ASP.NET controls make it easy to embed reporting in both server-based and client-based applications. Empowering End Users SQL Server 2005 Reporting Services includes Report Builder, a new ad hoc reporting tool that enables business users to create their own reports and explore corporate data. Report Builder incorporates a user-friendly business query model that enables users to build reports without deep technical understanding of the underlying data sources. Core Product Improvements Many of the enhancements to Reporting Services in SQL Server 2005 are enhancements to the SQL Server 2000 feature set based on customer feedback. Direct Client Printing Printing in the SQL Server 2000 release of Reporting Services required that the user export a report to a printable format (PDF, TIFF, or Excel) before sending it to the printer. In SQL Server 2005 Reporting Services, users can directly route print jobs without needing to export first. To print, a user clicks on the new print button on the HTML Viewer toolbar. The first time the print function is accessed, a small ActiveX control is downloaded to the user s workstation. The user is then presented with the standard Windows Print dialog box (Figure 1). 1
6 Figure 1 The user can select a printer and the page range to print. If they want, they can change the paper orientation and margins. If desired, they can also preview the page output to see how their printout will look as shown in Figure 2. 22
7 Figure 2 When the user is satisfied with the output, the print job is rendered on the Report Server and routed through the client to the selected printer. End User Sort In SQL Server 2005 Reporting Services, the report author can add the ability for the viewer of a published report to resort the data within their report. The data resorting happens without needing to re-execute the database queries, so it will work on snapshot and cached reports. The feature also includes support for multicolumn sorting and sorting within nested or grouped data. Multivalued Parameters In SQL Server 2000 Reporting Services, a report parameter could only be defined to allow the user to enter a single value. For example, if you had a parameter named color ; it could only be red or blue. In SQL Server 2005 Reporting Services, a report author can specify any parameter is multivalued. For example, in Figure 3, multiple values are selected for a parameter. Figure 3 After the user selects a set of values, the report processing engine constructs the correct SQL or MDX syntax. The author can also specify a set of default values for the parameter. Developers can programmatically pass multiple parameter sets via URL Access or the Web Services API. 3
8 Custom Report Items SQL Server 2005 Reporting Services enables Independent Software Vendors (ISVs) and developers to extend report processing through the creation of custom report items. Custom report items are server controls that can be embedded in reports to provide additional functionality beyond the built-in Reporting Services controls (textbox, line, image, etc.). For example, a developer could add gauges, barcodes, maps, etc. In the Report Designer, these controls are added to the Visual Studio Toolbox and have their own set of property pages and dialog boxes. An example of a customer report item, gauge Container, can be seen in Figure 4. Figure 4 Custom Report Items support more than simple property settings they can be bound to data sets just like the native Reporting Services controls and can leverage the expression evaluation, grouping, sorting, and filtering features of the report processing engine. Report Designer Improvements While the new Report Builder client (covered later in this paper) will enable business users to easily build reports, the Visual Studio-based Report Designer will continue to be the design tool of choice for Information Technology professionals and application developers. SQL Server 2005 no longer requires Visual Studio (VS) to be preinstalled on a workstation to use Report Designer. If Visual Studio is not already installed, a copy of the VS shell will be installed to host the Report Designer and other SQL Server development tools. If the author does have a version of Visual Studio installed, similar to the SQL Server 2000 experience, Report Designer will be installed as an add-in. 44
9 There have been several enhancements to the Report Designer, including an improved expression editor. The enhanced expression editor is found in Figure 5. Figure 5 The expression editor now includes a list of functions available to report designers as well as IntelliSense features such as inline parameter information, statement completion, and real-time syntax checking. Better Integration Integration with existing products is a key part of Reporting Services. SQL Server 2005 Reporting Services provides enhanced integration with other components within SQL Server as well as Microsoft SharePoint Products and Technologies. Analysis Services Query Designer While it was possible to integrate data from SQL Server Analysis Services in the SQL Server 2000 version of Reporting Services, there was no facility for helping users build MDX queries. In SQL Server 2005, the Visual Studio Report Designer includes an integrated query designer for SQL Server 2005 Analysis Services (SSAS) that enables the user to construct queries by dragging and dropping server metadata and previewing the results. The new MDX query designer is shown in Figure 6. 5
10 Figure 6 The Analysis Services query builder also includes the ability to filter the results and easy parameterization of MDX queries. SQL Server Management Studio Integration While it is still possible to manage SSRS through Report Manager, SQL Server 2005 also includes the ability to configure and manage your Reporting Services deployment through the Windows-based SQL Server Management Studio. An alternative to the Web-based Report Manager, SQL Server Management Studio provides a single point of management for all SQL Server components, including the relational database, Analysis Services, Integration Services, and Reporting Services. SQL Server Management Studio is shown in Figure 7. 66
11 Figure 7 In addition to integration with the Object Explorer and property dialogs, Management Studio has full support for generating Report Server scripts that can be executed through the Report Server script command-line tool. SharePoint Reporting Web Parts SQL Server 2005 Reporting Services includes a set of Web Parts that make it easy to integrate reports into your SharePoint Portal Server 2003 or Windows SharePoint Services environment. Both the Report Viewer and the Report Explorer Web Parts are shown in Figure 8. 7
12 Figure 8 The Report Explorer Web Part provides browsing of the Report Server folder hierarchy. A user can view a report and create or edit a subscription to a report. The Report Viewer Web Part is used to view and navigate multipage reports as well as export to supported formats. Using Web Part connections, the Viewer can be connected to the Explorer to enable display of the selected report within the portal page. Rich Developer Experience Visual Studio 2005 (Professional Editions and above) now include Reporting Services functionality to enable developers to integrate rich reports into their applications, both with and without a Report Server. Visual Studio Integration In addition to creating reports in a Report Server project, report design is now completely integrated with Visual Studio language projects. You can embed reports directly in any Windows Forms or ASP.NET Web application. The data access options of embedded reports are a natural extension of the Visual Studio data facilities. Not only can you use traditional databases as a source of data for your reports, you can use object collections as well. Report Designer as shown in a language project is highlighted in Figure 9. 88
13 Figure 9 At design time, the report editor provides access to the data sources already defined in your application. Once reports are defined, your application uses the Report Viewer controls (described in the next section) to display the results. Report Viewer Controls Visual Studio 2005 contains a set of freely redistributable Report Viewer controls that make it easy to embed Reporting Services functionality into custom applications. There are two versions of the Report Viewer, one for rich Windows client applications and one for ASP.NET applications. The Report Viewer control is shown in Figure 10. 9
14 Figure 10 The controls support both local processing and remote processing modes. In local processing mode, your application provides the report definition and datasets and triggers report processing. In remote processing mode, data retrieval and report processing happen on the Report Server and the control is used for display and report navigation. This model allows you to build rich applications that can be scaled from desktop to the enterprise. Empowering End Users SQL Server 2005 Reporting Services includes Report Builder, a new ad hoc reporting tool that enables business users to create their own reports and explore corporate data. Report Builder incorporates a user-friendly business query model that enables users to build reports even if users do not possess deep technical understanding of the underlying data sources. Report Builder supports building reports on both SQL Server relational databases and SQL Server Analysis Services multidimensional databases. It is not designed to be a full-featured data analysis tool; rather it is a way for Information Technology staff members to enable self-service query and reporting scenarios. Report Builder Client The Report Builder client is a ClickOnce WinForms application launched from the Report Server. The Report Builder user interface is built on top of familiar Microsoft Office paradigms such as Excel and PowerPoint. Report Builder is shown in Figure
15 Figure 11 In contrast to the free-form nature of the Visual Studio Report Designer, Report Builder reports are built via predefined report templates (table, matrix, or chart). Users can create new reports or modify existing reports. Once finished, reports can be published to the Report Server if the user has the required permissions. Report Builder reports can also be loaded into the Visual Studio Report Designer if complex modifications are required. Report Builder Model Designer When an end user builds a report with Report Builder, they use a business model representation of the underlying database schema. Providing reporting access to this business model precludes the end user from having to understand, for example, connection strings or how to write SQL or MDX. While models that provide access to SQL Server Analysis Services are automatically generated on the Report Server, the Report Builder Model Designer can be used to generate or modify the models that are built on top of SQL Server relational databases. These model building projects are a new type of project within Visual Studio-based development shell. The Report Model designer is shown in Figure
16 Figure 12 The Model Designer gives the Information Technology professional the ability to modify the elements of the generated models. Once the model is ready, it is published to a Report Server to make it accessible to the Report Builder client. 1212
17 Conclusion SQL Server 2000 Reporting Services delivered on the promise of cost-effective, enterprise reporting for the entire organization. SQL Server 2005 Reporting Services (SSRS) takes this promise to the next level. Core product improvements are delivered through direct client printing, end user sort, multivalued parameters, custom report items, and Report Designer enhancements. SSRS also enhances the reporting experience by tight integration with SQL Server 2005 Analysis Services, SQL Server Management Studio, and SharePoint Services. The developer environment improves through a better experience within Visual Studio for integrated report development. It is also enhanced by report controls which allow for simpler embedding of reporting into application development. Finally, the end user is empowered through the addition of Report Builder. Business users will be able to build or modify reports outside of Visual Studio using a drag and drop paradigm using a business translation of the underlying data base schema. All of these attributes allow for a better experience and a more complete reporting solution for the entire enterprise. 13
joalmeida@microsoft.com João Diogo Almeida Premier Field Engineer Microsoft Corporation
joalmeida@microsoft.com João Diogo Almeida Premier Field Engineer Microsoft Corporation Reporting Services Overview SSRS Architecture SSRS Configuration Reporting Services Authoring Report Builder Report
Reporting Services. White Paper. Published: August 2007 Updated: July 2008
Reporting Services White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 Reporting Services provides a complete server-based platform that is designed to support a wide
BizTalk Server 2006. Business Activity Monitoring. Microsoft Corporation Published: April 2005. Abstract
BizTalk Server 2006 Business Activity Monitoring Microsoft Corporation Published: April 2005 Abstract This paper provides a detailed description of two new Business Activity Monitoring (BAM) features in
Pipeliner CRM Phaenomena Guide Sales Target Tracking. 2015 Pipelinersales Inc. www.pipelinersales.com
Sales Target Tracking 05 Pipelinersales Inc. www.pipelinersales.com Sales Target Tracking Learn how to set up Sales Target with Pipeliner Sales CRM Application. CONTENT. Setting up Sales Dynamic Target
Deploying the Workspace Application for Microsoft SharePoint Online
Microsoft Dynamics GP Deploying the Workspace Application for Microsoft SharePoint Online Microsoft Dynamics GP Workspace is a method to enable Microsoft Excel-based dashboards for SharePoint Online. This
Pipeliner CRM Phaenomena Guide Sales Pipeline Management. 2015 Pipelinersales Inc. www.pipelinersales.com
Sales Pipeline Management 2015 Pipelinersales Inc. www.pipelinersales.com Sales Pipeline Management Learn how to manage sales opportunities with Pipeliner Sales CRM Application. CONTENT 1. Configuring
Pipeliner CRM Phaenomena Guide Opportunity Management. 2015 Pipelinersales Inc. www.pipelinersales.com
Opportunity Management 205 Pipelinersales Inc. www.pipelinersales.com Opportunity Management Learn how to manage sales opportunities with Pipeliner Sales CRM Application. CONTENT. Creating and sharing
Pipeliner CRM Phaenomena Guide Add-In for MS Outlook. 2015 Pipelinersales Inc. www.pipelinersales.com
Add-In for MS Outlook 205 Pipelinersales Inc. www.pipelinersales.com Add-In for MS Outlook Learn how to use sales lead management with Pipeliner MS Outlook Add-In. CONTENT. Setting up Pipeliner Add-In
Lab Answer Key for Module 6: Configuring and Managing Windows SharePoint Services 3.0. Table of Contents Lab 1: Configuring and Managing WSS 3.
Lab Answer Key for Module 6: Configuring and Managing Windows SharePoint Services 3.0 Table of Contents Lab 1: Configuring and Managing WSS 3.0 1 Information in this document, including URL and other Internet
Pipeliner CRM Phaenomena Guide Getting Started with Pipeliner. 2015 Pipelinersales Inc. www.pipelinersales.com
Getting Started with Pipeliner 05 Pipelinersales Inc. www.pipelinersales.com Getting Started with Pipeliner Learn How to Get Started with Pipeliner Sales CRM Application. CONTENT. Setting up Pipeliner
Overview of Microsoft Office 365 Development
Overview of Microsoft Office 365 Development Office 365 Hands-on lab In this lab, you will work with existing Office 365 apps. This document is provided for informational purposes only and Microsoft makes
TeamCompanion Solution Overview. Visual Studio
TeamCompanion Solution Overview Visual Studio Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the example
SQL Server 2014 BI. Lab 04. Enhancing an E-Commerce Web Application with Analysis Services Data Mining in SQL Server 2014. Jump to the Lab Overview
SQL Server 2014 BI Lab 04 Enhancing an E-Commerce Web Application with Analysis Services Data Mining in SQL Server 2014 Jump to the Lab Overview Terms of Use 2014 Microsoft Corporation. All rights reserved.
Pipeliner CRM Phaenomena Guide Lead Management. 2015 Pipelinersales Inc. www.pipelinersales.com
Lead Management 205 Pipelinersales Inc. www.pipelinersales.com Lead Management Learn how to use sales lead management with Pipeliner Sales CRM Application. CONTENT. Creating and sharing the Sales Lead
Integrating Business Portal 3.0 with Microsoft Office SharePoint Portal Server 2003: A Natural Fit
Integrating Business Portal 3.0 with Microsoft Office SharePoint Portal Server 2003: A Natural Fit Published: December 2005 For the latest information, please see http://mbs.microsoft.com/public/gponline
Microsoft Dynamics NAV
Microsoft Dynamics NAV Requirements for Microsoft Dynamics NAV 2013 System Requirements for Microsoft Dynamics NAV 2013... 1 System Requirements for the Microsoft Dynamics NAV Windows Client... 1 System
Deciding When to Deploy Microsoft Windows SharePoint Services and Microsoft Office SharePoint Portal Server 2003. White Paper
Deciding When to Deploy Microsoft Windows SharePoint Services and Microsoft Office SharePoint Portal Server 2003 White Paper Published: October, 2003 Table of Contents Introduction 4 Relationship between
Create Reports Utilizing SQL Server Reporting Services and PI OLEDB. Tutorial
Create Reports Utilizing SQL Server Reporting Services and PI OLEDB Tutorial Introduction... 3 PI OLEDB... 3 SQL Server 2005 Reporting Services (SSRS)... 3 Installed Software on Tutorial PC... 3 Basic
Pipeliner CRM Phaenomena Guide Administration & Setup. 2015 Pipelinersales Inc. www.pipelinersales.com
Administration & Setup 05 Pipelinersales Inc. www.pipelinersales.com Administration & Setup Learn how to manage your sales team with Pipeliner Sales CRM Application. CONTENT. Managing Pipeliner s Users
Microsoft SQL Server 2005 Reporting Services Step by Step
Microsoft SQL Server 2005 Reporting Services Step by Step Stacia Misner; Hitachi Consulting To learn more about this book, visit Microsoft Learning at http://www.microsoft.com/mspress/books/9153.aspx 9780735622500
Lab Answer Key for Module 11: Managing Transactions and Locks
Lab Answer Key for Module 11: Managing Transactions and Locks Table of Contents Lab 11: Managing Transactions and Locks 1 Exercise 1: Using Transactions 1 Exercise 2: Managing Locks 3 Information in this
Windows Server Update Services 3.0 SP2 Step By Step Guide
Windows Server Update Services 3.0 SP2 Step By Step Guide Microsoft Corporation Author: Anita Taylor Editor: Theresa Haynie Abstract This guide provides detailed instructions for installing Windows Server
Programmabilty. Programmability in Microsoft Dynamics AX 2009. Microsoft Dynamics AX 2009. White Paper
Programmabilty Microsoft Dynamics AX 2009 Programmability in Microsoft Dynamics AX 2009 White Paper December 2008 Contents Introduction... 4 Scenarios... 4 The Presentation Layer... 4 Business Intelligence
Collaboration Technology Support Center Microsoft Collaboration Brief
Collaboration Technology Support Center Microsoft Collaboration Brief September 2005 HOW TO INTEGRATE MICROSOFT EXCHANGE SERVER INTO SAP ENTERPRISE PORTAL Authors Robert Draken, Solution Architect, Comma
Writers: Joanne Hodgins, Omri Bahat, Morgan Oslake, and Matt Hollingsworth
SQL Server Technical Article Writers: Joanne Hodgins, Omri Bahat, Morgan Oslake, and Matt Hollingsworth Technical Reviewer: Dan Jones Published: August 2009 Applies to: SQL Server 2008 R2, August CTP Summary:
Creating and Deploying Active Directory Rights Management Services Templates Step-by-Step Guide
Creating and Deploying Active Directory Rights Management Services Templates Step-by-Step Guide Microsoft Corporation Published: January 2008 Author: Brian Lich Editor: Carolyn Eller Abstract This step-by-step
Windows Azure Pack Installation and Initial Configuration
Windows Azure Pack Installation and Initial Configuration Windows Server 2012 R2 Hands-on lab In this lab, you will learn how to install and configure the components of the Windows Azure Pack. To complete
System Requirements for Microsoft Dynamics NAV 2013 R2
System Requirements for Microsoft Dynamics NAV 2013 R2 February 2014 Contents 3 System Requirements for the Microsoft Dynamics NAV Windows Client 3 Web Client 4 System Requirements for Microsoft Dynamics
Getting started with Microsoft SharePoint Server 2010
Getting started with Microsoft SharePoint Server 2010 Microsoft Corporation Published: May 2010 Author: Microsoft Office System and Servers Team (itspdocs@microsoft.com) Abstract This book provides basic
Deltek Vision 7.0 LA. Technical Readiness Guide
Deltek Vision 7.0 LA Technical Readiness Guide May 15, 2012 While Deltek has attempted to verify that the information in this document is accurate and complete, some typographical or technical errors may
Technical Brief for Windows Home Server Remote Access
Technical Brief for Windows Home Server Remote Access Microsoft Corporation Published: October, 2008 Version: 1.1 Abstract This Technical Brief provides an in-depth look at the features and functionality
SQL Reporting Services: A Peek at the Power & Potential
SQL Reporting Services: A Peek at the Power & Potential Presented by: Ken Emert, Shelby Consultant 2013 Shelby Systems, Inc. Other brand and product names are trademarks or registered trademarks of the
Product Development. Using Critical Path EVM for the Microsoft Project Desktop Application Readme
Product Development Using Critical Path EVM for the Microsoft Project Desktop Application Readme Published: June 2009 Table of Contents Introduction... 1 System Requirements... 1 Installing the Critical
Improving Performance of Microsoft CRM 3.0 by Using a Dedicated Report Server
Improving Performance of Microsoft CRM 3.0 by Using a Dedicated Report Server January 2006 Downloaded from http://www.sonomapartners.com/ - 1 - Information in this document, including URL and other Internet
Business Portal for Microsoft Dynamics GP. Key Performance Indicators Release 10.0
Business Portal for Microsoft Dynamics GP Key Performance Indicators Release 10.0 Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the
Master Data Services. SQL Server 2012 Books Online
Master Data Services SQL Server 2012 Books Online Summary: Master Data Services (MDS) is the SQL Server solution for master data management. Master data management (MDM) describes the efforts made by an
Hands-On Lab: WSUS. Lab Manual Expediting WSUS Service for XP Embedded OS
Lab Manual Expediting WSUS Service for XP Embedded OS Summary In this lab, you will learn how to deploy the security update to your XP Pro or XP embedded images. You will also learn how to prepare the
Pro SQL Server 2012. Reporting Services. Third Edition. mm m. Brian McDonald. Shawn McGehee. Rodney Landrum. Apress*
Pro SQL Server 2012 Reporting Services Third Edition mm m Brian McDonald Shawn McGehee Rodney Landrum Apress* Contents About the Authors About the Technical Reviewers Acknowledgments m Introduction xvn
Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access
Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix Jennifer Clegg, SAS Institute Inc., Cary, NC Eric Hill, SAS Institute Inc., Cary, NC ABSTRACT Release 2.1 of SAS
Business Portal for Microsoft Dynamics GP. Requisition Management User s Guide Release 10.0
Business Portal for Microsoft Dynamics GP Requisition Management User s Guide Release 10.0 Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws
Lab Answer Key for Module 9: Active Directory Domain Services. Table of Contents Lab 1: Exploring Active Directory Domain Services 1
Lab Answer Key for Module 9: Active Directory Domain Services Table of Contents Lab 1: Exploring Active Directory Domain Services 1 Information in this document, including URL and other Internet Web site
Microsoft Dynamics GP. Audit Trails
Microsoft Dynamics GP Audit Trails Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without limiting
Overview of Active Directory Rights Management Services with Windows Server 2008 R2
Overview of Active Directory Rights Management Services with Windows Server 2008 R2 Student Manual Module 3: Active Directory Rights Management Clients and Information Rights Management on Desktop Applications
MICROSOFT DYNAMICS CRM Roadmap. Release Preview Guide. Q4 2011 Service Update. Updated: August, 2011
MICROSOFT DYNAMICS CRM Roadmap Release Preview Guide Q4 2011 Service Update Updated: August, 2011 EXECUTIVE SUMMARY Microsoft has delivered significant innovation and value in customer relationship management
Step-by-Step Guide for Monitoring in Windows HPC Server 2008 Beta 2
Step-by-Step Guide for Monitoring in Windows HPC Server 2008 Beta 2 Microsoft Corporation Published: May 2008 Abstract This guide provides procedures and guidance for monitoring compute nodes in Windows
Key Benefits of Microsoft Visual Studio 2008
Key Benefits of Microsoft Visual Studio 2008 White Paper December 2007 For the latest information, please see www.microsoft.com/vstudio The information contained in this document represents the current
Business Portal for Microsoft Dynamics GP. Project Time and Expense Administrator s Guide Release 10.0
Business Portal for Microsoft Dynamics GP Project Time and Expense Administrator s Guide Release 10.0 Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable
CRGroup Whitepaper: Digging through the Data. www.crgroup.com. Reporting Options in Microsoft Dynamics GP
CRGroup Whitepaper: Digging through the Data Reporting Options in Microsoft Dynamics GP The objective of this paper is to provide greater insight on each of the reporting options available to you within
EventTracker: Support to Non English Systems
EventTracker: Support to Non English Systems Publication Date: April 25, 2012 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Introduction This document has been prepared to
Reporting Fundamentals for Programmers
Reporting Fundamentals for Programmers FOR MICROSOFT DYNAMICS AX 2012 R3 Atlanta I Denver I San Francisco I St. Louis I Toronto Key Data 3 Look and Feel 3 Audience 3 Prerequisites 4 Students 4 Environment
Microsoft SQL Server Master Data Services Roadmap
Microsoft SQL Server Master Data Services Roadmap Introduction In June 2007, Microsoft announced the acquisition of Stratature, a privately held company based in Alpharetta, Georgia, and a leading provider
Microsoft Dynamics GP. Pay Steps for Human Resources Release 9.0
Microsoft Dynamics GP Pay Steps for Human Resources Release 9.0 Copyright Copyright 2006 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of
Key Benefits of Microsoft Visual Studio Team System
of Microsoft Visual Studio Team System White Paper November 2007 For the latest information, please see www.microsoft.com/vstudio The information contained in this document represents the current view
Outlines. Business Intelligence. What Is Business Intelligence? Data mining life cycle
Outlines Business Intelligence Lecture 15 Why integrate BI into your smart client application? Integrating Mining into your application Integrating into your application What Is Business Intelligence?
Microsoft Corporation. Status: Preliminary documentation
Microsoft Corporation Status: Preliminary documentation Beta content: This guide is currently in beta form. The AppLocker team greatly appreciates you reviewing the document and looks forward to receiving
Oracle Fusion Middleware
Oracle Fusion Middleware Getting Started with Oracle Business Intelligence Publisher 11g Release 1 (11.1.1) E28374-02 September 2013 Welcome to Getting Started with Oracle Business Intelligence Publisher.
Microsoft Dynamics GP. Workflow Installation Guide Release 10.0
Microsoft Dynamics GP Workflow Installation Guide Release 10.0 Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of
How to Secure a Groove Manager Web Site
How to Secure a Groove Manager Web Site Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the companies, organizations,
Architecture. Architecture. Microsoft Dynamics GP. White Paper
Architecture Microsoft Dynamics GP Architecture White Paper Date: December, 2005 Table of Contents Introduction... 4 Application Structure... 4 Dexterity and the Dexterity Runtime Engine...5 Dexterity...5
Lab 02 Working with Data Quality Services in SQL Server 2014
SQL Server 2014 BI Lab 02 Working with Data Quality Services in SQL Server 2014 Jump to the Lab Overview Terms of Use 2014 Microsoft Corporation. All rights reserved. Information in this document, including
SSRS Reporting Using Report Builder 3.0. By Laura Rogers Senior SharePoint Consultant Rackspace Hosting
SSRS Reporting Using Report Builder 3.0 By Laura Rogers Senior SharePoint Consultant Rackspace Hosting About Me Laura Rogers, Microsoft MVP I live in Birmingham, Alabama Company: Rackspace Hosting Author
Standalone Trial Guide
Standalone Trial Guide Important Notice General Disclaimer The contents of this document are subject to change without notice; therefore, the information presented herein shall not be construed as a commitment
for Java developers Building Mobile Applications Introduction 1 Building Mobile Applications
Introduction Building Mobile Applications for Java developers Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted,
Business Portal for Microsoft Dynamics GP 2010. User s Guide Release 5.1
Business Portal for Microsoft Dynamics GP 2010 User s Guide Release 5.1 Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and
Sage CRM Connector Tool White Paper
White Paper Document Number: PD521-01-1_0-WP Orbis Software Limited 2010 Table of Contents ABOUT THE SAGE CRM CONNECTOR TOOL... 1 INTRODUCTION... 2 System Requirements... 2 Hardware... 2 Software... 2
BUSINESS INTELLIGENCE
BUSINESS INTELLIGENCE Microsoft Dynamics NAV BUSINESS INTELLIGENCE Driving better business performance for companies with changing needs White Paper Date: January 2007 www.microsoft.com/dynamics/nav Table
A SharePoint Developer Introduction. Hands-On Lab. Lab Manual HOL8 Using Silverlight with the Client Object Model C#
A SharePoint Developer Introduction Hands-On Lab Lab Manual HOL8 Using Silverlight with the Client Object Model C# Information in this document, including URL and other Internet Web site references, is
Update and Installation Guide for Microsoft Management Reporter 2.0 Feature Pack 1
Update and Installation Guide for Microsoft Management Reporter 2.0 Feature Pack 1 Microsoft Corporation Published: December 2010 Microsoft Dynamics is a line of integrated, adaptable business management
WINDOWS AZURE SQL REPORTING
WINDOWS AZURE SQL REPORTING BY HERVE ROGGERO INTRODUCTION This white paper introduces you to Windows Azure SQL Reporting, a feature of the Azure platform allowing you to manage and run reports in the cloud
Create a Balanced Scorecard
Create a Balanced Scorecard SharePoint Business Intelligence Content Team Summary: Learn how to create scorecards and strategy maps across various measurements and display them in one dashboard by using
User Guide. Live Meeting. MailStreet Live Support: 866-461-0851
User Guide Live Meeting Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the example companies, organizations,
Enterprise Content Management with Microsoft SharePoint
Enterprise Content Management with Microsoft SharePoint Overview of ECM Services and Features in Microsoft Office SharePoint Server 2007 and Windows SharePoint Services 3.0. A KnowledgeLake, Inc. White
Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010
Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010 Better Together Writer: Bill Baer, Technical Product Manager, SharePoint Product Group Technical Reviewers: Steve Peschka,
Deep Dive into SharePoint Provider Hosted Apps
Deep Dive into SharePoint Provider Hosted Apps Office 365 Hands-on lab In this lab, you will create a Provider-Hosted app and make use of some of the advanced capabilities. This document is provided for
How To Design A Webbased Dashboard
MS 50596A Dashboards for Monitoring, Analyzing and Managing Description: This course is designed to empower the students to effectively design webbased dashboards by utilizing the three main tools for
Search Engine Optimization for Silverlight Applications
Search Engine Optimization for Silverlight Applications Ashish Shetty Microsoft Corporation October 2008 Applies to: Microsoft Silverlight Summary: This document describes some best practices for search
UPGRADE. Upgrading Microsoft Dynamics Entrepreneur to Microsoft Dynamics NAV. Microsoft Dynamics Entrepreneur Solution.
UPGRADE Microsoft Dynamics Entrepreneur Solution Upgrading Microsoft Dynamics Entrepreneur to Microsoft Dynamics NAV White Paper June 2008 The information contained in this document represents the current
Lab Answer Key for Module 1: Installing and Configuring Windows Server 2008. Table of Contents Lab 1: Configuring Windows Server 2008 1
Lab Answer Key for Module 1: Installing and Configuring Windows Server 2008 Table of Contents Lab 1: Configuring Windows Server 2008 1 Information in this document, including URL and other Internet Web
New, changed, or deprecated features
Microsoft Dynamics AX 7 New, changed, or deprecated s This document provides a summary of new and changed s that have been implemented in Microsoft Dynamics 'AX 7'. It also includes deprecated notices
Redeploying Microsoft CRM 3.0
Redeploying Microsoft CRM 3.0 2005 Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the example companies,
WebSphere Business Monitor
WebSphere Business Monitor Dashboards 2010 IBM Corporation This presentation should provide an overview of the dashboard widgets for use with WebSphere Business Monitor. WBPM_Monitor_Dashboards.ppt Page
CRM Form to Web. Internet Lead Capture. Installation Instructions VERSION 1.0 DATE PREPARED: 1/1/2013
CRM Form to Web Internet Lead Capture Installation Instructions VERSION 1.0 DATE PREPARED: 1/1/2013 DEVELOPMENT: BRITE GLOBAL, INC. 2013 Brite Global, Incorporated. All rights reserved. The information
Pipeliner CRM Phaenomena Guide Importing Leads & Opportunities. 2015 Pipelinersales Inc. www.pipelinersales.com
Importing Leads & Opportunities 205 Pipelinersales Inc. www.pipelinersales.com Importing Leads & Opportunities Learn how to import opportunities and leads into Pipeliner Sales CRM Application. CONTENT.
Implementing and Maintaining Microsoft SQL Server 2008 Reporting Services
Course 6236A: Implementing and Maintaining Microsoft SQL Server 2008 Reporting Services Length: 3 Days Published: December 05, 2008 Language(s): English Audience(s): IT Professionals Level: 200 Technology:
Troubleshooting File and Printer Sharing in Microsoft Windows XP
Operating System Troubleshooting File and Printer Sharing in Microsoft Windows XP Microsoft Corporation Published: November 2003 Updated: August 2004 Abstract File and printer sharing for Microsoft Windows
How To Install Outlook Addin On A 32 Bit Computer
Deployment Guide - Outlook Add-In www.exclaimer.com Contents About This Guide... 3 System Requirements... 4 Software... 4 Installation Files... 5 Deployment Preparation... 6 Installing the Add-In Manually...
Microsoft Office Programs and SharePoint Products and Technologies Integration Fair, Good, Better, Best
Microsoft Office Programs and SharePoint Products and Technologies Integration Fair, Good, Better, Best White Paper April 2007 For the latest information, go to http://www.microsoft.com/office for Office
AvePoint Record Rollback 3.1.2 for Microsoft Dynamics CRM
AvePoint Record Rollback 3.1.2 for Microsoft Dynamics CRM Installation and Configuration Guide Revision F Issued April 2014 1 Table of Contents Overview... 3 Obtaining the Record Rollback Solution Package...
http://www.microsoft.com/middleeast/arabicdev/farsi/wpaper.asp Office Language Interface Pack for Farsi (Persian) Content
Page 1 of 11 Office Language Interface Pack for Farsi (Persian) Abstract Microsoft Office Language Interface Pack (LIP) is a high-quality, localized skin for emerging and minority language markets. LIP
User Document. Adobe Acrobat 7.0 for Microsoft Windows Group Policy Objects and Active Directory
Adobe Acrobat 7.0 for Microsoft Windows Group Policy Objects and Active Directory Copyright 2005 Adobe Systems Incorporated. All rights reserved. NOTICE: All information contained herein is the property
INSIGHT NAV. White Paper
INSIGHT Microsoft DynamicsTM NAV Business Intelligence Driving business performance for companies with changing needs White Paper January 2008 www.microsoft.com/dynamics/nav/ Table of Contents 1. Introduction...
Microsoft Dynamics GP Release
Microsoft Dynamics GP Release Workflow Installation and Upgrade Guide February 17, 2011 Copyright Copyright 2011 Microsoft. All rights reserved. Limitation of liability This document is provided as-is.
ENHANCE. The Style Sheet Tool for Microsoft Dynamics NAV. Microsoft Dynamics NAV 5.0. User s Guide
ENHANCE Microsoft Dynamics NAV 5.0 The Style Sheet Tool for Microsoft Dynamics NAV User s Guide The Style Sheet feature in Microsoft Dynamics TM NAV 5.0 has been enhanced with a new tool that allows you
Installing Windows Rights Management Services with Service Pack 2 Step-by- Step Guide
Installing Windows Rights Management Services with Service Pack 2 Step-by- Step Guide Microsoft Corporation Published: October 2006 Author: Brian Lich Editor: Carolyn Eller Abstract This step-by-step guide
Implementing and Maintaining Microsoft SQL Server 2005 Reporting Services COURSE OVERVIEW AUDIENCE OUTLINE OBJECTIVES PREREQUISITES
COURSE OVERVIEW This three-day instructor-led course teaches students how to implement a ing Services solution in their organizations. The course discusses how to use the ing Services development tools
What is New Whitepaper. White Paper
Whitepaper This document previews the key features and enhancements in Microsoft Dynamics NAV 2013 R2. Contents are subject to change. Contents Introduction 3 Microsoft Dynamics NAV 2013 R2 in Office 365
Microsoft Dynamics GP 2010. SQL Server Reporting Services Guide
Microsoft Dynamics GP 2010 SQL Server Reporting Services Guide April 4, 2012 Copyright Copyright 2012 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information
SAS BI Dashboard 4.3. User's Guide. SAS Documentation
SAS BI Dashboard 4.3 User's Guide SAS Documentation The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2010. SAS BI Dashboard 4.3: User s Guide. Cary, NC: SAS Institute
Creating Dashboards for Microsoft Project Server 2010
Creating Dashboards for Microsoft Project Server 2010 Authors: Blaise Novakovic, Jean-Francois LeSaux, Steven Haden, Microsoft Consulting Services Information in the document, including URL and other Internet
Integrate Cisco IronPort Web Security Appliance (WSA)
Integrate Cisco IronPort Web Security Appliance (WSA) EventTracker v7.x Publication Date: June 2, 2014 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Abstract This guide provides