How to Change Database Default Locations in SQL Server?
Sometimes, we need to change default database File locations to some other path in SQL Server. If you have configured…
Sometimes, we need to change default database File locations to some other path in SQL Server. If you have configured…
We should always monitor system resource utilization of our database servers and make sure that these utilizations should not exceed…
Memory is one of the important system resource that SQL Server uses to process their transactions. Sometimes, your server might…
Changing SQL Server Instance name is not a routine task. Although, sometimes we get requirements to change SQL Instance name.…
Sometimes we need to change the name of the server or computer on which SQL Server instance is running. Once…
I got this error 15190 while renaming SQL Server Instance name. I was not able to drop the existing SQL…
Today, I got error 1105 on one of the database server. We were processing some bulk transactions on a database…
Yesterday, one of my teammate was facing an issue while enabling a server level parameter using T-SQL command sp_configure. He was trying…
Have you ever thought when SQL Server instance was installed on your machine? If you don't have idea about finding…
Recently a user has reported error 18452 while connecting to database server. Full description of this error is given below:…