Viewing 15 posts - 1,066 through 1,080 (of 1,118 total)
Check SharePoint List Source and Destination adapters. They are for SQL 2008, but you can easily port them back to SQL 2005. You have the source code included.
November 19, 2008 at 7:25 am
Send Mail Task user interface doesn't support HTML message specification. However you can create a script, which uses the same functionality that the Send Mail Task is based on. Check...
November 19, 2008 at 7:20 am
Amith,
Can you create a script task in the second package, being executed with a script which shows MsgBox of the variable containing the ToLine value? Let's say if the variable...
November 19, 2008 at 7:07 am
Have you seen Script Task Plus? It does provide ability to implement reusable scripts and include your own setup and configuration. It is a light-weight approach, which doesn't require you...
November 17, 2008 at 7:57 am
You can pass variables to the send mail task. Right-click on the task select Properties menu. Scroll-down and find Expressions property. Press '...' and familiarize with the UI. You...
November 17, 2008 at 7:00 am
Can you elaborate more what are you trying to accomplish? Where is this user control going to exist? In SSIS or somewhere else?
November 17, 2008 at 6:18 am
Why not use the standard Send Mail Task?
November 17, 2008 at 6:16 am
Did you do this in BIDS? If yes, this will not be enough when running your SSIS package under SQL Job Agent Step. You have to use "Execute Process" job...
November 14, 2008 at 8:47 am
What you should do in this case is to devise a way to store your package decryption password in your activation key. Just keep in mind this might not be...
November 14, 2008 at 6:00 am
I would recommend when you have multiple issues to create multiple posts for each.
My recommendation for the 2nd issue is to run a script task after it finishes executing the...
November 13, 2008 at 9:15 pm
What you have to do is select the 32bit version of DTEXEC. SQL 2008 includes new option in the SQL Job Agent step setup, which gives you easy setup ....
November 13, 2008 at 9:11 pm
I'm not sure what the Excel destination component is based on, but I'm guessing it uses the same old Microsoft Jet provider. Do you have MDAC installed on this machine?...
November 13, 2008 at 9:01 pm
Execute devenv with RunAs command. devenv is the executable used for BIDS.
November 13, 2008 at 8:55 pm
What is the protection level of the second package? I'm guessing it is EncryptSensitiveWithUserKey. This option will not work, unless you use the same account you have used to create...
November 13, 2008 at 8:53 pm
I would recommend that you take a look at the SSIS script component. You need custom logic and out of the box components cannot provide that kind of processing.
November 10, 2008 at 6:49 am
Viewing 15 posts - 1,066 through 1,080 (of 1,118 total)