Viewing 15 posts - 61 through 75 (of 39,555 total)
Be careful changing collations and make sure you understand if this was done for a reason.
October 23, 2025 at 3:43 pm
A reboot often fixes things like this. As Johan noted, reboot the OS, not just restart the SQL service.
Any updates added differently, Windows updates or patches?
October 23, 2025 at 3:42 pm
I always find those "button" surveys in a toilet to be strange. Especially after the pandemic.
October 23, 2025 at 3:39 pm
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
Viewing 15 posts - 61 through 75 (of 39,555 total)