Viewing 15 posts - 166 through 180 (of 22,189 total)
Think of it as a toggle. Instead of off to on, it's like to unlike. So you hit like, it marks it as a like, but changes it to unlike...
July 26, 2024 at 2:18 pm
They are pretty desperate to make this not about them. It isn't... but it also is.
July 22, 2024 at 7:11 pm
So, did anyone here get burned by the Cloudstrike debacle Friday?
Steve, Ryan and I were traveling on Friday. It was a mess, but Steve and I made it home....
July 22, 2024 at 4:06 pm
Unless you have some kind of direct evidence that anything is causing a problem, leave it alone. Don't kill sessions without knowledge of there being an issue.
July 18, 2024 at 1:16 pm
There isn't a single correct answer to this. Here's my list of "I'm gonna need this" software:
SQL Server Management Studio
Azure Data Studio
VS Code
Git
Docker
Redgate Toolbelt (yes, I work for them, but...
July 15, 2024 at 1:56 pm
If you really want performance, create a wrapper proc that determines if you're doing an INSERT/UPDATE/DELETE and then a proc for each. MERGE generally stinks on performance. Period.
July 12, 2024 at 12:44 pm
Yeah, I was thinking something similar. I wonder if it's the unicode string that's causing the issue.
July 10, 2024 at 1:00 pm
Database projects are more than a little difficult to work with in source control, and I do source control my databases. So, external tools are generally better. For free, when...
July 10, 2024 at 12:58 pm
Bad news is, probably not. I mean, do run validations on all your hardware, because that could be the issue. However, data corruption can be from external sources. Power surges...
July 10, 2024 at 12:56 pm
Thanks Grant
I accept your point - why is the system giving me a "select permission denied" when using the scalar variable in a select statement, when the user is...
July 9, 2024 at 3:32 pm
The key difference is a result set. Scalar functions return a value, not a result set. So they're not being "selected" from, they're being executed.
July 9, 2024 at 12:43 pm
That sure doesn't sound normal. And this is related to the initial question?
July 8, 2024 at 3:28 pm
Then you have to get a license to run Standard.
July 2, 2024 at 2:15 pm
Developer edition is the best "free" one you're going to get.
July 2, 2024 at 12:05 pm
Viewing 15 posts - 166 through 180 (of 22,189 total)