
Concatenate two columns and remove duplication in SSIS
Apr 3, 2013 · Nitesh Rai- Please mark the post as answered if it answers your question Edited byNitesh RaiTuesday, April 2, 2013 9:05 AM Tuesday, April 2, 2013 9:02 AM 0 Sign in to vote Ok, I create a …
SSIS error: Failed to retrieve long data for column.
Mar 24, 2011 · What is the data type shown in the excel source advanced editor for the output column description? Is it DT_NTEXT? Nitesh Rai- Please mark the post as answered if it answers your …
Overwrite data in Excel Destination - social.msdn.microsoft.com
Sep 29, 2009 · The task I am trying to accomplish is to take an existing Excel 2003 file that has one sheet with data and another with a pivot table that pulls from the data sheet and refresh data sheet …
Run Trace on Azure Database? - social.msdn.microsoft.com
Nov 21, 2016 · You cannot run a trace against a SQL Azure Database and cannot use SQL Server Profiler or SQL Server Distributed Replay either. You have the option to use the Query Store.
Change image bit depth - social.msdn.microsoft.com
Jul 21, 2011 · Answers 0 Sign in to vote thanks for replay , but how this will help "i just want easy and simple way to convert to 8bit"
How to setup a Package Configuration when all instances (DEV, Test ...
May 6, 2010 · We would like to migrate changes (package) between dev, test, prod using the package configuration so there is no need to manually update connection strings etc. However our dev, test, …
Build without Buildnumber - social.msdn.microsoft.com
Nov 26, 2010 · Thanks for your replay. All your participation and support are very important to build such harmonious/ pleasant / learning environment for MSDN community. If you have any further concerns, …
SSIS 2012 transfer child package variable values to parent package
Jan 22, 2016 · Step2: Have a script task in child package. Type var_capture_child_value in the script task editor as readwrite variable and set its value in the code. Don't create any variable …
how to do Age calculation expression in derived column
May 9, 2011 · I have do substration of Dateof joining and dateofbirth in deruved column expression.How can I the give the expression in the derived column and get that age calculation done.
How to run an exe file in another machine....
Jan 13, 2012 · I am working on c#.net...i wanted to run a exe file in remote machine from local machine.i'm not able to invoke the .exe file in the remote machine..i found some codes and tried..but …