

The ability to connect other database instances on the same or remote server.You can create a linked server with one of these methods: by using the options in the Object Explorer or by executing stored procedures.īelow are major advantages of using SQL Server Linked Servers to connect to SQL Azure: With linked servers, you can execute commands against different data sources such as SQL Azure and merge them with your SQL Server database. Linked Server is a tool of MS SQL Server that allows to execute distributed queries to refer tables stored on non-SQL Server datbase in a single query. You can use the Microsoft SQL Server Management Studio to connect your SQL Azure data to an SQL Server instance. NET Framework 4.5 must be installed on the computer.Ĭonnecting to SQL Azure from SQL Server Management Studio using ODBC Driver for SQL Azure ODBC Driver for SQL Azure and SQL Server must be installed on the same computer.Otherwise, configure the driver using the 32-bit version of ODBC Administrator - launch it from %windir%\SysWOW64\odbcad32.exe. For example, if you are using 64-bit SQL Server Management Studio on 64-bit Windows platform, then configure the 64-bit version of the driver using ODBC Administrator launched from %windir%\system32\odbcad32.exe. The driver, studio, and SQL Server must be of the same bitness.
#Azure data studio odbc how to#
Refer to the Driver Configuration article to learn how to configure a System DSN The data source must be a configured system DSN.In order to avoid incorrect integration with MS SSMS, the working environment must meet the following conditions:
