-
Understanding SQL Server Roles: Server Admin vs. Sysadmin
31 August 2023Introduction Managing a SQL Server environment involves various roles and responsibilities. Two key roles in this context are the “serveradmin” and “sysadmin” (System Administrator). Recently one of my friend was…
-
How to set Maximum Memory for SQL Server
One crucial aspect is setting the maximum memory for SQL Server. Recently one of my friend was asked this question in an interview. In this blog, we’ll explore why this…
-
Understanding SQL Server Permissions: GRANT vs. WITH GRANT
Introduction We’ve ever worked with SQL Server, we’ve probably encountered the need to manage permissions. Permissions control who can access and manipulate data within a database. Two commonly used SQL…
-
Renaming a SQL Server Database in an Always On Availability Group
11 August 2023Introduction Renaming a database in SQL Server that is part of an Always On Availability Group requires careful planning and execution to ensure minimal impact on the availability and functionality…
-
Unable to open the “Properties” window for databases on the Managed Instance
7 August 2023Issue Definition Unable to open the “Properties” window for databases on the Managed Instance using SSMS. Getting error message. Error message Subquery returned more than one value. This isn’t permitted…