Viewing 15 posts - 166 through 180 (of 39,456 total)
My plan is to start with Linux Mint in springtime on my home machine because my Windows 10 machine will not be supported after autumn.
On the topic of SQL...
February 14, 2025 at 8:59 pm
Notebooks are available in VS Code: https://code.visualstudio.com/docs/datascience/jupyter-notebooks
You can also connect to postgresql: https://marketplace.visualstudio.com/items?itemName=ms-ossdata.vscode-postgresql
I don't know how well the experience will be for db dev, but...
February 14, 2025 at 8:57 pm
... being retired, as of 6 Feb, 2024.
Or 2025, as it's known in the rest of the world. 🙂
Oppps, my typo. Still stuck in the old world.
February 14, 2025 at 8:54 pm
Schema corrected and points awarded back. Rune is correct, this is asking for unique values, of which there are 8. Two ties.
February 12, 2025 at 3:52 pm
Interesting perspectives. I'd urge you to think about a couple things as you try to decide how AI fits in the world.
February 10, 2025 at 5:51 pm
Local mistral model is smarter: (latest, 3.8GB one)
February 7, 2025 at 6:29 pm
I'd tend to agree with Eirikur here. You can work with FTS and Contains but it's a weird programming paradigm and a bit flaky to get working. It is possible...
February 6, 2025 at 6:01 pm
A good rule of thumb that I've often used when creating something new is to ask myself, "will I be able to understand what I've done when I look...
February 3, 2025 at 9:56 pm
...
In the near future, there probably will be fewer DBAs, but they will all be an AI augmented 10x DBA.
It's similar to the 1 million industrial farmers we have...
February 3, 2025 at 9:51 pm
seulement moi
I find using copilot or chatgpt or anything else to help me get started is very annoying. Though, I don't often find writer's block with these things, so maybe...
January 28, 2025 at 9:54 pm
Char(10) and date aren't binary types. They throw errors. I agree that "binary expression that isn't a large object" isn't a great definition. On this page (https://learn.microsoft.com/en-us/sql/connect/ado-net/sql/modify-large-value-max-data?view=sql-server-ver16) it says LOB...
January 28, 2025 at 4:51 pm
A LOB is a type. Binary and varbinary can store very large objects of many bytes. This function works on numeric types.
January 27, 2025 at 6:54 pm
What you tend to find with this new technology is that the real problems come from something you haven't foreseen. So maybe that's not the worst thing 🫤 We'll...
January 27, 2025 at 3:27 pm
Viewing 15 posts - 166 through 180 (of 39,456 total)