Viewing 15 posts - 6,061 through 6,075 (of 59,089 total)
are you producing striped backup files ? ( Backup database - working with a striped media set ) That may also help to reduce the time needed. (...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2020 at 3:07 pm
But I still can't fathom why you want to send out notices just as their policies expire. What is the business case for that? What is the insured supposed...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2020 at 2:39 pm
Thanks, I'm going to try removing the nonclustered indices. But my problem, I think it is that it is not possible to shrink the mdf file below its initial...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2020 at 2:30 pm
You might want to try out table/index pagecompression to reduce the size
Totally agreed, especially for a database that is becoming "Read Only". Still, row and page compression will not...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2020 at 2:19 pm
Ok. Thank you, Grant.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2020 at 1:40 pm
I previously provided you with a link to the Temporal Tables documentation and it has examples, etc, with different links for different things. Of course, if you want the quick'n'dirty...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2020 at 5:42 am
I've found that too many people apply too much consensus and not enough test code. It's one of the main problems in a lot of IT shops. There's also the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2020 at 4:46 am
Based on what you said about being able to recover from bad deletes and updates, my recommendation would be to setup the tables for System-Versioned Temporal Tables. That means that...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2020 at 4:14 am
Hi Jeff,
I set it to 0, And please, could you answer the other question I asked?
Thanks.
On the above, you might want to check your baseline performance for a couple...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2020 at 4:02 am
Database was 500Gb, 200 GB worth data deleted and then shrink files to reclaim space, backup was taking 2 hours before and still taking same time after database reduced...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 23, 2020 at 3:56 am
Yes Anthony,
It was just the MAXDOP set to 2!! Now it's back to working properly.
Also analyzing the differences with the previous server, I noticed that the Full-Text Upgrade Option...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 22, 2020 at 8:54 pm
I don't know VBA but, looking up the command, I'm thinking that BCP.EXE using the "query out" option might do it for you (and it's nasty fast). I don't know...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 22, 2020 at 8:50 pm
Awesome
The question now is... do you know how and why it works?
https://www.google.com/search?dense_rank+sql+server
--Jeff Moden
Change is inevitable... Change for the better is not.
November 22, 2020 at 7:33 pm
Use DENSE_RANK instead of RANK in pietlinden's code.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 22, 2020 at 7:02 pm
Deleted data and shrink the data files
Understood as to what you've done. Phil's question is what were the conditions before the shrinks? For example, if your database had a...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 22, 2020 at 6:57 pm
Viewing 15 posts - 6,061 through 6,075 (of 59,089 total)