Viewing 15 posts - 226 through 240 (of 39,717 total)
One would be wise to consider that a HR survey may be a backdoor to find people who are not content in their job, instead of a genuine opportunity...
October 22, 2025 at 2:50 pm
I admit that customer satisfaction surveys sent out by myriad organisations after the merest contact with them have become one of my pet hates. I only fill them in...
October 22, 2025 at 2:48 pm
The program works, but all the queries I've "saved" to a workspace are gone. That was the part I needed, and I wanted a "local" file. I don't mind syncing...
October 16, 2025 at 4:18 pm
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
Viewing 15 posts - 226 through 240 (of 39,717 total)