Viewing 15 posts - 2,881 through 2,895 (of 7,168 total)
The demo was done using SSIS 2012 so establish a baseline using the demo exactly as it was implemented, then change it for your environment.
October 23, 2012 at 7:51 am
This is just a pared-down example of a method used by one of the largest open-source development platforms in existence.
And that platform would be...care to share?
October 22, 2012 at 8:31 pm
Which OS and SSIS version are you using? Did you try the demo as-is to ensure your systems can handle the technique before you made modifications for your environment?
October 22, 2012 at 3:49 pm
matak (10/21/2012)
Thanks for the advice about sparse tables and columns - ive never used them before so i will do some reading.
You're welcome.
October 21, 2012 at 8:23 pm
What I think you are after is some guidance creating a data model that supports the industry-data you're trying to support, mining. I tried searching the internet for "standard mining...
October 21, 2012 at 7:52 pm
On second thought...response removed
October 21, 2012 at 6:52 pm
You need the 32-bit driver installed when:
- you use BIDS for development and debugging
- you want to run a package by calling the 32-bit version of dtexec.exe directly
You need the...
October 21, 2012 at 5:56 pm
Using a Web Service Task that writes the results of the call to a file may enable you to get started using SSIS 2012 instead of staying in SSIS 2008....
October 21, 2012 at 5:31 pm
v.sandeep06 (10/9/2012)
I had two servers
server 1 -------SSIS Package is present
server 2----- EXe location
I had SSIS Package in server 1 ,...
October 21, 2012 at 4:14 pm
There are some things included in SSIS that it would be foolish to re-implement in T-SQL. However, if you consider the Windows Batch commands that can be issued via xp_cmdshell...
October 21, 2012 at 2:14 pm
It is a little unclear what you want because your post is a bit fragmented in terms of its sentence structures, but you may be able to achieve what you...
October 21, 2012 at 1:56 pm
The specified DSN contains an architecture mismatch between the Driver and Application.
BIDS/VisualStudio is a 32-bit app. You'll also want to install the 32-bit OPENEDGE driver and create a DSN using...
October 21, 2012 at 1:49 pm
LogParser.exe works for me.
October 21, 2012 at 12:32 pm
Viewing 15 posts - 2,881 through 2,895 (of 7,168 total)