Viewing 15 posts - 16 through 30 (of 39,455 total)
Install - https://git-scm.com/
This provides the Git system on your machine. Not to nitpick Brian, but each machine is really a server and you interact with it using a GUI...
August 23, 2025 at 4:35 pm
My team has 230 SQL boxes that we support in our environment and only 8 of them are enterprise edition. For us, outside of BI features there isn't anything...
August 15, 2025 at 5:22 pm
My current company didn't have a DBA before I got there, so everything went in as Enterprise (smh). I've been slowly introducing Standard in where it would be more...
August 15, 2025 at 5:21 pm
Would love to have a standard edition of developer version. I've written queries that perform fantastic in development, but horrible in production only to find out the plan optimizer...
August 15, 2025 at 5:20 pm
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
Viewing 15 posts - 16 through 30 (of 39,455 total)