Viewing 9 posts - 1 through 9 (of 9 total)
Thanks Dave for your suggestions.
December 22, 2010 at 1:20 am
I believe that this solutions will work out well.
It is assumed that the columns listed in the predicate are unqiue.
ie.
[Table A].Col1 = ColA1
...
December 21, 2010 at 3:30 am
yes my mistake. Truncate vs delete..Guess you are right 🙂
Thanks
December 20, 2010 at 6:59 am
Thanks Grasshopper for the input. Indeed the system is already in production. Hence would need to opt for an alternative solution...
December 20, 2010 at 6:40 am
Prefer not to include an association between tables and the temp tables.
Would like to avoid changes in schema plus the temp table is just a temporary persisted table. This...
December 20, 2010 at 6:34 am
Thanks for your feedback stewartc-708166.
I believe that the problem with the suggested approach is that there is no means how to relate TableX with #Temp.
With the aim to explain my...
December 20, 2010 at 5:35 am
@celko. I would keep the null dates as nulls and exclude them from the query.
Then use...
December 19, 2010 at 9:07 am
From first looks I would try to avoid dynamic SQL and the where 1=1 looks inappropriate.
December 19, 2010 at 9:04 am
Thank you for this great article.
I am migrating my skills from relational database development to dimensional modeling. The transition is slightly non straightforward since I have been working with...
December 19, 2010 at 6:26 am
Viewing 9 posts - 1 through 9 (of 9 total)