All pages
1 of 6

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Microsoft SQL Server Images

IONOS Cloud provides Microsoft (MS) SQL Server images as Public Images, which you can set up and run an SQL Server in a Virtual Data Center (VDC). The MS SQL Server images are based on Microsoft Windows Server systems, which are in mssql-<Edition>-<Version>-server-upd-<Update-Version> format.

Example: mssql-std-2022-server-upd-2024-01.

These images contain all the pre-installed components of an IONOS Cloud Windows Data Center server with a pre-installed MS SQL Server instance, SQL Server Reporting Services (SSRS), and SQL Server Management Studio (SSMS). The SQL Server installation has a default instance named MSSQLSERVER.

Note: The MS SQL images IONOS Cloud offers are in English only. Changing the operating system language does not affect the SQL Server instance's language.

To add more features to your MSSQL instance, you can use the ISO files provided by IONOS Cloud. These are available for selection when you create a new CD-ROM drive for your server. Example: Microsoft-SQL-2022-full-trial-english.iso. For more information, see .

Quick Links

Public Images

DCD How-Tos

Learn how to select and configure the MS SQL Server image provided by IONOS and log in to SQL Server.

Log in to the SQL Server

Learn various ways to log in to the SQL Server.

Set Up Network and Firewalls

Learn how to configure firewall and TCP/IP binding.

Microsoft SQL Enterprise Server Images

Learn about the advanced features of Microsoft SQL Enterprise Server Images.

DCD How-Tos

To manage using Microsoft SQL Server Images during Block Storage configuration via the DCD, refer to the following task.

Quick Links

Select a Microsoft SQL Server Image

Learn how to select and configure the MS SQL Server image provided by IONOS.

Microsoft SQL Enterprise Server Images

Microsoft SQL Enterprise provides advanced features and capabilities tailored to meet the needs of large-scale applications and complex database management.

Before deploying instances with MS SQL Enterprise, you must adhere to the specified approval procedures to ensure compliance with our licensing and operational policies. To do so, follow these steps:

1. Initiate the Approval Request: Contact to request MS SQL Enterprise.

2. Involvement of your Account Manager: Upon receipt of your request, your designated Account Manager will engage in the approval process.

3. Review Notification: Once your request has been reviewed, will inform you via email. If your request is approved, you may proceed with provisioning your instance of MS SQL Enterprise, either via the or .

IONOS Cloud Support
IONOS Cloud Support
DCD
API

Select a Microsoft SQL Server Image

A Microsoft (MS) SQL Server image provided by IONOS can be selected and configured just like any other public image while setting up a Block Storage. To do so, follow these steps:

1. Add Storage to a Server or a Cube.

2. Configure Storage.

  • In the Image, select IONOS offered Microsoft Images.

IONOS Microsoft SQL Server Image

3. Continue with Authentication.

4. Add a CD-ROM drive.

Note:

  • During provisioning, you can define the SQL Server administrator password and specify any necessary configuration settings. For more information, see .

  • MS SQL Enterprise is only available on request. For more information, see .

Result: The Block Storage setup is completed using the MS SQL Server Image.

Next steps

To find the IP address of the newly created server after provisioning, follow these steps:

1.In the DCD, go to Menu > Virtual Data Centers and select the data center from My Virtual Data Centers.

2. In the Inspector pane, select the data center and go to Network tab.

3. Under IPv4 Configuration, note the Primary IPv4 address.

Result: The IP address of the server is successfully retrieved.

Set Up Network and Firewalls

Depending on the SQL version used, program paths and registry keys change as follows:

  • MSSQL Server 2019 (=MSSQL15)

  • MSSQL Server 2022 (=MSSQL16)

Set Up a Block Storage
Microsoft SQL Enterprise Server Images
Retrieve server IP address
Firewall configuration

As with all IONOS Cloud Windows images, the firewall is turned on automatically. For security reasons, no rules for SQL access over the network have been configured yet. We recommend setting up an incoming firewall rule of type Program if you want to access the SQL instance over the network. To do so, use one of the following options:

Option 1: Create an exception for the data transmission of the following program:

Example for MSSQL Server 2022

Option 2: Create the program rule from the command line:

Note: The IP address used here is only an example; change it according to your configuration.

TCP/IP binding

For network communication, Microsoft SQL Server images have preconfigured TCP/IP bindings. In some cases, they need to be reconfigured before a newly assigned IP (v4/v6) works properly for SQL.

Example for MSSQL Server 2022:

Registry Editor
%ProgramFiles%\Microsoft SQL Server\<MSSQLXX>.MSSQLSERVER\MSSQL\Binn\sqlservr.exe
%ProgramFiles%\Microsoft SQL Server\MSSQL16.MSSQLSERVER\MSSQL\Binn\sqlservr.exe
netsh advfirewall firewall add rule name="SQL-Server" dir=in
action=allow program="%ProgramFiles%\Microsoft SQL Server\<MSSQLXX>.MSSQLSERVER\MSSQL\Binn\sqlservr.exe" enable=yes
remoteip=10.101.101.10/24
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\<MSSQLXX>.MSSQLSERVER\MSSQLServer\SuperSocketNetLib\Tcp
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL16.MSSQLSERVER\MSSQLServer\SuperSocketNetLib\Tcp

Login to the SQL Server

Prerequisites: Make sure you are logged in to the Windows Server using the Remote Console in the DCD. For more information, see Connect via Remote Console. Alternatively, you can access the server using Remote Desktop Protocol (RDP) when connected to the internet.

Start SQL Server Management Studio

You can start the SQL Server Management Studio using one of the following options:

Option 1:

  • Start the SQL Server Management Studio from the taskbar.

Option 2:

  • Type SSMS in the search box and start the program.

Option 3:

1. Press the Windows key + R. 2. Type SSMS in the next dialog box. 3. Click Enter.

Result: You have successfully started the SQL Server Management Studio.

Connect to Microsoft SQL Server

  • Once the login window is started, select Windows Authentication and adjust the Encryption to Optional to be able to connect to the SQL Server.

Note: The Optional encryption setting lets you connect to the SQL Server instance immediately without encryption. Alternatively, you need a valid certificate from trusted certificate authority.

Result: You have successfully connected to the SQL Server.

Note: By default, the local server's hostname is the Server name. All members of the Local Administrators group have system administrator rights to the SQL Server.

Start SQL Server Management Studio from the taskbar
Start SQL Server Management Studio from search box
SQL Server encryption type
Microsoft SQL Server Management Studio (Administrator)