Viewing 15 posts - 256 through 270 (of 1,353 total)
While there's always an exception, I've not yet seen where separation to multiple tables actually solves anything such as what the OP has portrayed except to justify the need...
March 6, 2018 at 10:11 am
March 6, 2018 at 4:25 am
This might be a case where it depends what you want to do with the data and no obvious clear answer at the outset. An example to compare it to...
March 5, 2018 at 5:06 am
Still does not answer the question. What is the justification for essentially copying 500 tables to a second location?
We have found a replicated version necessary for...
February 20, 2018 at 8:32 am
Even then, you have two different paradigms that people need to be good at not to mention moving a shedload of data on a regular basis or smaller but...
February 19, 2018 at 7:49 pm
And I'm still having a really hard time understanding why someone would put a DW and the source data on two different RDBMSs and then also have the requirement...
February 19, 2018 at 6:20 pm
I'm not with Jeff on the "well designed triggers". Well designed triggers exist in one place in the world. On the systems he supports.
If...
February 19, 2018 at 1:39 pm
Primary function of these audit columns is to help load data from oltp to data warehouse using insert/update audit columns using ssis. Thought about cdc, but they find this...
February 19, 2018 at 11:19 am
As for avoiding triggers, I think that too many people make the recommendation to avoid them because too many people have written poorly performing queries and the old wive's...
February 19, 2018 at 7:07 am
I'm uncertain whether you need to build a data warehouse or a database. Based on what I'm seeing, you may want to assume that you're building a database that will...
February 16, 2018 at 11:54 am
Have you tried updating the FK column values to NULL before deleting the rows?
He already stated that this was the approach that worked for him.
February 16, 2018 at 4:44 am
Just for curiosity sake, are you able and allowed you tell what the tables are. In all my design years, I can't recall something like this. I would just like...
February 15, 2018 at 8:14 am
I find the same. I tell my bosses I don't single task well. I need to have multiple things to work on. When I only have one thing to work...
February 10, 2018 at 9:04 am
And, no... there's no way that I'd use SSIS for any of this. It's just not necessary
Completely disagree. SSIS inserts large row counts this very well. I can...
February 8, 2018 at 7:49 am
I would suggest that you alter the data type for your landing tables to be nvarchar. This should resolve the issue. You can change it after that as you stage...
February 7, 2018 at 10:18 am
Viewing 15 posts - 256 through 270 (of 1,353 total)