Viewing 15 posts - 1 through 15 (of 39,489 total)
You might have a different collation in tempdb. That's often a source of problems.
You can add the COLLATE clause to your query to force a certain collation.
https://learn.microsoft.com/en-us/sql/t-sql/statements/collations?view=sql-server-ver17
October 15, 2025 at 8:33 pm
Ugh, this is not the season I wanted. Lamb being out is killing me.
October 15, 2025 at 2:50 pm
I'll drop this here. Low cost: https://vertabelo.com/
Redgate just acquired this.
Disclosure: I work for Redgate.
October 15, 2025 at 2:47 pm
To me, this is why you need a curated data set and a separate sandbox for dev work. Unless this is data fixing customer service work, the client should provide...
October 15, 2025 at 2:45 pm
Lol, I think it depends if you're the person attempting to purchase a beverage or vote or the person approving them. The license holder would prefer Feb 28. The legally...
October 15, 2025 at 2:39 pm
Have to check the logic, but likely there is some filter (WHERE) looking for certain rows that is missing things. I've had similar issues when someone assumes a process is...
October 15, 2025 at 2:37 pm
Thanks for the followup and glad you fixed it.
October 15, 2025 at 2:35 pm
As DesNorton notes, if you want a full period then normalize to midnight, as opposed to someone using sysdatetime or DateTime.Now() as a parameter. I would document and decide if...
October 15, 2025 at 2:35 pm
Thanks for the followup. I was thinking datatypes as I read the first post today, as this can sometimes be an issue.
The other thing I had in a baseball database...
October 15, 2025 at 2:32 pm
Are these both Windows auth credentials? I don't think you can easily do this as there is a single account running the overall package.
Can you use SQL Auth for one?
October 15, 2025 at 2:25 pm
Yeah, need to specify a version here. I used SQL 2022 and that shows this reacts differently.
100 was the value for a few years, but I think that is different...
October 15, 2025 at 2:13 pm
PRs are a good way to try and catch issues early. Running all deployed code through a PR doesn't necessarily prevent what you've listed, but it does give someone a...
October 14, 2025 at 5:58 pm
Wow. The silence indicates whoever reads these post has not given much thought to finances and retirement. The sooner you think about it and make financial plans the better...
October 14, 2025 at 5:57 pm
Watching costs is a challenge. Even for companies where they have a person(s) doing this.
The spot VM is a good idea. It's also good to learn how to script this...
October 14, 2025 at 5:53 pm
Two tests I think about. Was told this by an interviewer while in Uni.
1. Would I have a beer with you after work?
2. Would I be willing to drive on...
October 14, 2025 at 5:51 pm
Viewing 15 posts - 1 through 15 (of 39,489 total)