Viewing 15 posts - 1 through 15 (of 47 total)
when you want to transfer data from test_stage to test_cdc, do you want to do any transformations or just move data from one environment to other?
If you are just...
July 10, 2013 at 5:28 am
See if below way works for you -
The concept I worked on long ago in one of my assignment was we created a control table which will maintain list...
July 10, 2013 at 4:24 am
see if this link helps you - Microsoft OLE DB 12.0 Provider Not Registered
July 10, 2013 at 3:56 am
Case 1. when you say that you have files with 2/3/4 columns, does it means files with 2 columns have always same 2 columns, files with 3 columns have always...
July 10, 2013 at 12:27 am
JoshuaT,
You can refer below link on how to convert spreadsheet to new format.. This script will go in script task.
http://blog.quasarinc.com/ssis/save-as-a-new-excel-file-in-ssis-2012-script-task-using-visual-basic/
You can use variable to read the file name...
July 8, 2013 at 11:59 pm
Not sure about the drivers but see if below workaround works for you -
Add a script task in the package to save/convert .xls file as .xlsx with proper formats...configure...
July 8, 2013 at 7:24 am
Have you tried using DT_Numeric instead of DT_I4?
July 3, 2013 at 7:41 am
Can you try using this.variable("VariableName").value instead of dts? Also, is your variable listed in ReadWriteVariables section of the task?
July 3, 2013 at 7:20 am
Have you done grouping at the query level or report level?
July 3, 2013 at 6:49 am
Please check whether SQL Server Agent Account/account with which package is executing has access to path "\\sharedfolderserver\sharedfoldername". In your designed, SSIS package runs with your own user account however when...
June 17, 2013 at 11:55 pm
well I am able to get this done.. but have a bit short of time to explain you on this right now.. You can check back in 2-3 days and...
April 15, 2011 at 2:29 pm
Thanks Daniel..! It worked for me..! 🙂
March 28, 2011 at 1:16 pm
Thanks tnk!
I really appreciate your help on this and would be glad if you can provide idea even at high level to achieve this. I am not a sharepoint developer...
March 2, 2011 at 8:24 am
Thanks Daniel.!
But the situation is I am displaying these reports in sharepoint site where report parameters are not passed with URL but passed internally. If I use bookmark on sharepoint...
March 1, 2011 at 10:02 am
Thanks GSquared...
but on excel data provider this type of query does not work.. ! It says it requires a parameter but none is provided.
January 21, 2011 at 12:53 pm
Viewing 15 posts - 1 through 15 (of 47 total)