0 votes
in Azure SQL by
What is similarity between Azure SQL and SQL Server?

1 Answer

0 votes
by

SQL Azure database exposes a Tabular Data Stream(TDS) interface for Transact-SQL-based database access similar to SQL Server instance running on your premises(i.e. Server Room). Using it it is similar to access SQL Azure database in the same way you are accessing database in SQL Server.

...