Activity overview
Latest activity by johnzabroski
Actually, according to reddit, it seems as though Windows Server vNext will be the first OS to drop PowerShell 5.1 and move to PowerShell Core. So this is a real product need: https://www.reddit.com/r/PowerShell/comments/1tk06dr/it_seems_that_powershell_7_will_ship_with_windows/ In 2022, Microsoft subtlety shifted the wording on the PowerShell Support Lifecycle page to say that PowerShell is aligned with the underlying operating system. Until now, customers had taken that to mean PowerShell 5.1 would be supported forever :-) - But that appears to be no longer the case. / comments
Actually, according to reddit, it seems as though Windows Server vNext will be the first OS to drop PowerShell 5.1 and move to PowerShell Core. So this is a real product need: https://www.reddit.co...
Hi Adam Turner - Just hoping to get an update here on this. Would be super excited to have this feature. It's been years since I have requested a new feature. Internally, we're trying to discourage PowerShell 5.1 usage. While it is tied to the Windows OS as a legacy, static component and has no official end-of-life date, we think the right move is to focus on newer technologies with dedicated improvement lifecycles. / comments
Hi Adam Turner - Just hoping to get an update here on this. Would be super excited to have this feature. It's been years since I have requested a new feature. Internally, we're trying to discourage...
Hi Adam Exciting; keep me posted. / comments
Hi AdamExciting; keep me posted.
SQL Clone PowerShell 7.0 (.NET Core) Support
Hi,I was wondering if Red Gate could enhance the PowerShellCmdlets.msi to also offer a PowerShellCoreCmdlets.msi - most of the product on the server-side is using .NET Core, and if you look at the ...
To follow-up here, we've been experiencing this problem on our largest database. Anecdotally, the problem seems to occur once databases cross the 1 TB threshold. The other problem I see is that RedGate SQL Clone Agent does not log when the image is finished building, only when its creation started. In fact, for all my images, if I query the SqlClone_Config database directly, the State of the operation is 4 (Successful), but we don't know WHEN the Operation changed its state to Successful. SELECT * FROM dbo.Images i JOIN dbo.Operations o ON i.Id = o.ImageId WHERE i.DeletedOn IS NULL Separately, if I reset a Clone, it starts off at 44.1 MB, then goes to 381 MB, then goes to 17.0 GB…. and then 38 GB… all without me doing anything? I can record a video of this happening. I can also run SQL Profiler to demonstrate nothing is happening to the clone I reset. I also took my own suggestion to RandyBCD 6 years ago, and checked for index writes. There are none. / comments
To follow-up here, we've been experiencing this problem on our largest database. Anecdotally, the problem seems to occur once databases cross the 1 TB threshold.The other problem I see is that RedG...