Viewing 15 posts - 166 through 180 (of 199 total)
Did you even read any of what was written?
March 16, 2023 at 5:57 pm
ok, so that's what I thought. In fact often times I'm not even creating the primary key. I simply create 1 or many unique indexes because it was my...
March 16, 2023 at 3:34 pm
You have to wonder what will happen over time if thumbs up are given to answers with issues.
More job security?
I think you meant this tongue in cheek, but this...
March 15, 2023 at 8:56 pm
A clustered Primary key is a unique clustered index.
If you aren't clustering your primary key and clustering something else instead, your performance could be worse, it could be better or...
March 15, 2023 at 7:02 pm
just had a ton of empty space. We did shrink it to get whatever alert in solar winds to stop so we could avoid addressing it and what disabling autogrowth...
March 10, 2023 at 4:00 pm
I did have an almost 20 tb database a few years ago - 19 Tb anyways that I inherited at a previous job. It stored pictures and tons of metadata...
March 9, 2023 at 11:15 pm
changing page verification to checksum, widening a column, after an irregular large delete or update, after a sql version upgrade, controlling growth of a VLDB (even 15% fragmentation on a...
March 9, 2023 at 9:39 pm
Most likely causes:
Bad statistics in production
Parameter sniffing
Production hardware is different than staging or production hardware is oversubscribed. If UAT is in a dev cluster that is lightly used, it could...
March 9, 2023 at 6:33 pm
For question #1, just do a test. I think that you'll find that the stats take a lot longer because Index Rebuilds only affect/rebuild the columns they actually use. ...
March 9, 2023 at 5:01 pm
I did this as a proof of concept on 2017 and it was pretty ugly getting it to work and to keep it working consistently through failover. The replications were...
March 9, 2023 at 4:22 pm
ChatGPT is DANGEROUS. It always produces results that seem plausible but can be entirely wrong. If you are lucky, it just won't compile. If you aren't it may destroy a...
March 7, 2023 at 4:07 pm
Having worked with timecard and leave reporting in the past, if you are looking for better accuracy with that additional status, I would expect your results to be mixed at...
March 6, 2023 at 5:44 pm
They way he/she is doing it, it doesn't need to be unique. It only needs to reduce the number of records that need to be scanned at low cost.
This is...
February 22, 2023 at 8:52 pm
It depends on the server, but the basic starting point is typically only to do statistics updates every two weeks. Some go more often than that. Dynamics servers I do...
February 22, 2023 at 2:06 am
Ok, so you are asking for scheduling start time rather than refreshing every quarter hour.
Its been a while since I worked with that and I don't remember well enough to...
February 21, 2023 at 8:59 pm
Viewing 15 posts - 166 through 180 (of 199 total)