Fix SQL Server Error 15174: Login owns one or more database(s). Change the owner of database(s) before dropping the login.
I came across Microsoft SQL Server error 15174 while dropping a login. As error suggests, the login which i want…
I came across Microsoft SQL Server error 15174 while dropping a login. As error suggests, the login which i want…
Sometimes AOAG configuration stuck in resolving state and its secondary Replica does not come online. When you check the Alwayson…
Have you ever thought how SQL Server controls the size of packets which are send over the network. There is…
Today, I got a requirement to limit the number of concurrent user connections on a SQL Server Instance. SQL Server…
SQL Server is memory intensive database system and most resource intensive operations in SQL Server are DISK IO operations. SQL…
Today, i am going to discuss about virtual log files in SQL Server and query to find number of virtual…
Have you deep dive into SQL Server checkpoint process like what checkpoints are and how they work? Here is an…
Today, i will talk about SQL Server Transaction Log File Architecture. As we know, every database must have at least…
SQL Server data files, pages & extents are very much related to each other. These are architectural terms which are…
Have you ever thought how to protect stored procedure codes deployed on your SQL Server Instance? When deploying applications to…