Importing and Exporting with SQL Server 2005 Express
Posted by Johan Cyprich on 18 Jul 2007 | Tagged as: How To
When I’m writing applications to manipulate SQL Server databases, I frequently need to back up and restore tables in the database. This wasn’t a problem in SQL Server 2000 with the SQL Server Enterprise Manager, but there is no option to do this in the default installation of SQL Server 2005 Express. The full version [...]