Viewing 15 posts - 7,936 through 7,950 (of 13,882 total)
Assuming that they are both still changing and that these changes need to be reflected in the reporting server, I would keep them separate.
Consider using replication to keep the DBs...
November 11, 2015 at 5:20 am
A bit off topic, but why are you casting the dates as varchars?
November 10, 2015 at 12:25 pm
SQL.AP (11/10/2015)
November 10, 2015 at 4:12 am
system243trd (11/9/2015)
November 10, 2015 at 2:51 am
aikman2222 (11/10/2015)
I have two columns in my source data, Created and Change that I want to check against.
I have succed it with a Stored Procedure:
where
cast(o.created as date) >=...
November 10, 2015 at 2:38 am
aikman2222 (11/10/2015)
Am a newbie in SSIS and need help with following:
Have a load and the last step in the Control Flow I update LastImportDate in a Table
update ParamSettings set
value...
November 10, 2015 at 1:14 am
SQL.AP (11/9/2015)
One package is calling various child packages. I want to remove any physical dependencies and execute...
November 10, 2015 at 12:47 am
I just created a very simple script component source.
public override void PreExecute()
{
base.PreExecute();
...
November 10, 2015 at 12:43 am
SimonH (11/6/2015)
That's the plan,
However
If a company has a warehouse say in Southampton, and they were sending
packages from Manchester say every day/every hour.
The Manchester and Southampton addresses are going...
November 6, 2015 at 5:16 am
SimonH (11/6/2015)
I Have a table which I've de-normalized for my DimDestinationLocations. see Below

How ever due to the amount of potential repeating rows I'm tempted to
load out the distinct address's into...
November 6, 2015 at 3:42 am
Nice article, Andy.
I assume that you will be adding some parameters to your 'variables and parameters' package in a later article?
Building variable expressions which use the values of parameters passed...
November 6, 2015 at 12:45 am
I appreciate the fact that you took the time to post back with your success story 🙂
And it's great to hear that you were able to build a working solution;...
November 6, 2015 at 12:32 am
ArcticEd32 (11/5/2015)
kaj (11/5/2015)
November 6, 2015 at 12:14 am
JustMarie (11/5/2015)
November 5, 2015 at 1:04 pm
kaj (11/5/2015)
November 5, 2015 at 11:13 am
Viewing 15 posts - 7,936 through 7,950 (of 13,882 total)