Learn how to maintain the health of your SQL server database with these quick and simple tips.
As a SQL Server DBA, you need to make sure that your database is always in the best of health. This might seem like something challenging, but is...
Read more »
In this article we explain about ERROR 208, why it occurs and how to deal with it.
We often come across situations which seem to be very complicated and challenging but are actually very easy to get out of; provided we think logically. One such...
Read more »
If a database is read-only, you can easily identify the status from the sys.databases or from the SSMS. A well-known fact is that you cannot update data in a read-only database. In this article, we will learn how to troubleshoot and fix this.
Two...
Read more »