Amazon RDS – MS SQL Creating DB As a cloud platform AWS gives you very minimal number of steps to setup a DB in RDS. Creating a MSSQL DB can be done in three ways. Using AWS management console, AWS CLI or AWS API. We will look at each of these approaches one by one. […]
Amazon RDS – MS SQL Connecting to DB To connect to Amazon RDS MSSQL server we need a client software. In this case we use Sql Server Management Studio. Install it using the link . After it is successfully installed we follow the steps below to connect it to the Amazon RDS. Step-1 From the […]
Amazon RDS – MS SQL features Microsoft SQL server is a prominent relational database in the industry. AWS RDS supports multiple versions of MS SQL server. Below list of supported versions and editions. All these versions support point-in-time restores, and automated or manual backups. DB instances running SQL Server can be used inside a VPC. […]