Showing posts with label SQL Server Installation. Show all posts
Showing posts with label SQL Server Installation. Show all posts

Friday, May 19, 2023

SQL Server on Apple Mac

Install SQL Server on Apple Mac

If you want to use MS SQL Server on an Apple Mac machine, installing SQL Server on Mac using Virtualization Technology is possible.

As we know, MS SQL Server was designed for Windows machines, but we can install & use powerful RDBMS on Mac machines.

A few prerequisites are given below for our reference, which we need to ensure before proceeding with SQL Server Installation on a Mac machine:

1. System:- Apple Mac machine.

2. Sufficient Disk Space: Sufficient disk space is required to store the Windows operating system and SQL Server installation files on the Mac machine.

3. Virtualization Software: Virtualization software is also needed to run SQL Servers like Parallels Desktop, VMware Fusion, VirtualBox, etc.

4. OS Installation Media:- We require Windows operating system installation media with required licenses.

5. SQL Server Installation Media:- Installation Media of SQL Server is also needed to proceed with the installation. 

Friday, May 12, 2023

Step-by-Step Guide to Install SQL Server 2019 on Linux

Install SQL Server 2019 on Linux


Introduction

From SQL Server 2017, Microsoft has provided the option to install the SQL Server on Linux as well.

Why Choose SQL Server 2019 for Linux?

We can install Microsoft SQL Server 2019 on a Linux environment & utilize the benefits of the Linux ecosystem. By installing Microsoft SQL Server 2019 on Linux, we can use the power of RDBMS as well as the flexibility and open-source advantages of Linux.

SQL Server 2019 for Linux provides the facility to migrate SQL Server cross-platform smoothly, utilize enterprise-grade features, intelligent query processing, enhanced security, high availability, and support for big data clusters.


System Requirements

Before starting SQL Server installation, check whether the system meets the minimum requirements to run SQL Server 2019 or not. Now, SQL Server supports multiple distributions of Linux like Ubuntu 20.04 LTSRed Hat Enterprise Linux 8.0 - 8.6 Server (RHEL), SUSE Enterprise Linux Server v15 (SP1 - SP3) (SLES),  and obliviously Docker Engine 1.8+ on Linux. The file system should be either XFS or EXT4.

Wednesday, May 10, 2023

Install SQL server 2019 using GUI

To start the installation of Microsoft SQL Server 2019 on the server, we need to follow below steps:


Step 1: Download SQL Server 2019

To start the installation of SQL Server 2019, we need to download the installation media from the Microsoft website and consider the below points to avoid any confusion or issue:-

a) Should have confirmation on the Version and edition of the MS SQL server.

b) What are the features we need to install on the server like SSIS, SSRS, PolyBase, DQC, etc.

c) Service account should be available with a strong password & Password Never Expire feature. This account should have administrator privileges on the server.

d) Separate drives with a good amount of free space should be available on the server.

e) The server should meet hardware and software prerequisites.

f) Never store SQL binaries on the C drive.

Tuesday, May 9, 2023

Install SQL server 2019 using PowerShell

Why do we use PowerShell for SQL Server installation?

The PowerShell is really a powerful tool that helps us to automate our tasks and reduce our time & also human error. PowerShell can help us during SQL Server installation in many ways:

PowerShell can help us to install SQL Server on multiple machines simultaneously in one go. Allows to save effort, time, and obviously cost also.
Using PowerShell, we can automate the whole installation and configuration of SQL Server settings. For example, creating multiple TempDB files as per CPUs, memory allocation as per available physical memory on the server, disk storage, security policies, etc.

Prerequisites for SQL Server 2019 installation

Before starting SQL Server installation, we need to check our system/server whether it is meeting minimum hardware and software requirements or not. 

Pre-requisites for SQL Server 2019 are given below:

Featured Post

DBCC CLONEDATABASE: A Comprehensive Guide

The DBCC CLONEDATABASE command emerges as a formidable tool for administrators and developers in the field of database administration. The d...

Popular Posts