Screencast: Migrating to a Contained Database in SQL Server 2012 or later

Via this post, you can watch an interesting screencast, about Migrating to a Contained Database in SQL Server 2012 or later.

 

Introduction: What are Contained Databases in SQL Server?

Contained Databases is an exciting new feature, originally shipped with SQL Server 2012.

Among other, it introduces a more robust security model where you can access databases without using SQL Server Logins. You just need to use the Contained User and you can have full access to the database.

This allows you to easily migrate Contained Databases to other instances of SQL Server 2012 without having to worry about any SQL Server logins, orphaned users, etc., for the simple reason that SQL Server Logins are not necessary when using Contained Databases!

I have just prepared a screencast with live demos showing how you can migrate an existing database to a Contained Database and thus achieve portability.

I’m making the screencast available here as well as on “SQLNetHub TV“:

Wishing you Happy Holidays and a Happy New Year!!!

 

Watch the Screencast Here – Migrating to a Contained Database in SQL Server

 

Learn Essential SQL Server Administration Tips

Check my online course, titled “Essential SQL Server Administration Tips (Hands-On Guides)“.

Via this course, you will learn essential hands-on SQL Server Administration tips on SQL Server maintenance, security, performance, integration, error handling and more.

Essential SQL Server Administration Tips - Online Course with Live Demonstrations and Hands-on Guides
Essential SQL Server Administration Tips (Hands-On Guides)

Learn More

 

Featured Online Courses:

 

Read Also:

 

Check our other related SQL Server Administration articles.

Subscribe to our newsletter and stay up to date!

Check out our latest software releases!

Check out Artemakis’s eBooks!

 

Rate this article: 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)

Loading...

Reference: SQLNetHub.com (https://www.sqlnethub.com)

© SQLNetHub