Viewing 15 posts - 16 through 30 (of 668 total)
Why not use a staging area to load 4 tables and later use a union to create one table
April 15, 2014 at 9:55 am
You forgot to add a space delimiter between names 😉
December 17, 2013 at 1:42 am
You can write a function in SSRS which does a string search operation on the keywords and appends the HTML by <b> and </b>
You can use IIF expression on cells...
December 17, 2013 at 12:36 am
When you say that you have different file formats and file structures, you can leverage the following to design a SSIS package:
Use a...
December 17, 2013 at 12:27 am
Andrew G (12/16/2013)
Have a look for open source BI projects like Pentaho, http://en.wikipedia.org/wiki/PentahoOpen source just means the software is free to use and modify.
The software is free to use in...
December 17, 2013 at 12:20 am
If I understand correct, read the file name using a script task and assign the name to a variable.
Follow this: http://stackoverflow.com/questions/5152671/how-to-load-an-xml-file-into-a-database-using-an-ssis-package
November 29, 2013 at 12:43 am
Markets always welcome good skills both personal and technical. It's upto you to decide. When you say you are good you can measure how many issues you have resolved for...
November 29, 2013 at 12:37 am
What variables are you talking about? You can delete the SSIS variables you do not require for package execution from the designer by edit the dtsx file
November 7, 2013 at 2:21 am
Shout out loud if you need any further info!
November 7, 2013 at 2:17 am
Also, you can design error handling like this:
November 7, 2013 at 12:29 am
Hi Doshan, have you checked this link
If custom error message(s) is the ultimate requirement, in that case you will have to design a custom component with all sorts TRY...CATCH blocks...
November 7, 2013 at 12:10 am
Ravikptel (10/29/2013)
which check if file open while archiving. it will catch that file and throw a log in ssis
Can you re-phrase this text. What is it that you want...
November 6, 2013 at 11:54 pm
Do you know what is SSIS variables and are you comfortable with Execute SQL Task in SSIS?
October 29, 2013 at 3:03 am
Viewing 15 posts - 16 through 30 (of 668 total)