SQL Server 2005 Express - DTS Confirmed
Posted By : todd sharp Posted At : January 16, 2007 12:37 PM Posted In: SQL
6
As a quick follow up to yesterdays post, I have confirmed that the DTS Wizard that us SQL Server 2000 users know and love is in fact available for use with SQL Server 2005 Express. Go here and download the Microsoft SQL Server 2005 Express Edition Toolkit SP1. Install the tools and hit C:\Program Files\Microsoft SQL Server\90\DTS\Binn\DTSWizard.exe and you'll get the good old Import/Export Wizard. You can also associate the wizard as a 'Tool' within SQL Server Management Studio Express which saves you a little time when you need to import/export. Unfortunately you still can not directly select an object and import/export but the fact that you can still use the tool makes me happy.



Then again, if the system works fine as is (e.g., using 2000), why change?
Express
Helps to make complete SQL dump of tables structure and data.
As if the SQL Server Express Edition dropped classic DTS from 2005, say, a couple of docs addressed you have to install the 2000 compatibles for classic DTS; anyhow, from SP1 (at least to SP3) to 2005 you may "accidently" have DTS Wizard installed if you previously configured your 'Microsoft SQL Server 2005 Tools' properly, e.g., with the 'Business Intelligence Development Studio' component (aka 'setup.exe ADDLOCAL=SQL_WarehouseDevWorkbench' if you prefer the command line) ...
If you were NOT lucky enough to have the 'Business Intelligence Development Studio' component installed with 'Microsoft SQL Server 2005 Tools' like me, and see nothing by the name 'Microsoft SQL Server 2005 Tools' in 'Add/Remove Programs', you may have to rely upon the registry, since a key SystemComponent=dword:00000001 prevents it from showing up; try to either temporarily remove this key, or run 'MsiExec.exe /I{7B59F8B5-A9DD-4162-BFB4-5A48F0958F91}' alternatively, you then have another chance to check the box by the name ''Business Intelligence Development Studio' and have your DTS Wizard as expected ...