Viewing 15 posts - 1,081 through 1,095 (of 39,763 total)
OK, so it seems you might not know the basics of Git. I would assume when you create a VS project, you can set make this a git repo. If...
August 8, 2023 at 5:12 pm
That's interesting. I think I rarely have writer's block. Usually, I have the other issue with 20 things to do and time to write 5. When I try to prompt,...
August 8, 2023 at 4:28 pm
Go to the folder for the repo with a command line and type "git status". What do you get?
With VS, should be an option to just pull: https://learn.microsoft.com/en-us/visualstudio/version-control/git-fetch-pull-sync?view=vs-2022#pull
If there...
August 7, 2023 at 8:50 pm
OPENROWSET will work: https://learn.microsoft.com/en-us/sql/t-sql/functions/openrowset-transact-sql?view=sql-server-ver16
OleDB driver: https://www.microsoft.com/en-US/download/details.aspx?id=100917
August 7, 2023 at 8:45 pm
First question: Upgrade.
Doesn't matter, unless you are trying to get an encryption level/algorithm that requires 2016. This is independent of the version outside of that. FWIW, SQL Server 2016 is...
August 7, 2023 at 6:46 pm
As Morpheus said, "welcome to the real world."
August 4, 2023 at 3:45 pm
I get that. However, I often find the next person that writes code struggles to easily join here. Joining with all days is really simple.
August 4, 2023 at 3:42 pm
I like to keep things as simple as possible. I also want to use the tools that exist.
I would set the schedule like this for the proc in Agent and...
August 4, 2023 at 3:35 pm
No idea, I haven't read it, but you can contact the author, or get a sample from Amazon, which should have the TOC
August 3, 2023 at 5:52 pm
The repeated failures are a denial-of-service attack. That's how those work, as they overload network cards that have to ack or nack each thing. Or they hold open a handle...
August 3, 2023 at 3:44 pm
Is this causing an issue? Have you traced back who owns the file open requests?
There is some logging stuff as well, if you haven't seen this: https://learn.microsoft.com/en-us/windows-server/failover-clustering/troubleshooting-using-wer-reports
August 3, 2023 at 3:19 pm
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
Viewing 15 posts - 1,081 through 1,095 (of 39,763 total)