Best practices to configure the index create memory setting in SQL Server June 15, 2016 by Ashish Kumar Mehta Introduction The Index Create Memory setting is an advanced SQL Server configuration setting which the SQL Server database engine uses to control the amount of maximum memory which can be allocated towards the creation of an index. In this article, we will take a look at the steps to resolve the below mentioned error message. Read more »
How to migrate users to a partially contained database in SQL Server June 13, 2016 by Ashish Kumar Mehta Introduction Microsoft introduced the Contained Database feature in SQL Server 2012. In this article we will take a look at how to migrate SQL Server Logins to a partially contained database in SQL Server to remove dependencies from the Instance of SQL Server where Contained Database resides. Read more »