Viewing 15 posts - 16 through 30 (of 13,451 total)
I happen to be in the middle of a vector project. i downloaded SQL2025, and while i can use the vector data type, the built in functions related to vectors...
July 30, 2025 at 8:49 am
I've been doing some stuff with the new [vector] data type as a result of some efforts related to AI projects. in both 2025 and Azure, the data type exists,...
June 20, 2025 at 2:03 pm
hey i found it. the sys.partitions has two new-ish columns xml_compression and xml_compression_desc
the code below is something i use for scripting indexes, but if i was scripting a table, i...
June 20, 2025 at 1:59 pm
I agree, San Level snapshots like Veeem and Pure are awesome; they issue the dbcc freeze command, and the backup, even when say, 30TB, takes seconds. And then issues the...
April 30, 2025 at 10:41 am
so there are a few things you can tweak yourself...and I am under the impression that nothing is faster than a native backup with the optional settings.
three specific optional flags...
April 28, 2025 at 7:57 pm
yes, it's annoying. you must literally use a string, and not a variable that happens to be a string.
The work around is to build the query string and execute it....
April 25, 2025 at 5:55 pm
You can downgrade or upgrade Enterprise to Standard, and Vice Versa, if you have the key for the target edition.
I had started grabbing all the enterprise edition objects via a...
April 22, 2025 at 5:34 pm
this is the educational part about learning to code...working through the errors.
I am assuming you are using mySQL workbench for development.
there is an output window that might actually be hidden,...
September 14, 2024 at 12:12 pm
still based on the same old code from ten years ago, this is what i do today: it's just a handfull of legos/snippets, assembled into the shape of something i...
September 14, 2024 at 11:40 am
that's a decent list of interview questions to test if you have any experience doing any of those steps. i my self ask variants of some of these questions, and...
June 29, 2024 at 8:30 pm
In Azure, the procedures sp_GetDDL and sp_GetDDLa would have to be installed in each database; so 10 dbs = 10 copies, sorry
we don't have the ability to leverage ability to...
June 19, 2024 at 6:47 pm
I believe your error is related to firewall denying your connection.
it might be technically visible as far as dns/server name resolution, and maybe even allows a ping, but wherever your...
June 16, 2024 at 11:51 am
change the database compatibility to SQL2019 prior to the items below.
the optimizer is different between versions, so it's pretty standard to have to, at a minimum, rebuild statistics with full...
June 16, 2024 at 11:48 am
my knee jerk reaction is two fold.
did you run pip import compute_tau on the server itself? all your libraries you have need to be accessible to SQL's version of python,...
June 16, 2024 at 11:37 am
i would suggest two things here. python can grab data into a dataframe, and then export out parquet files.
once the file is created, use GnuPG to create an encrypted version...
May 12, 2024 at 1:52 am
Viewing 15 posts - 16 through 30 (of 13,451 total)