Showing posts with label SQL Database V12. Show all posts
Showing posts with label SQL Database V12. Show all posts

First Post and Presentation for 2016

Happy New Year to all my readers! I promised that in 2016 I would do more blogging and presentations but January is almost over and I haven't done either as yet so I decided to kill two birds with one stone in one week.
Continue Reading →

My Last Presentation For 2015

This Tuesday I will be one of the presenters at the Teleios event: Leveraging Microsoft Azure as part of your Cloud Journey. I will be discussing SQL Server in Azure VMs and Azure SQL Database so you can understand the options available for moving your SQL environment to Azure. Demonstrations will be done using the new Azure portal to show how to set up the environment and migrate databases from on premises to the two Azure options. Another presenter will be demonstrating how to setup a Domain Controller in Azure.
Continue Reading →

Row-level Security Available for SQL Database

Earlier this week, Microsoft made Row-Level Security (RLS) available for SQL Database. This feature, which was released as a preview in January, allows the customer to control who has access to rows in their database table based on a user's characteristics such as identity, role and execution context.  The concept is similar to having  all the data is in one table and then using a query with predicates to decide what data is returned, the query doesn’t change only the values being used in the where clause changes.

Continue Reading →

Community Links