Category: Administration
Note: This article is applied on installing Microsoft SQL Server Management Studio Express which is used for manage Microsoft SQL Server 2005 Express only. When you are installing Microsoft …
MySQL is one of the most popular DBMS and widely used by many websites as back-end database for storing content. And many people use phpMyAdmin to manage their databases …
If you are a PHP/MySQL developer or administrator who need to test configuration of Apache web server, you may want to setup local Apache web server to test your …
Export Data Wizard On Part 1: Introduction, I mentioned about error messages when you try to restore a database from SQL Server 2008 to SQL Server 2005. You can …
Generate SQL Server Scripts Wizard On Part 1: Introduction, I mentioned about error messages when you try to restore a database from SQL Server 2008 to SQL Server 2005. …
Restore Database From SQL Server 2008 to SQL Server 2005, Part 1: Introduction When you restore or attach a database which is created from SQL Server 2008 to SQL …
When you develop an application using Microsoft Visual Studio, it always requires Microsoft .NET Framework to be installed on clients in order to run the application but the required …
From the previous part, I have created a VB Script that perform backup database task on SQL Server. Next, create a task schedule to execute the script on the …