Viewing 15 posts - 16 through 30 (of 53 total)
Phil Parkin (5/16/2011)
When it come to mapping of SSIS data type and SQL Server datatype then nchar, nvarchar, sql_variant, xml will be mapped directly to DT_WSTR (SSIS data type). Any...
May 16, 2011 at 10:23 pm
Ninja's_RGR'us (5/16/2011)
Anjan Wahwar (5/15/2011)
Convert to "Unicode String [DT_WSTR]" instead of [DT_STR]What's the difference between the 2? >>> never used ssis b4.
Addition to the difference given by phil:
When it...
May 16, 2011 at 7:25 am
Convert to "Unicode String [DT_WSTR]" instead of [DT_STR]
May 15, 2011 at 11:32 pm
radb4u (5/13/2011)
May 15, 2011 at 11:10 pm
Why not you go for passing 2 parameters that will take value from GETDATE()-7 days to GETDATE()-1 day . This will be better approach than creating table as changing schema...
May 13, 2011 at 4:41 am
Need to detail as your requirement is not pretty clear ..
May 13, 2011 at 4:27 am
If I got your problem correctly then this is the One way to do that:
Write the last modified date in your err-output.txt file. Then at the end of your package...
April 24, 2011 at 3:36 am
Use expressions to generate folder name at run time in the format Name_MMDDYYYY instead of giving hard coded value.
April 23, 2011 at 12:01 am
@Koen
I also want to know the same. It seems, by mistake you gave this post link only.
April 21, 2011 at 5:41 am
Bhavika, What is this FST by the way
April 20, 2011 at 11:46 am
Hi,
One way to do is like this way-
1) Drag n Drop a FileSystem task to the SSIS workflow.
2) Edit it. Specify source and destination connection (Any hard coded excel file...
April 18, 2011 at 10:23 am
bhavika.chauhan (4/18/2011)
While exporting the data , i need to send it to Excel file. While doing so i want to Create a specific folder and then save the excel file...
April 18, 2011 at 12:50 am
You can't change the data type to DT_WSTR directly in the excel source. Better to use Data Type Conversion transformation to transform input into DT_WSTR, which are not supported by...
April 16, 2011 at 11:53 am
Elliott Whitlow (4/15/2011)
April 16, 2011 at 11:33 am
bhavika.chauhan (4/15/2011)
Can you let me know how to use Aggregate transformation to remove duplicate. I tried using Aggregate but it just gave me count of all the columns .
See the...
April 15, 2011 at 8:12 am
Viewing 15 posts - 16 through 30 (of 53 total)