Book Image

Learning System Center App Controller

Book Image

Learning System Center App Controller

Overview of this book

Table of Contents (13 chapters)
Learning System Center App Controller
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Installing SQL Server


System Center 2012 R2 App Controller requires an instance of SQL Server to store critical data. In this section, we will be preparing an instance of SQL 2012 Service Pack 1 for App Controller. At the time of writing this book, App Controller supports the following versions of SQL Server to host the App Controller database:

SQL Server edition

Service pack

Architecture

SQL Server 2008 R2 Datacenter

Service Pack 2

x86 and x64

SQL Server 2008 R2 Enterprise

Service Pack 2

x86 and x64

SQL Server 2008 R2 Standard

Service Pack 2

x86 and x64

SQL Server 2012 Standard

None

x86 and x64

SQL Server 2012 Enterprise

None

x86 and x64

SQL Server 2012 Standard

Service Pack 1

x86 and x64

SQL Server 2012 Enterprise

Service Pack 1

x86 and x64

We will be installing Microsoft SQL Server 2012 Service Pack 1. App Controller simply needs a supported instance to store data in the database. We require at least a database engine feature to host databases, but we will also...