A Guide to Consolidating SQL Server Data Warehouses. By Allan Hirt

Size: px
Start display at page:

Download "A Guide to Consolidating SQL Server Data Warehouses. By Allan Hirt"

Transcription

1 A Guide to Consolidating SQL Server Data Warehouses By Allan Hirt Published: May 2009

2 A Guide to Consolidating SQL Server Data Warehouses Consolidation of SQL Server instances and databases has become a common practice over the past few years. In most environments, this consolidation focuses on application-based databases that generally support OLTP workloads. But you should consider a completely different type of SQL Server use for consolidation: a data warehouse. With SQL Server, a data warehouse typically includes Analysis Services, but it usually has significant relational components as well. Contents SQL Server Choosing a Direction for Consolidation... 4 Example Data Warehouse Consolidation Scenario... 4 Approaching the Problems... 5 Addressing Disk Performance... 6 Realizing Savings... 6 Summary... 7 Why would you consider consolidating databases involved in data warehousing? The reality is that at the heart of any data warehouse is the same database technology, so why wouldn t you consider doing it? All of the potential benefits and cost savings that can be realized as part of a normal consolidation can also apply to a data warehouse. It also stands to reason that many of the problems you face with your relational deployments are also manifested in warehouses. The following list highlights some of the most common issues and how consolidation can benefit you: Do you have a handle on the data warehouse environment? Is there a list of every server, instance and database along with what feeds what? If you answered no to either of these questions, then you re experiencing a variation of SQL Server sprawl. Because of the unknown landscape other problems might exist. Consolidation allows you to contain the sprawl and centralize where servers, instances, and databases are located and deployed, thus reducing the overall footprint and easing administration. Was each deployment rolled out in the same way? A lack of standards for both Windows and SQL Server configuration leads to potential problems and confu- 2 THE A GUIDE IMPACT TO OF CONSOLIDATING DISK FRAGMENTATION SQL SERVER ON DATA SERVERS WAREHOUSES sponsored by Diskeeper by Unisys

3 sion when it comes to administering and patching. And it means that one server could be less stable than another. Consolidation allows you to standardize the configuration by reducing variations to a manageable few instead of everything having its own unique configuration. Are the database servers powering the warehouse over- or under-utilized? Many warehouses see constant use, but there could be times that they are used more than others. For example, under normal usage, a reporting system may be used on average 20 percent, but at month close the system experiences nearly 100 percent utilization for a week. Some of the existing servers may be relatively idle and not be using much server capacity, while others may be close to running at 100 percent all of the time. Neither situation is desirable. The former means you have excess capacity; the latter means you do not have enough capacity for future growth. Consolidation should allow you to have servers that will meet your performance needs now and into the future. Is your data center at, near or out of space for new deployments? SQL Server sprawl contributes to the consumption of valuable rack space, electricity, cooling, ports, and all other physical aspects with older, less efficient servers. Consolidating and replacing many older and inefficient servers with fewer, more efficient ones can reduce the overall cost to keep the servers running. Are you compliant with all your vendors when it comes to licensing? Because you may not know what you have, it s impossible to be paying what you should be. Consolidation allows you to contain licensing costs and keep them manageable and predictable. Are you having trouble managing the data warehouse environment? A major factor driving companies to consolidation is a desire to reduce administration costs. Consolidation should allow you to standardize and centralize administrative tasks so that the daily responsibilities become easier to handle, not harder. Are you currently getting the availability needed for each data warehouse deployment? Chances are that some deployments may not have been designed with availability in mind. Because the warehouse has become more central to most environments, increasing availability is never a bad idea. Are existing servers in your data warehouse using older versions of software, and are they still supported? Being out of support may not be a problem until you need support from a vendor. Consolidation is an opportune time to consider upgrading to a supported version of all data warehouse products, including making the big change to SQL Server Consolidation begins with the idea; however, to move the idea forward, consolidation requires an executive sponsor who will be ultimately responsible for the project. The executive sponsor will also be instrumental in securing funding for everything from new hardware to any additional resources (i.e., consultants) that may be needed along the way. Consolidation is a true transformation and is not a project that can be planned and executed in a weekend. Remember that not everything should be consolidated, and what can and cannot be consolidated is the result of a thorough investigation and analysis phase. Certain applications and systems due to various factors discovered during investigation and analysis may be better off left alone and not consolidated. A consolidation effort will take some time, and depending on what is discovered and then what will be consolidated, the work may encompass months of time. The resources chosen to work on the project need to be reasonably dedicated (if not 100 percent). This will speed the project along. SQL Server 2008 SQL Server 2008 is the natural choice for consolidating existing SQL Server- and Analysis Servicesbased implementations. Its memory and scalability is limited only by the hardware and version of Windows underneath it. From an availability perspective, both SQL Server s database engine and Analysis Services can be made available through various methods. The only availability feature in SQL Server 2008 that is supported by both SQL Server and Analysis Services is failover clustering. As noted above, the data warehouse is no longer the server that only a few people use; chances are it s central to business operations, so you would want to make Analysis Services just as available as the database engine. SQL Server 2008 supports data compression, which in this age when some warehouses are terabytes in size, could wind up saving a lot of space and potentially increasing the throughput sponsored by Unisys A GUIDE TO CONSOLIDATING SQL SERVER DATA WAREHOUSES 3

4 for your applications because you can have better memory and I/O utilization. While introduced in SQL Server 2005, data compression is enhanced in SQL Server 2008 it fully supports row- or page-level compression, and can be enabled at the partition- or table-level. Data compression is more of a factor for applications developed in-house where you can control the schema; not all thirdparty applications support this feature. SQL Server 2008 also introduces the Resource Governor, which is a powerful performance-related feature. It can especially assist in cases of complex SQL Server environments where performance problems such as runaway queries a major concern in a consolidated warehouse environment may be difficult to resolve. SQL Server 2008 Analysis Services includes several new performance features to help improve the data warehouse performance and manageability. The write back partitions can now be stored as MOLAP, which eliminates the need to query the relational data source as in the previous version and hence removes the performance bottleneck. The backup storage subsystem has been rewritten to scale linearly and can now handle an Analysis Services database of more than a terabyte. In addition, the limitations on backup size and metadata files have been removed. A new feature, block computation, addresses the issue of Null handling and greatly enhances the performance of queries regardless of the proportion of null values in the cube. Choosing a Direction for Consolidation There are two main options when it comes to SQL Server consolidation: physical servers that utilize multiple SQL Server or Analysis Services instances, or virtualization. Both approaches are valid, and ultimately your strategy may be to mix the two depending on factors such as workload, availability, performance and business requirements. This subject was tackled in a recent Essential Guide published by Windows IT Pro, but a brief comparison is offered here. Virtualization, endorsed by many IT organizations as the ultimate savior of costs, is most likely already in-house. Make no mistake about it virtualization is great for certain types of workloads and environments. Currently, the most significant limitations as they pertain to SQL Server and Analysis Services would be any constraints inherited from the host virtualization platform, such as overall performance (including memory, processor and disk I/O). Because data warehouses tend to be very I/O hungry, virtualization may not be the best choice for the entire warehouse. The greatest downside to virtualization is that you can end up in the same, if not worse, scenario as pre-consolidation because you re not really reducing the number of Windows installations being managed; you re just reducing the number of physical servers. If you re planning on using failover clustering, it s important to note that as of the writing of this paper, Microsoft does not support clustering SQL Server or Analysis Services as a guest. SQL Server has supported multiple installations on a single server or cluster since SQL Server 2000 with the concept of the instance. While virtualization requires more planning than simply performing a physical-to-virtual conversion, more often than not, deploying multiple instances on a single physical server or Windows failover cluster is much easier to manage and maintain. Consolidation should always be done on fewer, larger servers in order to obtain the maximum benefits. Physical hardware also offers some of the best performance. In February 2009, Unisys announced that the ES7000 Model 7600R using six-core processors set a new record for price and performance using the TPC-H test. The TPC-H test is designed to show performance in a DSS or BI-type scenario. Using that server platform, Unisys achieved performance of 80,172.7 QphH@10,000GB and price/performance of $18.95 per QphH@10,000GB. Performance in the TPC-H benchmark test is measured as composite queries per hour against a database of 10,000 gigabytes (QphH@10,000GB), while economic efficiency is shown as price/performance expressed in dollars per QphH@10,000GB. Example Data Warehouse Consolidation Scenario This section will illustrate a sample data warehouse consolidation scenario. The scenario is as follows: a company has offices located around the world. Each branch office needs to share common sales data and other relevant information. The current data warehouse, approximately 1.8 TB in size, grows about 12 percent per year. This means the 4 A GUIDE TO CONSOLIDATING SQL SERVER DATA WAREHOUSES sponsored by Unisys

5 data warehouse would grow to just under 3.2 TB within the next five years. Suppose that this example company currently has nine separate databases that provide the underlying transactional data for the main warehouse, and that each database is used by one or more of 20 different applications (seven are dedicated reporting applications in various departments, others are traditional applications). Seven of the nine databases use SQL Server 2000, which is nearly 10 years old, as the database platform. Each application that has similar functionality was implemented locally in each region around the world. Some of the different applications came about as the result of acquisitions; others came about due to a lack of communication and someone made a decision to implement a new application. Having to support all of these databases and applications has become a huge drain on the staff that maintains the warehouse. All of the data sources and the processes for data extraction and loading are different because each application s schema does not match; custom processes are needed for each application. Add to that the increasing need for more real-time data by end users and business decision makers; with this downturned economy, more than ever before the need to establish trends quickly may mean the difference between profit and loss, staying in business or shutting down the company. Unfortunately, due to the location of some of the servers around the globe, coupled with the network s performance, it may take 24 to 48 hours to extract, transform and load the data into the warehouse. By the time end users using the warehouse see the data which is not matched up because each subsidiary is loaded at different times it may be two or three days old. This lack of agility in obtaining data could have disastrous results to the company s bottom line. The company s ultimate goal is to have a backend infrastructure that makes it easier to deploy applications and databases, but at the same time proving to be much more scalable, available, reliable and agile than the one it has now. Approaching the Problems The challenges our example company faces are not unique, but that does not mean a textbook answer exists, either. First and foremost consider how much the company is wasting in terms of labor and infrastructure costs, as well as opportunity costs associated with all of those different applications. While it may have made sense at one point to maintain separate applications that have similar functionality, it becomes a drain on both end users and administrative staff. Add to that the actual cost of multiple support contracts and software updates, and suddenly each of those implementations is not as attractive. Moving to fewer applications, or in a best-case scenario one main application to serve all subsidiaries, may be the best alternative. But that will be a challenge to implement because you not only need to decide on one application (or a select few), which may not even be one of the already existing ones, but once a final decision is made, the application must be customized, have data migrated to it and be deployed in production. And finally, you need to train all end users on how to use this new application. That is not an undertaking to be taken lightly, but the end return on investment should be huge and the cost savings should be realized fairly quickly. This may be a good time to re-evaluate applications that may peripherally use the warehouse data or feed it with data. Consider eliminating those that aren t being used and update others so that they are more efficient. For example, assuming SQL Server 2008 is deployed, consider rearchitecting the schema so that it can take advantage of data compression. Because the data will be centralized, there may also be the opportunity to build business intelligence into new applications (or existing ones) much more easily, providing greater access to data across an entire enterprise. When consolidating a data warehouse, do not forget the need to change and update applications or the impact on the end user experience. Ensuring that all applications can handle the changes brought on by consolidation, such as a new location for a database, may not be a trivial amount of work (this should be known after the investigation phase of consolidation). Similarly, if the connection string for the application is on each desktop, is it feasible to touch every desktop? One of the applications the example company has is a fat client, so for them, they would need to investigate the effort it will take to reconfigure every end user s application settings to point to the new database backend. The configuration may be as simple as a configuration file or registry update sponsored by Unisys A GUIDE TO CONSOLIDATING SQL SERVER DATA WAREHOUSES 5

6 pushed out by a management tool such as Microsoft s System Center Configuration Manager, or as difficult as walking around and reinstalling the entire software suite. Along the same lines, consider the cost of porting applications or upgrading them to support SQL Server Realistically, budget may need to be reserved to pay for contractors to help in the coding effort since chances are the current staff may already have a lot of work on their plates that cannot be put aside to fix legacy applications. Addressing Disk Performance Arguably, disk performance will present the biggest challenge. Having a disk subsystem that supports large growth, performs well, and is easy to maintain is challenging. It s fairly obvious that the disk infrastructure supporting the warehouse cannot be an afterthought, and it may require purchasing additional storage capacity to support the workloads. This determination can result from an analysis of the information gathered about the warehouse. In the consolidation process, think about how you can better leverage the features of the storage hardware to be more agile. For example, assume that post-consolidation fewer applications exist and they all are located in the same data center attached to the same storage hardware. As long as the storage supports it and you get the proper software and licensing from the storage vendor, taking advantage of features such as disk-based snapshots to not only perform backups, but also to attach the underlying snapshot to another server to present the data, or do things like easily refresh development and test environments may save time and money by immensely speeding up access to data. The cost of implementation may be insignificant in relation to the time administrators gain back and the increased productivity of end users. It s paramount to ensure that the performance requirements beyond disk I/O are achieved. A few methods are available to ensure that SQL Server or Analysis Services are allocated sufficient memory and processor resources for their workloads. In a virtualized environment you re generally at the mercy of what resources are available at the host and then presented to the virtualized guest, but with multiple instances you can not only use the new Resource Governor feature within SQL Server 2008, but also take advantage of Windows System Resource Manager. Our example company would be wise to consider both of those features to see how they will work in a consolidated environment. For our example company, it s anticipated that by centralizing all of the remaining applications into one data center (since everyone is connected via the wide area network, it should not be a problem for normal application access) the company will realize considerable savings not only in maintenance and administration costs, but with latency. The company can reduce data center costs because it will no longer have to pay for the physical aspects of the now consolidated servers such as air conditioning and electricity as well as reduce tasks such as large data extracts over the wide area network, thereby reducing overall network throughput. In some regions there may be some latency associated with the use of the applications, but those will be addressed as they arise. Realizing Savings Data extracts, transformations and loads will be the same size post-consolidation for the example company, but it should no longer be a problem to move, for example, 100GB of data between servers because they will be on the same local area network. Squeezing that same amount of data over the wide area network from Sydney to New York may strain the entire network even if done off-hours. As mentioned earlier, centralized storage hardware could be used to assist in the data moves from one server to another. Data extracts and loads (ETL) could be simplified if they are designed for and executed on the same database platform and version. This would reduce the administrative overhead associated with ETL, since maintaining processes across multiple versions can get expensive as older versions reach maturity and end-of-life from their vendors. Fewer applications translates into less overhead in monitoring the processes because there won t be as many. It may also be possible to standardize how the extracts and loads are done to further reduce administrative costs associated with the warehouse. Again, it should be stressed that changing these processes is not trivial. It will require a lot of work, but the end result will benefit everyone. With a consolidated data warehouse, overall storage capacity should no longer be an issue. For example, creating that 100GB extract that caused a major problem at the subsidiary with fewer 6 A GUIDE TO CONSOLIDATING SQL SERVER DATA WAREHOUSES sponsored by Unisys

7 resources (for example, it needs to be copied immediately or other applications couldn t run) will no longer be a problem. Finally, the company may be able to substantially reduce or eliminate the 24- to 48-hour delay in getting data updates. This is arguably the biggest benefit of consolidating: you have fewer applications and databases in one location. Our example company is also realizing that backups, backup retention, and data archiving will need to be addressed. The company may not be regulated by a standards organization such as HIPAA, but nonetheless it needs to retain a certain amount of backups for a period of time for financial reporting and regulatory purposes. Multi-terabyte backups, even compressed, are not small. That will affect a disaster recovery scenario. The company realizes that purging data from the data warehouse periodically to attempt to maintain a relatively constant and predictable size of the warehouse will help performance and capacity planning. Most of the example company s regional subsidiaries did not have high availability for their database infrastructure. If there was availability, it was for a select few installations and even those did not have good track records. By centralizing everything, even applications and databases that once had poor availability may get high availability. The company is strongly considering implementing failover clustering as its primary form of availability because it is a natural fit for physical consolidation and works with both SQL Server 2008 and Analysis Services Because SQL Server 2000 is basically at its end of life for mainstream support from Microsoft, the company is concerned that because seven of the nine warehouse databases are on SQL Server 2000, they may be in danger if something goes wrong. They would rather be supported than not, and while they know upgrading to SQL Server 2008 will take some work, the end result will be worth it. Summary Consolidation should allow you to deploy applications to a centralized environment in a standard way. Database consolidation takes this a step further by reducing the database footprint within an existing company. Applying the same approaches and techniques of database consolidation to a data warehouse environment should be straightforward. No longer should it take months to deploy a business intelligence application; it should be a matter of days once the application is ready to go live. If you care about having a warehouse with better availability, scalability, reliability and agility that is cost-efficient, then it should be an easy decision to investigate consolidation. Allan Hirt has been using SQL Server in various guises since For the past ten years, he has been consulting, training, developing content, speaking at events, and authoring books, whitepapers, and articles related to SQL Server architecture, high availability, administration, and more. His upcoming book Pro SQL Server 2008 Failover Clustering (Apress) is due to be published in June, Before forming Megahirtz in 2007, he most recently worked for both Microsoft and Avanade, and still continues to work closely with Microsoft on various projects including contributing to the recently published SQL Server 2008 Upgrade Technical Reference Guide. He can be contacted through his website or at allan@sqlha.com. sponsored by Unisys A GUIDE TO CONSOLIDATING SQL SERVER DATA WAREHOUSES 7

IT Firm Virtualizes Databases: Trims Servers 85 Percent, Ups Performance 50 Percent

IT Firm Virtualizes Databases: Trims Servers 85 Percent, Ups Performance 50 Percent Microsoft Virtualization: Data Center to Desktop Customer Solution Case Study IT Firm Virtualizes Databases: Trims Servers 85 Percent, Ups Performance 50 Percent Overview Country or Region: United States

More information

TekSouth Fights US Air Force Data Center Sprawl with iomemory

TekSouth Fights US Air Force Data Center Sprawl with iomemory TekSouth Fights US Air Force Data Center Sprawl with iomemory TekSouth Fights US Air Force Data Center Sprawl with iomemory Innovative systems integrator improves USAF financial data warehouse performance,

More information

Server Consolidation with SQL Server 2008

Server Consolidation with SQL Server 2008 Server Consolidation with SQL Server 2008 White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 supports multiple options for server consolidation, providing organizations

More information

You re not alone if you re feeling pressure

You re not alone if you re feeling pressure How the Right Infrastructure Delivers Real SQL Database Virtualization Benefits The amount of digital data stored worldwide stood at 487 billion gigabytes as of May 2009, and data volumes are doubling

More information

W H I T E P A P E R. Reducing Server Total Cost of Ownership with VMware Virtualization Software

W H I T E P A P E R. Reducing Server Total Cost of Ownership with VMware Virtualization Software W H I T E P A P E R Reducing Server Total Cost of Ownership with VMware Virtualization Software Table of Contents Executive Summary............................................................ 3 Why is

More information

The Benefits of Virtualizing

The Benefits of Virtualizing T E C H N I C A L B R I E F The Benefits of Virtualizing Aciduisismodo Microsoft SQL Dolore Server Eolore in Dionseq Hitachi Storage Uatummy Environments Odolorem Vel Leveraging Microsoft Hyper-V By Heidi

More information

White Paper. To upgrade or consolidate - that is the question. Why not do both?

White Paper. To upgrade or consolidate - that is the question. Why not do both? White Paper To upgrade or consolidate - that is the question. Why not do both? To upgrade or consolidate -that is the question. Why not do both? By Mark Jones, dsp You have virtualised your datacentre

More information

Innovative technology for big data analytics

Innovative technology for big data analytics Technical white paper Innovative technology for big data analytics The HP Vertica Analytics Platform database provides price/performance, scalability, availability, and ease of administration Table of

More information

Online Firm Improves Performance, Customer Service with Mission-Critical Storage Solution

Online Firm Improves Performance, Customer Service with Mission-Critical Storage Solution Microsoft SQL Server Customer Solution Case Study Online Firm Improves Performance, Customer Service with Mission-Critical Storage Solution Overview Country or Region: United States Industry: IT services

More information

Making a Case for Including WAN Optimization in your Global SharePoint Deployment

Making a Case for Including WAN Optimization in your Global SharePoint Deployment Making a Case for Including WAN Optimization in your Global SharePoint Deployment Written by: Mauro Cardarelli Mauro Cardarelli is co-author of "Essential SharePoint 2007 -Delivering High Impact Collaboration"

More information

SQL Server Business Intelligence on HP ProLiant DL785 Server

SQL Server Business Intelligence on HP ProLiant DL785 Server SQL Server Business Intelligence on HP ProLiant DL785 Server By Ajay Goyal www.scalabilityexperts.com Mike Fitzner Hewlett Packard www.hp.com Recommendations presented in this document should be thoroughly

More information

Why a Server Infrastructure Refresh Now and Why Dell?

Why a Server Infrastructure Refresh Now and Why Dell? Why a Server Infrastructure Refresh Now and Why Dell? In This Paper Outdated server infrastructure contributes to operating inefficiencies, lost productivity, and vulnerabilities Worse, existing infrastructure

More information

SaaS or On-Premise? How to Select the Right Paths for Your Enterprise. David Linthicum

SaaS or On-Premise? How to Select the Right Paths for Your Enterprise. David Linthicum SaaS or On-Premise? How to Select the Right Paths for Your Enterprise David Linthicum SaaS or On-Premise? How to Select the Right Paths for Your Enterprise 2 Executive Summary The growth of Software- as-

More information

The business value of improved backup and recovery

The business value of improved backup and recovery IBM Software Thought Leadership White Paper January 2013 The business value of improved backup and recovery The IBM Butterfly Analysis Engine uses empirical data to support better business results 2 The

More information

Discover how customers are taking a radical leap forward with flash

Discover how customers are taking a radical leap forward with flash Discover how customers are taking a radical leap forward with flash The world changes in a flash Datacenter unrest has been brewing virtualization consolidates mixed application workloads and places new

More information

www.dotnetsparkles.wordpress.com

www.dotnetsparkles.wordpress.com Database Design Considerations Designing a database requires an understanding of both the business functions you want to model and the database concepts and features used to represent those business functions.

More information

SQL Server 2012. Upgrading to. and Beyond ABSTRACT: By Andy McDermid

SQL Server 2012. Upgrading to. and Beyond ABSTRACT: By Andy McDermid Upgrading to SQL Server 2012 and Beyond ABSTRACT: By Andy McDermid If you re still running an older version of SQL Server, now is the time to upgrade. SQL Server 2014 offers several useful new features

More information

The Flash- Transformed Server Platform Maximizing Your Migration from Windows Server 2003 with a SanDisk Flash- enabled Server Platform

The Flash- Transformed Server Platform Maximizing Your Migration from Windows Server 2003 with a SanDisk Flash- enabled Server Platform WHITE PAPER The Flash- Transformed Server Platform Maximizing Your Migration from Windows Server 2003 with a SanDisk Flash- enabled Server Platform.www.SanDisk.com Table of Contents Windows Server 2003

More information

SQL Server 2012 Performance White Paper

SQL Server 2012 Performance White Paper Published: April 2012 Applies to: SQL Server 2012 Copyright The information contained in this document represents the current view of Microsoft Corporation on the issues discussed as of the date of publication.

More information

Leveraging Virtualization for Disaster Recovery in Your Growing Business

Leveraging Virtualization for Disaster Recovery in Your Growing Business Leveraging Virtualization for Disaster Recovery in Your Growing Business Contents What is Disaster Recovery?..................................... 2 Leveraging Virtualization to Significantly Improve Disaster

More information

Azure Scalability Prescriptive Architecture using the Enzo Multitenant Framework

Azure Scalability Prescriptive Architecture using the Enzo Multitenant Framework Azure Scalability Prescriptive Architecture using the Enzo Multitenant Framework Many corporations and Independent Software Vendors considering cloud computing adoption face a similar challenge: how should

More information

I D C M A R K E T S P O T L I G H T

I D C M A R K E T S P O T L I G H T I D C M A R K E T S P O T L I G H T E n t r y- L e ve l E n t e r p r ise Storage: Stepping Up t o B i g C h a l lenges October 2012 Adapted from The Appliance-ization of the Datacenter and Its Impact

More information

Windows IT Pro. Storage Optimization for. SharePoint. by David Chernicoff. sponsored by. Brought to you by AvePoint and Windows IT Pro

Windows IT Pro. Storage Optimization for. SharePoint. by David Chernicoff. sponsored by. Brought to you by AvePoint and Windows IT Pro Windows IT Pro Storage Optimization for SharePoint by David Chernicoff sponsored by Tech Advisor AvePoint p. 2 Contents Chapter 1 Dealing with Existing and Legacy Data page 3 Chapter 2 Optimizing SharePoint

More information

GET CLOUD EMPOWERED. SEE HOW THE CLOUD CAN TRANSFORM YOUR BUSINESS.

GET CLOUD EMPOWERED. SEE HOW THE CLOUD CAN TRANSFORM YOUR BUSINESS. GET CLOUD EMPOWERED. SEE HOW THE CLOUD CAN TRANSFORM YOUR BUSINESS. Cloud computing is as much a paradigm shift in data center and IT management as it is a culmination of IT s capacity to drive business

More information

Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006

Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006 Achieving High Availability & Rapid Disaster Recovery in a Microsoft Exchange IP SAN April 2006 All trademark names are the property of their respective companies. This publication contains opinions of

More information

Online Transaction Processing in SQL Server 2008

Online Transaction Processing in SQL Server 2008 Online Transaction Processing in SQL Server 2008 White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 provides a database platform that is optimized for today s applications,

More information

Windows Server 2008 R2 Hyper-V Live Migration

Windows Server 2008 R2 Hyper-V Live Migration Windows Server 2008 R2 Hyper-V Live Migration White Paper Published: August 09 This is a preliminary document and may be changed substantially prior to final commercial release of the software described

More information

Minimize cost and risk for data warehousing

Minimize cost and risk for data warehousing SYSTEM X SERVERS SOLUTION BRIEF Minimize cost and risk for data warehousing Microsoft Data Warehouse Fast Track for SQL Server 2014 on System x3850 X6 (55TB) Highlights Improve time to value for your data

More information

Virtualization Reduces the Cost of Supporting Open Industrial Control Systems

Virtualization Reduces the Cost of Supporting Open Industrial Control Systems Virtualization Reduces the Cost of Supporting Open Industrial Control Systems Virtualization Reduces the Cost of Supporting Open Industrial Control Systems ii Table of Contents Introduction... 1 What is

More information

EMC XtremSF: Delivering Next Generation Storage Performance for SQL Server

EMC XtremSF: Delivering Next Generation Storage Performance for SQL Server White Paper EMC XtremSF: Delivering Next Generation Storage Performance for SQL Server Abstract This white paper addresses the challenges currently facing business executives to store and process the growing

More information

Guide to the Flash Storage Revolution

Guide to the Flash Storage Revolution Guide to the Flash Storage Revolution The Flash Revolution is Here Flash storage technology has evolved to the point where it is now an affordable option for almost any enterprise environment. It s not

More information

Maximum performance, minimal risk for data warehousing

Maximum performance, minimal risk for data warehousing SYSTEM X SERVERS SOLUTION BRIEF Maximum performance, minimal risk for data warehousing Microsoft Data Warehouse Fast Track for SQL Server 2014 on System x3850 X6 (95TB) The rapid growth of technology has

More information

WHITE PAPER Ten Things You Need to Know about Virtualization

WHITE PAPER Ten Things You Need to Know about Virtualization WHITE PAPER WHITE PAPER Ten Things You Need to Know about Virtualization As many already know, virtualization is big, and it continues to grow in popularity. Users are now actively seeking complementary

More information

Windows Server 2008 R2 Hyper-V Live Migration

Windows Server 2008 R2 Hyper-V Live Migration Windows Server 2008 R2 Hyper-V Live Migration Table of Contents Overview of Windows Server 2008 R2 Hyper-V Features... 3 Dynamic VM storage... 3 Enhanced Processor Support... 3 Enhanced Networking Support...

More information

SQL Server Consolidation Using Cisco Unified Computing System and Microsoft Hyper-V

SQL Server Consolidation Using Cisco Unified Computing System and Microsoft Hyper-V SQL Server Consolidation Using Cisco Unified Computing System and Microsoft Hyper-V White Paper July 2011 Contents Executive Summary... 3 Introduction... 3 Audience and Scope... 4 Today s Challenges...

More information

Virtual Data Warehouse Appliances

Virtual Data Warehouse Appliances infrastructure (WX 2 and blade server Kognitio provides solutions to business problems that require acquisition, rationalization and analysis of large and/or complex data The Kognitio Technology and Data

More information

EMC s Enterprise Hadoop Solution. By Julie Lockner, Senior Analyst, and Terri McClure, Senior Analyst

EMC s Enterprise Hadoop Solution. By Julie Lockner, Senior Analyst, and Terri McClure, Senior Analyst White Paper EMC s Enterprise Hadoop Solution Isilon Scale-out NAS and Greenplum HD By Julie Lockner, Senior Analyst, and Terri McClure, Senior Analyst February 2012 This ESG White Paper was commissioned

More information

Developing a Backup Strategy for Hybrid Physical and Virtual Infrastructures

Developing a Backup Strategy for Hybrid Physical and Virtual Infrastructures Virtualization Backup and Recovery Solutions for the SMB Market The Essentials Series Developing a Backup Strategy for Hybrid Physical and Virtual Infrastructures sponsored by Introduction to Realtime

More information

Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence

Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence Emerging Technologies Shaping the Future of Data Warehouses & Business Intelligence Appliances and DW Architectures John O Brien President and Executive Architect Zukeran Technologies 1 TDWI 1 Agenda What

More information

Developing a dynamic, real-time IT infrastructure with Red Hat integrated virtualization

Developing a dynamic, real-time IT infrastructure with Red Hat integrated virtualization Developing a dynamic, real-time IT infrastructure with Red Hat integrated virtualization www.redhat.com Table of contents Introduction Page 3 Benefits of virtualization Page 3 Virtualization challenges

More information

IBM Enterprise Linux Server

IBM Enterprise Linux Server IBM Systems and Technology Group February 2011 IBM Enterprise Linux Server Impressive simplification with leading scalability, high availability and security Table of Contents Executive Summary...2 Our

More information

Improving Data Center Performance Through Virtualization of SQL Server Databases

Improving Data Center Performance Through Virtualization of SQL Server Databases Improving Data Center Performance Through Virtualization of SQL Server Databases Contents Abstract. 1 SQL Server s Role Inside SMBs. 2 IT s Biggest Data Center Concerns. 2 Virtualization is the Solution.

More information

The Methodology Behind the Dell SQL Server Advisor Tool

The Methodology Behind the Dell SQL Server Advisor Tool The Methodology Behind the Dell SQL Server Advisor Tool Database Solutions Engineering By Phani MV Dell Product Group October 2009 Executive Summary The Dell SQL Server Advisor is intended to perform capacity

More information

Paravirtualization Figure 1.

Paravirtualization Figure 1. HRG Insight: Virtualization Virtualization? Everyone has heard about it but even the term conjures up a hazy, intangible image. It is one of those technology topics many CIOs and IT decision-makers would

More information

SQL Server 2008 Performance and Scale

SQL Server 2008 Performance and Scale SQL Server 2008 Performance and Scale White Paper Published: February 2008 Updated: July 2008 Summary: Microsoft SQL Server 2008 incorporates the tools and technologies that are necessary to implement

More information

DELL s Oracle Database Advisor

DELL s Oracle Database Advisor DELL s Oracle Database Advisor Underlying Methodology A Dell Technical White Paper Database Solutions Engineering By Roger Lopez Phani MV Dell Product Group January 2010 THIS WHITE PAPER IS FOR INFORMATIONAL

More information

An Oracle White Paper November 2010. Backup and Recovery with Oracle s Sun ZFS Storage Appliances and Oracle Recovery Manager

An Oracle White Paper November 2010. Backup and Recovery with Oracle s Sun ZFS Storage Appliances and Oracle Recovery Manager An Oracle White Paper November 2010 Backup and Recovery with Oracle s Sun ZFS Storage Appliances and Oracle Recovery Manager Introduction...2 Oracle Backup and Recovery Solution Overview...3 Oracle Recovery

More information

Business Virtualization

Business Virtualization Business Virtualization Why should I consider server virtualization? Save money. Often servers are dedicated to just one or two applications. As a result servers in many organizations are only using 15

More information

James Serra Sr BI Architect JamesSerra3@gmail.com http://jamesserra.com/

James Serra Sr BI Architect JamesSerra3@gmail.com http://jamesserra.com/ James Serra Sr BI Architect JamesSerra3@gmail.com http://jamesserra.com/ Our Focus: Microsoft Pure-Play Data Warehousing & Business Intelligence Partner Our Customers: Our Reputation: "B.I. Voyage came

More information

Backup and Recovery for Microsoft Hyper-V Using Best Practices Planning. Brien M. Posey

Backup and Recovery for Microsoft Hyper-V Using Best Practices Planning. Brien M. Posey Backup and Recovery for Microsoft Hyper-V Using Best Practices Planning Brien M. Posey Introduction There usually isn t anything overly complicated about backing up a physical datacenter. While it s true

More information

Who moved my cloud? Part I: Introduction to Private, Public and Hybrid clouds and smooth migration

Who moved my cloud? Part I: Introduction to Private, Public and Hybrid clouds and smooth migration Who moved my cloud? Part I: Introduction to Private, Public and Hybrid clouds and smooth migration Part I of an ebook series of cloud infrastructure and platform fundamentals not to be avoided when preparing

More information

Say Yes to Virtualization: Server virtualization helps businesses achieve considerable reductions in Total Cost of Ownership (TCO).

Say Yes to Virtualization: Server virtualization helps businesses achieve considerable reductions in Total Cost of Ownership (TCO). BUSINESS SOLUTIONS Say Yes to Virtualization: Server virtualization helps businesses achieve considerable reductions in Total Cost of Ownership (TCO). Virtualizing servers is yielding dramatic cost savings

More information

Central management of virtual resources

Central management of virtual resources Central management of virtual resources White paper Executive summary Virtual sprawl, a lack of uniform security, and corporations inability to clearly see and manage their entire virtualization environments

More information

Microsoft SQL Server 2008 R2 Enterprise Edition and Microsoft SharePoint Server 2010

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,

More information

White Paper February 2010. IBM InfoSphere DataStage Performance and Scalability Benchmark Whitepaper Data Warehousing Scenario

White Paper February 2010. IBM InfoSphere DataStage Performance and Scalability Benchmark Whitepaper Data Warehousing Scenario White Paper February 2010 IBM InfoSphere DataStage Performance and Scalability Benchmark Whitepaper Data Warehousing Scenario 2 Contents 5 Overview of InfoSphere DataStage 7 Benchmark Scenario Main Workload

More information

Best Practices for Architecting Storage in Virtualized Environments

Best Practices for Architecting Storage in Virtualized Environments Best Practices for Architecting Storage in Virtualized Environments Leverage Advances in Storage Technology to Accelerate Performance, Simplify Management, and Save Money in Your Virtual Server Environment

More information

Business-centric Storage for small and medium-sized enterprises. How ETERNUS DX powered by Intel Xeon processors improves data management

Business-centric Storage for small and medium-sized enterprises. How ETERNUS DX powered by Intel Xeon processors improves data management Business-centric Storage for small and medium-sized enterprises How DX powered by Intel Xeon processors improves data management DX Online Storage Family Architecture DX60 S2 DX100 S3 DX200 S3 Flexible

More information

REDUCING DATA CENTER POWER CONSUMPTION THROUGH EFFICIENT STORAGE

REDUCING DATA CENTER POWER CONSUMPTION THROUGH EFFICIENT STORAGE NETAPP VISION SERIES REDUCING DATA CENTER POWER CONSUMPTION THROUGH EFFICIENT STORAGE Brett Battles, Cathy Belleville, Susan Grabau, Judith Maurier February 2007 WP-7010-0207 AN EIGHT-POINT PLAN FOR FIGHTING

More information

Server Virtualization with VMWare

Server Virtualization with VMWare Server Virtualization with VMware Information Technology Server Virtualization with VMWare A look at server virtualization, what it is and why it should be considered. By Alex Dewar, Head of IT & IM Solutions,

More information

Four important conclusions were drawn from the survey:

Four important conclusions were drawn from the survey: The IBM System z10 is an evolutionary machine in the history of enterprise computing. To realize the full value of an investment in the System z10 requires a transformation in the infrastructure supporting

More information

Release 8.2 Hardware and Software Requirements. PowerSchool Student Information System

Release 8.2 Hardware and Software Requirements. PowerSchool Student Information System Release 8.2 Hardware and Software Requirements PowerSchool Student Information System Released January 2015 Document Owner: Documentation Services This edition applies to Release 8.2 of the PowerSchool

More information

GET CLOUD EMPOWERED. SEE HOW THE CLOUD CAN TRANSFORM YOUR BUSINESS.

GET CLOUD EMPOWERED. SEE HOW THE CLOUD CAN TRANSFORM YOUR BUSINESS. GET CLOUD EMPOWERED. SEE HOW THE CLOUD CAN TRANSFORM YOUR BUSINESS. Cloud computing is as much a paradigm shift in data center and IT management as it is a culmination of IT s capacity to drive business

More information

Virtualization of Microsoft SharePoint Products and Technologies

Virtualization of Microsoft SharePoint Products and Technologies Virtualization of Microsoft SharePoint Products and Technologies Published: October, 2008 For the latest information about Microsoft Office, see http://www.microsoft.com/office and for SharePoint, see

More information

2009 AAMGA Automation Conference

2009 AAMGA Automation Conference 2009 AAMGA Automation Conference Kenny Morris, MCSE Manager of Network Services CRC Insurance Services, Inc. kmorris@crcins.com Server Infrastructure 170 servers 70% in Central Datacenter 25% of server

More information

Enterprise Storage Solution for Hyper-V Private Cloud and VDI Deployments using Sanbolic s Melio Cloud Software Suite April 2011

Enterprise Storage Solution for Hyper-V Private Cloud and VDI Deployments using Sanbolic s Melio Cloud Software Suite April 2011 Enterprise Storage Solution for Hyper-V Private Cloud and VDI Deployments using Sanbolic s Melio Cloud Software Suite April 2011 Executive Summary Large enterprise Hyper-V deployments with a large number

More information

Disaster Recovery. Maximizing Business Continuity and Minimizing Recovery Time Objectives in Windows Server Environments.

Disaster Recovery. Maximizing Business Continuity and Minimizing Recovery Time Objectives in Windows Server Environments. Disaster Recovery Maximizing Business Continuity and Minimizing Recovery Time Objectives in Windows Server Environments Executive Summary TechAdvisory.org SME Reports sponsored by D-Net is your partner

More information

Data Compression in Blackbaud CRM Databases

Data Compression in Blackbaud CRM Databases Data Compression in Blackbaud CRM Databases Len Wyatt Enterprise Performance Team Executive Summary... 1 Compression in SQL Server... 2 Perform Compression in Blackbaud CRM Databases... 3 Initial Compression...

More information

Inside Track Research Note. In association with. Enterprise Storage Architectures. Is it only about scale up or scale out?

Inside Track Research Note. In association with. Enterprise Storage Architectures. Is it only about scale up or scale out? Research Note In association with Enterprise Storage Architectures Is it only about scale up or scale out? August 2015 About this The insights presented in this document are derived from independent research

More information

OPTIMIZING SERVER VIRTUALIZATION

OPTIMIZING SERVER VIRTUALIZATION OPTIMIZING SERVER VIRTUALIZATION HP MULTI-PORT SERVER ADAPTERS BASED ON INTEL ETHERNET TECHNOLOGY As enterprise-class server infrastructures adopt virtualization to improve total cost of ownership (TCO)

More information

Virtualizing Exchange

Virtualizing Exchange Virtualizing Exchange Simplifying and Optimizing Management of Microsoft Exchange Server Using Virtualization Technologies By Anil Desai Microsoft MVP September, 2008 An Alternative to Hosted Exchange

More information

Capacity planning with Microsoft System Center

Capacity planning with Microsoft System Center Capacity planning with Microsoft System Center Mike Resseler Veeam Product Strategy Specialist, MVP, Microsoft Certified IT Professional, MCSA, MCTS, MCP Modern Data Protection Built for Virtualization

More information

Business-centric Storage FUJITSU Hyperscale Storage System ETERNUS CD10000

Business-centric Storage FUJITSU Hyperscale Storage System ETERNUS CD10000 Business-centric Storage FUJITSU Hyperscale Storage System ETERNUS CD10000 Clear the way for new business opportunities. Unlock the power of data. Overcoming storage limitations Unpredictable data growth

More information

Hosting Company Implements Virtualization to Expand Services and Cut Operations Costs

Hosting Company Implements Virtualization to Expand Services and Cut Operations Costs Microsoft Virtualization: Data Center to Desktop Customer Solution Case Study Hosting Company Implements Virtualization to Expand Services and Cut Operations Costs Overview Country or Region: United States

More information

White paper: Unlocking the potential of load testing to maximise ROI and reduce risk.

White paper: Unlocking the potential of load testing to maximise ROI and reduce risk. White paper: Unlocking the potential of load testing to maximise ROI and reduce risk. Executive Summary Load testing can be used in a range of business scenarios to deliver numerous benefits. At its core,

More information

REDUCING DATA CENTER POWER CONSUMPTION THROUGH EFFICIENT STORAGE

REDUCING DATA CENTER POWER CONSUMPTION THROUGH EFFICIENT STORAGE NETAPP WHITE PAPER REDUCING DATA CENTER POWER CONSUMPTION THROUGH EFFICIENT STORAGE Brett Battles, Cathy Belleville, Susan Grabau, Judith Maurier, Network Appliance, Inc. February 2007 WP-7010-0207 AN

More information

Business-centric Storage for small and medium-sized enterprises. How ETERNUS DX powered by Intel Xeon processors improves data management

Business-centric Storage for small and medium-sized enterprises. How ETERNUS DX powered by Intel Xeon processors improves data management Business-centric Storage for small and medium-sized enterprises How DX powered by Intel Xeon processors improves data management Data management requirements are increasing day by day Storage administrators

More information

DARMADI KOMO: Hello, everyone. This is Darmadi Komo, senior technical product manager from SQL Server marketing.

DARMADI KOMO: Hello, everyone. This is Darmadi Komo, senior technical product manager from SQL Server marketing. Microsoft SQL Server 2012 for Private cloud (Part 1) Darmadi Komo - Senior Technical Product Manager DARMADI KOMO: Hello, everyone. This is Darmadi Komo, senior technical product manager from SQL Server

More information

Beyond Data Migration Best Practices

Beyond Data Migration Best Practices Beyond Data Migration Best Practices Table of Contents Executive Summary...2 Planning -Before Migration...2 Migration Sizing...4 Data Volumes...5 Item Counts...5 Effective Performance...8 Calculating Migration

More information

How Customers Are Cutting Costs and Building Value with Microsoft Virtualization

How Customers Are Cutting Costs and Building Value with Microsoft Virtualization How Customers Are Cutting Costs and Building Value with Microsoft Virtualization Introduction The majority of organizations are incorporating virtualization into their IT infrastructures because of the

More information

Microsoft SQL Database Administrator Certification

Microsoft SQL Database Administrator Certification Microsoft SQL Database Administrator Certification Training for Exam 70-432 Course Modules and Objectives www.sqlsteps.com 2009 ViSteps Pty Ltd, SQLSteps Division 2 Table of Contents Module #1 Prerequisites

More information

Tips and Best Practices for Managing a Private Cloud

Tips and Best Practices for Managing a Private Cloud Deploying and Managing Private Clouds The Essentials Series Tips and Best Practices for Managing a Private Cloud sponsored by Tip s and Best Practices for Managing a Private Cloud... 1 Es tablishing Policies

More information

Using distributed database system and consolidation resources for Data server consolidation

Using distributed database system and consolidation resources for Data server consolidation Using distributed database system and consolidation resources for Data server consolidation Alexander Bogdanov 1 1 High-performance computing Institute and the integrated systems, e-mail: bogdanov@csa.ru,

More information

BridgeWays Management Pack for VMware ESX

BridgeWays Management Pack for VMware ESX Bridgeways White Paper: Management Pack for VMware ESX BridgeWays Management Pack for VMware ESX Ensuring smooth virtual operations while maximizing your ROI. Published: July 2009 For the latest information,

More information

Parallels Virtuozzo Containers

Parallels Virtuozzo Containers Parallels Virtuozzo Containers White Paper Top Ten Considerations For Choosing A Server Virtualization Technology www.parallels.com Version 1.0 Table of Contents Introduction... 3 Technology Overview...

More information

MOC 20467B: Designing Business Intelligence Solutions with Microsoft SQL Server 2012

MOC 20467B: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 MOC 20467B: Designing Business Intelligence Solutions with Microsoft SQL Server 2012 Course Overview This course provides students with the knowledge and skills to design business intelligence solutions

More information

Establishing a Private Cloud

Establishing a Private Cloud SPONSORED CONTENT Fireside Chat Solutions Brief Establishing a Private Cloud By Miklos Sandorfi, Vice President of Solutions & Cloud, Hitachi Data Systems Claude Lorenson, Senior Product Manager, Cloud

More information

Best Practices for Implementing iscsi Storage in a Virtual Server Environment

Best Practices for Implementing iscsi Storage in a Virtual Server Environment white paper Best Practices for Implementing iscsi Storage in a Virtual Server Environment Server virtualization is becoming a no-brainer for any that runs more than one application on servers. Nowadays,

More information

10 Best Practices for Application Performance Testing

10 Best Practices for Application Performance Testing Business white paper 10 Best Practices for Application Performance Testing Leveraging Agile Performance Testing for Web and Mobile Applications 10 Best Practices for Application Performance Testing Table

More information

Everything you need to know about flash storage performance

Everything you need to know about flash storage performance Everything you need to know about flash storage performance The unique characteristics of flash make performance validation testing immensely challenging and critically important; follow these best practices

More information

WHAT IS ENTERPRISE OPEN SOURCE?

WHAT IS ENTERPRISE OPEN SOURCE? WHITEPAPER WHAT IS ENTERPRISE OPEN SOURCE? ENSURING YOUR IT INFRASTRUCTURE CAN SUPPPORT YOUR BUSINESS BY DEB WOODS, INGRES CORPORATION TABLE OF CONTENTS: 3 Introduction 4 Developing a Plan 4 High Availability

More information

Virtualization: Advanced Technology or Magic Bullet?

Virtualization: Advanced Technology or Magic Bullet? Virtualization: Advanced Technology or Magic Bullet? Doug Hafford V.P. Consulting Services Proud Member of SoCalPROS and NorCalPROS GLA ALA Emerald Sponsor OCALA Agenda Virtualization Technology How Long

More information

Technology Insight Series

Technology Insight Series Evaluating Storage Technologies for Virtual Server Environments Russ Fellows June, 2010 Technology Insight Series Evaluator Group Copyright 2010 Evaluator Group, Inc. All rights reserved Executive Summary

More information

How To Make A Private Cloud Work For An International Business

How To Make A Private Cloud Work For An International Business Customer Case Study Multinational Corporation Builds an Agile, Cost-efficient Business with Private Cloud Overview Country or Region:India Industry:Manufacturing, services and retail Customer Profile Essar

More information

Hidden Costs of Virtualization Backup Solutions, Revealed

Hidden Costs of Virtualization Backup Solutions, Revealed Hidden Costs of Virtualization Backup Solutions, Revealed 5 WAYS VIRTUAL BACKUP PRODUCTS CAN SURPRISE YOU LATER Today, nearly every datacenter has become heavily virtualized. In fact, according to Gartner

More information

SERVER VIRTUALIZATION IN MANUFACTURING

SERVER VIRTUALIZATION IN MANUFACTURING SERVER VIRTUALIZATION IN MANUFACTURING White Paper 2 Do s and Don ts for Your Most Critical Manufacturing Systems Abstract While the benefits of server virtualization at the corporate data center are receiving

More information

Virtualization with Microsoft Windows Server 2003 R2, Enterprise Edition

Virtualization with Microsoft Windows Server 2003 R2, Enterprise Edition Virtualization with Microsoft Windows Server 2003 R2, Enterprise Edition Microsoft Corporation Published: March 2006 Abstract Virtualization in the volume server market is starting to see rapid adoption

More information

SAN vs. NAS: The Critical Decision

SAN vs. NAS: The Critical Decision SAN vs. NAS: The Critical Decision Executive Summary The storage strategy for your organization is dictated by many factors: the nature of the documents and files you need to store, the file usage patterns

More information

Backup Exec System Recovery Management Solution 2010 FAQ

Backup Exec System Recovery Management Solution 2010 FAQ Backup Exec System Recovery Management Solution 2010 FAQ Contents Overview... 1 Supported Backup Exec System Recovery Versions and Configurations... 6 Backup Exec System Recovery Management Solution Installation

More information

Future-Proofed Backup For A Virtualized World!

Future-Proofed Backup For A Virtualized World! ! Future-Proofed Backup For A Virtualized World! Prepared by: Colm Keegan, Senior Analyst! Prepared: January 2014 Future-Proofed Backup For A Virtualized World Like death and taxes, growing backup windows

More information

SERVER VIRTUALIZATION.. ROADMAP REPORT..

SERVER VIRTUALIZATION.. ROADMAP REPORT.. WHITE PAPER SERVER VIRTUALIZATION.. ROADMAP REPORT.. CDW Small Business What Is Server Virtualization, and Why Should I Know About It? Businesses are managing more data than ever before. And, while network

More information