Viewing 15 posts - 1,036 through 1,050 (of 1,118 total)
You cannot use SSIS with SQL Express. The SSIS components themself are not included with this edition.
Having said that, you have 2 options:
1. Deploy better equipped version of SQL 2005...
December 9, 2008 at 1:48 pm
Have you tried using wildcards (*, ? ) ? You cannot specify them in the File Connection manager dialog. Right-click on your connection manager and select Properties. And then change...
December 9, 2008 at 1:27 pm
Check this message thread:
http://www.sqlservercentral.com/Forums/Topic423760-148-1.aspx
This is a known issue with Excel data provider.
December 2, 2008 at 12:16 pm
You can start SQL Job using script task, after you finish loading your dimensions - last step in your package execution. Check this script for ideas how to use SQL...
December 2, 2008 at 12:12 pm
Sudheer mentioned he doesn't have good programming skills and YES CozyRoc provides commercial products, which simplify and enhance the development experience. Do you see something wrong with that?
December 1, 2008 at 2:54 pm
SSIS+ is commercial library.
December 1, 2008 at 2:29 pm
You have to install SSIS+ 1.3 library. You can download it from here. After you install, read the instructions after the installation how to enable the task in your control...
December 1, 2008 at 1:23 pm
If you don't want to write any script, check the Zip Task.
December 1, 2008 at 9:28 am
Check also DTS xChange.
December 1, 2008 at 9:27 am
You can implement this with a script task. The script task can be run at the end of your package execution and it will use the SQL Job Agent API...
December 1, 2008 at 9:24 am
Are the source Excel files with same structure (number of columns, meaning, etc)? If that is the case, it will be easy. You have to setup data flow task with...
November 28, 2008 at 2:58 pm
I don't know what component you are looking at, but what you have to do is insert Data Flow Task and then check your destination components for: SQL Server Destination....
November 26, 2008 at 8:21 am
You can do DB to DB. There is no limitation. Give it a try. It will probably take not more than 10 mins to setup. Post back your results.
November 26, 2008 at 7:42 am
Your problem is not that only one CPU is used. Your problem is that you use OLEDB destination component. This is the slowest possible way to insert. What is the...
November 26, 2008 at 7:20 am
Viewing 15 posts - 1,036 through 1,050 (of 1,118 total)