Viewing 15 posts - 31 through 45 (of 39,466 total)
That's 2 of your April Fools' jokes that have turned out to be prescient!
I've been thinking about per-core licensing concerning software, not just SQL Server. I understand that software...
August 15, 2025 at 5:19 pm
All depends on the use case. One might work better than the other, or one might not work
August 14, 2025 at 10:42 pm
Connect in SSMS and then select the security tab. Then expand logins, you should see something like:
Is your Windows login listed? For me, Aristotle\Steve is my local...
August 14, 2025 at 4:24 pm
I would likely try to host it as a container, so I can easily start the process and run it. It is an executable, so you could just run is...
August 14, 2025 at 4:09 pm
What Johan said. You would need to track the plans across time for a proc to see if the same index is used or not used. Plans clear out of...
August 14, 2025 at 4:03 pm
The only carrot on my desk as a lowly manager type, with no budget, is the application of sincere praise.
...
Praise and celebration can be big carrots. Assigning better work...
August 13, 2025 at 5:56 pm
Firstly, what does a carrot look like to you? A money-oriented person may gain motivation from the promise of a bonus. A people-oriented person may gain motivation from the...
August 13, 2025 at 5:54 pm
If you want to convert from a csv, python can help:
def detect_date_format(date_str):
if re.match(r'^\d{4}-\d{2}-\d{2}$', date_str):
return 'YYYY-MM-DD'
...
June 23, 2025 at 12:32 pm
Don't threaten the AIs: https://venturebeat.com/ai/anthropic-study-leading-ai-models-show-up-to-96-blackmail-rate-against-executives/
So much for Asimov's laws of robotics.
June 23, 2025 at 8:52 am
Interesting debate and technique. I tend to like looking for creative solutions that might not impact users. A new table, if this one isn't too active with changes, is a...
June 23, 2025 at 8:45 am
Likely some weird VS thing related to the shell.
I am glad in many ways that v21 uses the newer VS shell. Seems cleaner, though the different icon and slightly different...
June 23, 2025 at 8:41 am
I tend to use Brian's approach, doing an update then insert. One of the things that sometimes helps if it's a lot of records is I'll add a bit col...
June 23, 2025 at 8:40 am
I tend to agree. I was surprised that some DBAs didn't want to compromise to 1 tool and then ad hoc queries as needed. The overhead worries me, especially if...
June 23, 2025 at 8:38 am
I keep thinking about OT as well. I think xEvents do a lot of what OTEL would want, though perhaps not without some overhead of the fields being collected.
I do...
June 20, 2025 at 1:39 pm
It might be. I am not a huge fan of multiple instances, especially with trying to get RAM right, but if 4 instances vs 4 VMs is affected by licensing,...
June 13, 2025 at 9:27 pm
Viewing 15 posts - 31 through 45 (of 39,466 total)