Viewing 15 posts - 211 through 225 (of 39,506 total)
I try to desparately avoid limits in many things, but definitely in code. I've seen those 100s of parameters in a proc and 100s of columns in tables, when a...
February 18, 2025 at 9:40 pm
I saw this recommended, but likely some $$.
I haven't done what you've done, but I migrated the Lahman mysql db to mssql. I had to take the schema code...
February 18, 2025 at 9:34 pm
Completely agree, David. This was one reason I pushed for Flyway to underpin all deployments at Redgate. We need a known, reliable way across multiple platforms. Otherwise it doesn't become...
February 18, 2025 at 2:56 pm
Typos and poor word ordering. Corrected and points awarded back
February 14, 2025 at 9:02 pm
Wouldn't you need to learn how to configure the network adapter on a Linux machine? Or do people just use DHCP?
That seems to be my biggest crux, because it...
February 14, 2025 at 9:02 pm
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
Viewing 15 posts - 211 through 225 (of 39,506 total)