Viewing 15 posts - 3,001 through 3,015 (of 59,098 total)
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
Thanks for all the feedback everyone. Appreciated.
Me, I love tuning queries.
Yes Jeff, working on the new book. Chapter 20 right now, Graph data.
@Grant ,
Awesome... I don't...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2022 at 4:24 pm
Having just written an article about UNIX TimeStamps, I'd done a whole lot of research on them and was just having a bit of fun here because it was fresh...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2022 at 4:23 pm
Really nice article for those that need to use such a thing. With that being said, PLEASE don't take the following rant as any kind of demeaning of your fine...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 12, 2022 at 2:20 am
Viewing 15 posts - 3,001 through 3,015 (of 59,098 total)