Viewing 15 posts - 796 through 810 (of 39,466 total)
It is. I asked for a bump. Last isue was blocked by a software upgrade
August 3, 2023 at 2:48 pm
Thanks for the update. Good to know this worked for you.
August 2, 2023 at 9:11 pm
No idea here, and no time to test, but I found a few resources:
one with PoSh: https://www.sqlshack.com/increasing-or-decreasing-scale-for-azure-cosmos-db/
This one seems to indicate what you list will work: https://microsoftlearning.github.io/dp-420-cosmos-db-dev/instructions/30-adjust-throughput-cli-script.html#adjust-the-throughput-of-an-existing-container-using-the-azure-cli
August 2, 2023 at 9:10 pm
Similar to Brian, I like to stage and sanitize things like this. Without DDL or more details, I don't want to guess, but my general process is something like:
August 2, 2023 at 9:03 pm
After reading this, I had this vision of the very old "graphic" of a snake eating its own tail.
That's what I thought as well. Maybe it will be useful...
August 2, 2023 at 8:16 pm
No, not a valid guess. There are always potential issues with concurrency, but for understanding the point, which is what is reflected in system tables and what happens, you ought...
August 2, 2023 at 3:49 pm
I hate rebrands/renames. I think it creates confusion and often doesn't make anything better. Either you execute well or you do not and people know that, regardless of name.
However, for...
August 1, 2023 at 4:08 pm
When in doubt, assume the columns exist and defaults are used. NULL is the default.
July 31, 2023 at 9:52 pm
My recent favorite, which let's me see where I've been
https://www.sqlservercentral.com/articles/using-power-bi-to-analyze-my-travels
Gathering the data has been a fun challenge as well, with me going through various feeds and things I've documented...
July 31, 2023 at 9:51 pm
Last update: Instructions in CVE-2023-21704 state that the update can be obtained through the February GDR update.
From MS engineering. I assume for your 2016 server there was a Feb GDR...
July 31, 2023 at 9:48 pm
OK, not as clean as you may like, but just saw this. Here's what I'd do:
$source="c:\fileloading" #location of starting directory
$destination="c:\filecopy"; #location where files will be copied to
$files="*dys_ihhist*"...
July 31, 2023 at 8:55 pm
Please don't cross post. Closing this one.
Answer here: https://www.sqlservercentral.com/forums/topic/when-running-stored-procedure-which-records-got-added-updated-deleted-2
July 31, 2023 at 8:21 pm
Ha, maybe you'll even get a subsidized license for that version from Dell, NetApp, or whoever your SAN vendor is if you system version everything. Add in Ledger tables and...
July 31, 2023 at 7:53 pm
You can also use the OUTPUT clause to return this information. If you want to know later, you have to store this information somewhere. This isn't tracked by SQL SErver...
July 31, 2023 at 6:57 pm
Viewing 15 posts - 796 through 810 (of 39,466 total)