SQL SERVER – Introduction to SQL Azure – Creating Database and Connecting Database

I recently logged into new Azure Portal and I really think the product team has done excellent job to make it user-friendly and self intuitive.

Here are the quick steps I have done after I logged into the portal here:

  • Purchased subscription
  • Created Server
  • Created Database
  • Connect using Database

Honestly it is that simple. Here is the screen representations of the same.

 

SQL SERVER - Introduction to SQL Azure - Creating Database and Connecting Database azure2

SQL SERVER - Introduction to SQL Azure - Creating Database and Connecting Database azure3

SQL SERVER - Introduction to SQL Azure - Creating Database and Connecting Database azure4

SQL SERVER - Introduction to SQL Azure - Creating Database and Connecting Database azure5

Here you can specify your current IP address in start and end range. This way only from your IP you can connect to the server.

SQL SERVER - Introduction to SQL Azure - Creating Database and Connecting Database azure6

I have noticed that one developer kept the IP Range Start: 0.0.0.0 and IP Range End: 255.255.255.255 so he can connect to the database from any IP in the world. I strongly advise against this as this can be really big security issue for you.

SQL SERVER - Introduction to SQL Azure - Creating Database and Connecting Database azure7

SQL SERVER - Introduction to SQL Azure - Creating Database and Connecting Database azure8

SQL SERVER - Introduction to SQL Azure - Creating Database and Connecting Database azure9

SQL SERVER - Introduction to SQL Azure - Creating Database and Connecting Database azure10

Now you can directly connect to your Azure using [Writeyourservername].database.windows.net.

SQL SERVER - Introduction to SQL Azure - Creating Database and Connecting Database azure11

You can connect using either Azure Portal or SSMS.

Reference: Pinal Dave (https://blog.sqlauthority.com)

Previous Post
SQLAuthority News – Pluralsight On-Demand FREE for SQL Server Course
Next Post
SQL SERVER – 2012 – Executing Stored Procedure with Result Sets

Related Posts

No results found.

Leave a Reply