Viewing 15 posts - 2,986 through 3,000 (of 59,086 total)
Bruin wrote:Is there a script that will report savings for Page Compression?
Thanks.
yes - its called "read the manual"
Sometimes, that's difficult because a lot of technical manuals aren't written for...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2022 at 6:01 pm
Thanks...
The monthly tables are queried often..
Ok... how are people doing that when there's one table per month? Are you already using partitioning and, if so, what kind?
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2022 at 5:58 pm
That certainly a possibility. That's more of a "bridge" table. I don't know what else you're trying to track, though.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2022 at 3:12 am
I have a 1.3 terabyte database and growing, in which 1 table a month collects all of the new data... The process is collecting machine data and creates a...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2022 at 2:15 am
How do you intend to track "transactions"? I seem to be that the operator gets a "batch" of fuel and then the operator give that fuel to a single machine. ...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2022 at 2:07 am
Ok... I believe I've got it this time. To summarize, the code solves the problem of NULLs being returned in the "Lag'n'Lead" columns if there is data outside of the...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 14, 2022 at 11:54 pm
My rub on the subject is concerning portable devices. It's not like people religiously change the timezone on their machine and what does datetimeoffset in EF use as a reference...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 14, 2022 at 5:52 pm
p.s. I'm thinking that the LAST_VALUE and FIRST_VALUE functions may be a better choice here. I'll give that a try.
EDIT: I just tried them... Prior to SQL Server 2022, LAST_VALUE...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 14, 2022 at 2:52 am
Crud... just not having a good week here. I just found a bug in my code and had to take it down. 🙁
--Jeff Moden
Change is inevitable... Change for the better is not.
August 14, 2022 at 2:22 am
My point is that deciding to use a DATETIME2 and only storing UTC dates/times only without also storing the time zone offset or time zone information is inherently a...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2022 at 5:14 pm
Interesting... you expect that Developers don't need to learn SQL but you expect the DBA to know C#/EF well enough to help the Developers tune it.
Also, consider...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2022 at 4:43 pm
Our C# developers (who know just enough SQL to be dangerous) write code using Entity Framework and I have trust that Microsoft will generate good SQL. So far so...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2022 at 4:51 am
Post withdrawn. I found the info I was looking for.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 13, 2022 at 12:06 am
One more small thing: if we are dealing with poor database design, sometimes neither tuning nor hardware helps.
That's frequently true with the code itself. Sometimes you've just gotta throw...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2022 at 11:02 pm
We can agree to disagree - but let me ask you this: How can you determine which entry in your table was entered in New York - and how...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2022 at 10:50 pm
Viewing 15 posts - 2,986 through 3,000 (of 59,086 total)