Viewing 15 posts - 61 through 75 (of 213 total)
You can't customize the Send Mail Task to do that, but there are a number of different approaches you can take to do this.
1) Replace the Send Mail Task in...
September 14, 2009 at 8:46 am
Take a look at this.
http://blogs.msdn.com/michen/archive/2007/03/15/ssis-debug-disabled.aspx
September 14, 2009 at 8:08 am
There are a number of ways to accomplish this. Here's one way. You'll need to do 2 things, both of which there are plenty of examples of...
September 10, 2009 at 11:31 am
What's the exact error message and where does it occur?
What is the data type of the of the column in your source query's WHERE clause?
September 10, 2009 at 10:10 am
Most likely the machine you're trying to run the package from doesn't have Integration Services installed on it.
September 3, 2009 at 11:12 am
A Derived Column or a Script Component would work fine.
You could also create a table in your database that stores these text values with a numeric id and use a...
September 1, 2009 at 8:36 am
Check the box "Column names in the first data row" in your flat file connection manager editor's General tab.
September 1, 2009 at 6:59 am
First of all, you shouldn't be using the Active X Script component at all. This component exists only for backward compatibility with DTS.
Instead, you should be using...
August 31, 2009 at 2:30 pm
Yes, you can validate the XML. Google ".net validate xml" for examples.
August 21, 2009 at 10:51 am
I don't know what your regional date settings are, but I'm going to assume that the Data Conversion component doesn't like the periods (.) in your date string.
Changing your Derived...
August 21, 2009 at 10:39 am
Yes you can. It's the first option in the configuration type drop-down box when you create a new package configuration.
August 21, 2009 at 6:44 am
Your XSD will let the XML Source know that these elements may be there.
If the elements don't exist in the XML Source, your Data Flow will not blow up because...
August 20, 2009 at 10:45 am
This should work, just keep in mind that it will store dates in GMT. In your example, 1997-10-16-04:00 will be stored as 10/16/1997 5:00 am during Daylight Savings...
August 20, 2009 at 10:29 am
Do some research on SSIS package configurations. It's exactly what you need.
August 20, 2009 at 9:59 am
If the UTC offset in your date remains -04:00, the date will default to 9:00 pm the previous day in the Pacific time zone only while you're in Daylight Savings...
August 20, 2009 at 8:48 am
Viewing 15 posts - 61 through 75 (of 213 total)