Viewing 15 posts - 8,101 through 8,115 (of 59,072 total)
Something else to think about... I needed to be able to use the BULK LOGGED recovery model and I'm pretty sure that both of these methods (CDC and CT) both...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 15, 2019 at 9:28 pm
I believe you're correct in that. However, according to the following link (which is what I have to go by because I've not instantiated either because it was simpler to...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 15, 2019 at 9:24 pm
My personal feeling is that CDC is incredible overkill for simple DML logging of historical data both in complexity of use and design as well as causing excessive duplication of...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 15, 2019 at 4:07 pm
So the Slowly Changing Dimension object turned out to be \"less than ideal\" (in other words, trash). Where is a good place for me to learn how to implement...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 15, 2019 at 5:49 am
The usefulness of this function is not that of rapid execution, but the utility of the result.
I've heard many people speak such words and they're usually the same...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 15, 2019 at 4:46 am
Hi Jeff,
First of all thanks for your input much appreciated. The trigger sounds like an interesting approach although I have heard that they are not good performance wise (I...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 15, 2019 at 12:44 am
Hi
I have below Data . Using Fifo i want to display output
CodeDateDebit AmountCredit Amount
102-10-201920000
104-10-201910000
110-11-201915000
112-11-201940000
114-11-201930000
304-10-201940000
310-10-201920000
310-11-201945000
OUTPUT
110-11-20195000
114-11-201930000
310-10-201915000
Thanks
For future posts, please help us help you. Read the article...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 15, 2019 at 12:34 am
p.s. To answer the question posed in the title of this post, no... not unless you tell it to with an explicit transaction.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 15, 2019 at 12:31 am
Dutch Anti-RBAR League
Just noticed... I DO like your signature line. 😀 😀 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
December 15, 2019 at 12:24 am
Ok... rethinking this a little bit and even though the question was devoid of most information, the fact is that there isn't much people do with hashkey columns except to...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 14, 2019 at 4:42 pm
There is a lot of spam from time to time. Is it possible to add better defense when register new accounts?
I agree... but we've (us frequent users/posters) been asking...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 14, 2019 at 4:26 pm
The client need to update a big table. the UPDATE will be done in the application and the application is using cursor to update the table. I am worrying...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 14, 2019 at 4:12 pm
Heh... "42".
--Jeff Moden
Change is inevitable... Change for the better is not.
December 13, 2019 at 10:33 pm
Another thing to look into is Trace Flag 692 and the problems it solves with "Fast Inserts" that take place in a RBAR fashion. It doesn't cause "sudden growth" but...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 13, 2019 at 10:32 pm
Online index rebuilds could cause the MDF file to grow quickly and leave free space behind once it's completed
There's a way to keep that from happening but you do...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 13, 2019 at 10:29 pm
Viewing 15 posts - 8,101 through 8,115 (of 59,072 total)