Viewing 15 posts - 166 through 180 (of 22,184 total)
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
Sounds like you're trying to enabled Query Store on the secondaries. That's only available in SQL Server 2022, not 2019. Here you go.
July 2, 2024 at 12:05 pm
A) Testing is your buddy. Don't take anyone's word for it. Test it.
B) Probably not. In fact, that's almost the opposite of what I'd want to do. Presumably, guessing here,...
July 2, 2024 at 12:01 pm
If I answer the questions, what does the job pay and when do I start?---> I Just need a second opinion to make my self much better while answering...
July 2, 2024 at 11:14 am
Yep. Could be a real problem. No denying it. But, I tend towards this.
July 1, 2024 at 6:35 pm
If I answer the questions, what does the job pay and when do I start?
Cause you wouldn't take my answers to those questions and submit them as your own to...
July 1, 2024 at 1:17 pm
Viewing 15 posts - 166 through 180 (of 22,184 total)