Viewing 15 posts - 1 through 15 (of 40 total)
My 2 cents here , which are similar to above and some more.
Approach 1 : Follow an INSERT only model.
Insert all incoming rows with a flag mentioning the latest ones...
April 26, 2019 at 9:16 am
Thanks for the help guys.
December 20, 2018 at 2:28 am
What I am interested to understand and learn is , the issues that one might face in going down this path .
Performance
Etl load time
Report run time
December 12, 2018 at 5:37 pm
The revisios
Posting some more updates on one of the the fact tables :
Some of the properties about the fact table are
December 19, 2017 at 10:57 am
Hi All
Thanks for your replies and thanks Jeff Moden for the extensive research.
Yes the question was related to a fact table design.
The background :...
December 18, 2017 at 10:52 am
Bringing an old topic alive , this is what I am thinking .
We have a fact table that is , say 1000 columns wide and then lets say...
December 12, 2017 at 1:26 pm
Yes Jez we have that implementation too . Thanks for suggesting that .
I like Jeff's idea.Will do it that ways .
April 27, 2016 at 12:21 pm
we created a primary key on the table, and looks like, it has helped .
March 8, 2014 at 5:10 pm
studied the mcts book thoroughly for a month and solved some dumps from net.
February 8, 2013 at 1:25 pm
your variable in app must be geting overriden by some other value assignment. check the variable that you are using to call the proc.
October 17, 2012 at 11:34 am
Turn on the SQL Server Profiler and then run your app. You will get to see the exact statement that is throwing error. It will help debugging the issue.
October 17, 2012 at 3:44 am
Thanks for your reply Sam . However I do want to know if there is a performance difference between updating all columns and updating 1 single column in a...
October 15, 2012 at 9:04 pm
Production stats are pretty much uptodate.
August 16, 2011 at 1:51 am
Jannie-186227 (7/26/2011)
HiHowever, a good start is understanding a query plan.
Yes that is what is a good starting point.
Steps:
1. Analyse the query plan in case its a single query: Go...
July 26, 2011 at 12:42 am
Viewing 15 posts - 1 through 15 (of 40 total)