ODBC client driver for MSSQL database on AWS Cloud

Tan Wei Yean 116 Reputation points
2021-05-05T01:23:44.247+00:00

I would like to check if I need to install ODBC client drivers to access my MSSQL database on AWS cloud. Do I install the same client drivers that is used for database that is on premise?

SQL Server Other
0 comments No comments
{count} votes

Accepted answer
  1. Tan Wei Yean 116 Reputation points
    2021-05-05T06:08:45.22+00:00

    Thank you for your reply. Any special configuration or parameter for accessing database on cloud?


2 additional answers

Sort by: Most helpful
  1. Olaf Helper 47,436 Reputation points
    2021-05-05T05:29:42.71+00:00

    Do I install the same client drivers that is used for database that is on premise?

    Yes, it doesn't matter where the SQL Server is hosted, we always use the same data provider to access SQL Server.

    0 comments No comments

  2. CathyJi-MSFT 22,396 Reputation points Microsoft External Staff
    2021-05-05T06:13:51.937+00:00

    Hi @Tan Wei Yean ,

    > if I need to install ODBC client drivers to access my MSSQL database on AWS cloud. Do I install the same client drivers that is used for database that is on premise?

    Yes, you are right. You need to install the same client drivers. It doesn’t matter where SQL server is hosted as Olaf mentioned.

    Suggest you check the SQL server version and OS environment( Windows or Linux or macOS), before download ODBC Driver for SQL Server. Please read the MS document Download ODBC Driver for SQL Server and System requirements, installation, and driver files.

    > Any special configuration or parameter for accessing database on cloud?

    Did you use SSMS connecting to SQL database on AWS cloud? There is no special configuration.


    If the response is helpful, please click "Accept Answer" and upvote it, as this could help other community members looking for similar queries.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.