Git Product home page Git Product logo

install-sqlserver's Introduction

Install-SqlServer

This repository serves as an example for automating the process of installing SQL Server using PowerShell Desired State Configuration as described in this blog post.

The example provides the ability run the command below in order to install SQL Server:

.\Install-SqlServer.ps1 -ImagePath 'C:\en_sql_server_2017_developer_x64_dvd_11296168.iso' -SourcePath 'C:\SQLServer\'

Steps for using the script:

  1. Modify SqlServerConfiguration.ps1 to match the desired SqlSetup configuration.
  2. Copy Install-SqlServer.ps1, SqlServerConfiguration.ps1, and the SQL Server installation media to the target server.
  3. Execute Install-SqlServer.ps1, passing the required ImagePath and SourcePath parameters. Documentation for these parameters may be seen in the file.

SqlSetup

Documentation for SqlSetup is available here https://github.com/PowerShell/SqlServerDsc#sqlsetup.

https://github.com/PowerShell/SqlServerDsc/tree/dev/Examples/Resources/SqlSetup.

SQL Server Feature Abbreviations (used in SqlSetup)

These abbreviations are used in the SqlServerConfiguration.ps1 to specify which features to install.

This list may not be up to date or certain abbreviations may not be supported by SqlSetup. Please check the documentation for SqlSetup in order to determine which features are supported.

  • Analysis services = AS
  • Client tools backwards compatibility = BC
  • Client tools connectivity = CONN
  • Client tools SDK = SDK
  • Data quality client = DQC
  • Data quality services = DQ
  • Database engine = SQLENGINE
  • Distributed replay client = DREPLAY_CLT
  • Distributed replay controller = DREPLAY_CTLR
  • Documentation components = BOL
  • Full-text and semantic extractions for search = FULLTEXT
  • Integration services = IS
  • Management tools – advanced = ADV_SSMS
  • Management tools – basic = SSMS
  • Master data services = MDS
  • Replication = REPLICATION
  • Reporting services – native = RS
  • Reporting services – sharepoint = RS_SHP
  • Reporting services add-in for sharepoint products = RS_SHPWFE
  • SQL client connectivity SDK = SNAC_SDK
  • SQL Server data tools = BIDS

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.