Viewing 15 posts - 781 through 795 (of 39,466 total)
Stretch was crazy expensive. Not remotely viable, and deprecated now.
I think the lake is different, where you use cheap, text (blog) storage.
August 9, 2023 at 6:25 pm
I hate people that don't have a dateline on posts. I look for this all the time. I even check mine sometimes to see if the post might still be...
August 9, 2023 at 5:54 pm
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
Viewing 15 posts - 781 through 795 (of 39,466 total)