Viewing 15 posts - 4,471 through 4,485 (of 59,087 total)
You can cut out one of the REPLACEs. Look at format # 112.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2021 at 9:31 pm
That's exactly the conclusion that I came to but had to ask. Thanks, Grant.
As a bit of a sidebar, long live xp_CmdShell! 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2021 at 9:17 pm
Have any of you ever solved the problem of something in EE being used to easily identify and delete old files by session without having to jump through a flaming...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2021 at 3:02 pm
So, the answer is "No". You don't know how to determine the code that is causing TempDB to grow.
--Jeff Moden
Change is inevitable... Change for the better is not.
October 21, 2021 at 1:25 am
I agree. I hope people don't read that and think it was the partitioning that did it though. It was the better index that did it. I also state that...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2021 at 8:25 pm
We use enterprise edition.
Yes I think partitioning would be helpful for stats to run fast, but I did not see any performance improvements in the queries.
Normally, partitioning will actually...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2021 at 3:54 am
Performance issues with maintenance tasks like update stats takes forever
This is SQL 2014, so we can have only 1 index on the table..
I tried implementing partitionning in dev,...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2021 at 3:47 am
We have an Access front end with a SQL Server backend. We have inventory that we need to scan and keep track of. Is there a way to scan...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 19, 2021 at 3:43 am
Getting back to the original post... you do know what sys.dm_db_index_physical_stats() is for, correct?
--Jeff Moden
Change is inevitable... Change for the better is not.
October 18, 2021 at 4:34 pm
Dear Jeff Moden, thank you for you kind help! what you said is quite right.
if I ran it on the same server, sometimes it works fine, but sometimes not...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 18, 2021 at 4:32 pm
thank you Jeffrey Williams, the table has clustered index, but when I used "alter table oldtable rebuild" , the table released a lot space, many thanks!
when I did this...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 18, 2021 at 3:07 pm
Thanks for the reply, Stephen. You should keep track of how things go along the way. This migration would make an awesome article .
--Jeff Moden
Change is inevitable... Change for the better is not.
October 18, 2021 at 2:19 pm
I'm having the same problem time-wise. As the old saying goes, "So say we all". 😀
I also have to admit there's great incentive in learning something new if...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 18, 2021 at 2:04 pm
Jim,
Only you can answer a few questions about your article that have been nagging at me because I'd like to do some extra testing by setting up some test data.
You...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 17, 2021 at 2:33 am
I've worked on a big personalisation project that produced a distance score between 250,000 products for 5 million customers. That was 1.25 trillion records generating 37TB of scoring data.
The...
--Jeff Moden
Change is inevitable... Change for the better is not.
October 17, 2021 at 2:07 am
Viewing 15 posts - 4,471 through 4,485 (of 59,087 total)