Tag: SQL Server 2008
If you modify structure of database table which requires the table to be recreated and try to save it in SQL Server 2008, you may receive an error message. …
If you execute a vb script which use SQL-DMO on SQL Server 2008, you will notice that the script doesn’t work at all. You will see the error message …
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 …
Last time, I wrote an article show how to enable remote connection on SQL Server 2005 Express. Now SQL Server 2008 Express is released for a while, it doesn’t …