In this series, i am gonna teach you how we can develop RESTful API in Asp.Net and how we can consume this RESTful API in Xamarin.Android. In the first episode, i will create SQL database in Azure portal. Azure SQL Database Rest API RESTful Xamarin.Android
Let’s login to Azure new portal and create a SQL database. For creating a database on Azure portal, you have to fill in some details of it. Give a name to your database, subscription name, resource group whatever you want to use, blank database and a Server. Click Servers, if you...
I will tell you the steps of creating an Azure SQL Database as PaaS (Platform As A Service ). Azure SQL Database has some difference with the On premises SQL Server. I will going to explain details of many of these difference in my later articles...
In this exercise, you will create a new SQL Azure database or use an existing one created in a previous lab. You will then modify the database firewall to ensure you can easily connect and interact with the data in the database. Note: If you already created a SQL Azure database serve...
Create a pipeline in Azure Data Factory. Add a Copy Data activity to the pipeline. In the Source tab of the Copy Data activity, select the CSV schema file as the source dataset. In the Sink tab of the Copy Data activity, select the SQL Server table as the sink dataset. ...
I signed up for Azure fundamental online course recently. While running the exercise on SQL database creation using the Sandbox option, a message popped up on the screen. ‘You don’t have permission to create a database. You will be billed by end of the month”. It surprised me be...
If you have SQL Server 2017 running on Linux operating system and you try to create a database pointing to Azure blob storage using following statement it may fail with Msg 1802 error USE master CREATE CREDENTIAL [https://<mystorageaccountname>.blob.core.windows.net/<...
Elastic pooling a cost-effective feature in the Azure SQL Database. If you are running multiple databases on one server, you can share the DTUs and storage between these databases. This feature is important when you are having multiple databases on a server. ...
and Premium tiers of Azure SQL Single Database. Provisioning is one component of maximizing the value of your deployment - licensing is another. In this episode with Matt Gordon, we'll walk through the differences between licensing by DTU and by vCore and talk about what m...
Azure Data Lake Analytics comes with a master database. In the previous part of this Azure Data Lake Analytics series, we created a data lake analytics account, set up a visual studio and created a sample U-SQL application on sample data. It is assumed that this setup is already in place...