Optimize SQL Databases with Microsoft SQL Server Management Studio
A previous article talked about how to shrink a database manually to optimize it. This is a good way to do it, but it requires to run a query, which … Learn More
View ArticleRepair and Optimize MySQL Databases with WebsitePanel
In this article I will explain how to repair and optimize MySQL databases with WebsitePanel. Overview Databases need maintenance from time to time. If you ever need to repair your … Learn More
View ArticleEnable Statistics for MySQL Databases in WebsitePanel
Statistics are very important because you can see the status of a database or how big a database is. In this article I will give you a step by step … Learn More
View ArticleRename MySQL Databases with PHPMyAdmin in WebsitePanel
Recent versions of phpMyAdmin allows you to change the name of the database. In this article I will give you a step by step guide on how to rename MySQL … Learn More
View ArticleCorruption Detection for SQL Databases
Application databases contain useful and crucial information. However how do you know if the data is not corrupted? How do you know if the data is recoverable in case of … Learn More
View Article