Viewing 15 posts - 7,906 through 7,920 (of 13,876 total)
Mike01 (11/16/2015)
SET...
November 16, 2015 at 12:04 pm
Not sure whether this will work for you, but I do something similar.
I have a project deployed to SSISDB and have configured it so that certain params in the project's...
November 16, 2015 at 11:26 am
dbman (11/16/2015)
Hello,Thanks for reply. I have tried that previously on all columns and its still not importing.
Regards
Not all columns. I am talking specifically about the single column in your...
November 16, 2015 at 9:16 am
dbman (11/16/2015)
I have developed an SSIS package whereby a file is split into a number of tables. I have a conditional split, derived column and data conversion task.
The file is...
November 16, 2015 at 8:49 am
This bit
but VhID and PrID can be the same in one row so long as ExtID is different
Needs to be elucidated.
I read it as
There can be only one row where...
November 16, 2015 at 6:35 am
(1) and (2) – create 2 unique indexes.
(3) needs a little more explanation. Are you saying that it's OK for
VhID ==PrID
and
PrID != ExtID
but only on a single...
November 16, 2015 at 5:09 am
Work from the outside in, loading the tables with no dependencies first. The fact table comes last.
Why? Because the tables closer to the fact tables depend on the existence of...
November 15, 2015 at 2:46 pm
Try
Select top 1 @Var = Col
November 15, 2015 at 4:35 am
Use the RIGHT() function.
Right('0' + col,2)
November 13, 2015 at 4:53 am
If you take the time to post the data in consumable form (see the link in my signature), I will show you how.
A correlated subquery is not required in this...
November 13, 2015 at 3:46 am
Hopefully your framework allows you to set the max concurrent number of executing packages per job.
I'd suggest playing with that number a bit. Start on the low side and gradually...
November 13, 2015 at 12:36 am
That very process was recently described in this thread.
November 13, 2015 at 12:32 am
Also, literal dates are best written in 'YYYYMMDD' format, eg, '20791201', to avoid any possible DMY, MDY confusion.
November 12, 2015 at 11:27 am
Viewing 15 posts - 7,906 through 7,920 (of 13,876 total)