Viewing 15 posts - 196 through 210 (of 22,219 total)
Your state may already have a law about it. I was just talking to the IT staff of another state and they had one. I think most states do. But...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
August 12, 2024 at 6:05 pm
There I was, with a written, thank the gods, command, "Whenever a developer asks for a copy of production, give it to them."
A developer asked and I hooked him up.
Said...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
August 12, 2024 at 3:59 pm
Thank you all for the feedback and comments.
I would like to point out that I did emphasize "collectively" we stink. Individually, there were people running Crowdstrike on Windows who weren't...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
July 29, 2024 at 12:27 pm
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...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
July 26, 2024 at 2:18 pm
They are pretty desperate to make this not about them. It isn't... but it also is.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
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....
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
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.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
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...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
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.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
July 12, 2024 at 12:44 pm
Happens to everyone. No worries.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
July 11, 2024 at 4:04 pm
Yeah, I was thinking something similar. I wonder if it's the unicode string that's causing the issue.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
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...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
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...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
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...
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
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.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
July 9, 2024 at 12:43 pm
Viewing 15 posts - 196 through 210 (of 22,219 total)