About 50 results
Open links in new tab
  1. Azure SQL Pricing and Billing - social.msdn.microsoft.com

    May 8, 2014 · You can access the usage details of Azure SQL Database accounts through system views on the Azure SQL Database server. Thesys.database_usageview lists the number, type, and …

  2. Cannot Deploy SQL Server Database to Azure SQL

    Dec 19, 2017 · To test the Azure SQL Server, I created a database and added a table and connected to it through SSMS and a Microsoft Access ODBC Connection. I am using SQL Server 2016 (not …

  3. Improve performance of SQL databases in Elastic pool

    Jan 26, 2017 · There is a SQL DB update planned that will allow a Basic pool to be resized directly to a Standard pool (and vice versa and to/from Premium pools too) in order to avoid the extra step of …

  4. Azure IAS, PAS - social.msdn.microsoft.com

    Aug 20, 2016 · Azure can be IaaS, PaaS or SaaS. depending on what you create. for example if you create virtual machines, they would be IaaS (infrastructure as as service) or you can create Azure …

  5. Azure Private DNS Forwarder - social.msdn.microsoft.com

    Nov 30, 2018 · I was looking at the available cmdlets for the new Azure private DNS zones. I do not see a way to set a Forwarder? The documentation states that Conditional Forwarding is not available, but …

  6. connecting SQL Azure through proxy - social.msdn.microsoft.com

    Aug 26, 2010 · Thus, I found problem when connecting from SSMS R2 to SQL Azure. Could somebody advise how to connect to SQL Azure through proxy? Moved byYi-Lun LuoWednesday, August 18, …

  7. azure database and SQLServer studio users/credentials do not work

    Mar 31, 2015 · Please if you could help I would appreciate it. I loaded the Adventure DB to Azure but when I tried to connect to it through SQL Server studio I do not have access to it. But if I created a db …

  8. TransactionScope () in Sql Azure - social.msdn.microsoft.com

    May 10, 2013 · Does Sql Azure support using TransactionScope () when performing inserts? Below is a code snippet of what I am trying to do.

  9. SNAT Pool - How does this work? - social.msdn.microsoft.com

    Jun 13, 2017 · You can't connect Azure SQL Database to a VNET. It is, however, worth noting that the SQL Database service creates a firewall at the server-level that prevents external applications and …

  10. Foreign key constraint ignored during copy activity using Azure Data ...

    Jan 13, 2015 · I created a pipeline with 2 copy activities to transfer data from on premises tables (say A,B) to sql azure tables. B has a foreign key constraint on A's column in on premises database as …