Archive SQL Database capacity planning
Hi All, Our production DB size is 12 TB (SQL 2017). We are doing data archival for few tables from Production to Archive DB on daily basis. The daily archival data size is 100-120 GB per day. We have to keep archival data in Archive DB for 6 months…
DAX Dynamic filter in Power Pivot 2016
Hi all, I have a data model which I use in Excel 2016 Power Pivot. Here is a simplified version of the fact table and dimension table: I am trying to calculate a calculated measure that sums the Amt from the Group field. For example, if I am…
VS2019的错误问题
请帮助我解决下图问题
How can i configure CDP with HTTPS
I would like to configure CDP = https://crl.test.com/test.crl But the warning message says https protocol is not supported. How to force CDP to https? If impossible, could you tell reason that it's impossible?
Partner Community
Can someone please tell me where the Partner Community went (link) for asking Windows 10, Windows Server tech questions?
Why does ToolStripMenuItem OnPaint draws only the first item?
Hello, I'm trying to add white space within the item's text in a ContextMenu for that the string after the space is always left aligned and always stands under each other in each item. What I'm trying to do in the following code: I add the items to…
MICROSOFT OFFICE PROFESSIONAL 2019
Recently purchased a Microsoft Office 2019 Professional version from a brick and mortar store. Since I use a DELL XPS Laptop I do not have a CD drive. The retail agent has given me the software in pendrive. The file is in Disc Image File type and size of…
Conditional Access to block non-compliant users
Hey guys, This should be a pretty straight forward question - but I'm honestly scratching my head with this simple task and even have a ticket open with Microsoft and we still can't get this to work. My end goal is force users to be compliant. I…
Xamarin.Forms or Xamarin.Android
As most of us know, .NET 5 contains a large amount of Xamarin related components, and .NET 6 will as well, along with MAUI. I am working on converting my UWP apps for Android using Xamarin (and ONLY Android, I have no intention of ever converting them…
SQL21 Release and Benefits to SQL19
Good day, I am planning an upgrade in 3 months, was looking at SQL19 with VS19 Communit SSDT I have read SQL21 is on the cards, when would is the release? Benefits from Upgrades from sql19 to sql21 > im looking for speed and paralism fixes? …
az-303 training material required
https://trainingsupport.microsoft.com/en-us?auth=1
Trouble dismissing alert viewcontroller presented with DismissViewController
So in my Xamarin.iOS project, I have an abstract view class (let's call it A) with code that looks like this: PresentViewController(_alertController, false, null); where: _alertController = UIAlertController.Create(message, null,…
Issue KB4577671
Hi, On my pc there is the KB in object and I have serious issue about some apps and on settings with update and security (no works). I try to uninstall KB but I receive an error. Can you help me? I cannot do also restore the previous version…
iOS Configuration setting - Viewing corporate documents in unmanaged apps - Question
Hi, We currently have conditional access configured to grant access to our O365 resources from an Intune compliant mobile device when it's not on our network, pretty standard and simple. We're looking to lock down the ability for users to connect to…
Issues on Condtional Access with App protection policies | iOS & Android
Hello guys, our scenario is like following, having issues "checking in" with App Protection Policy because of Condtional Access. We have a condtional access for Office 365 for our iOS and Android Users, they have to be A) Registered in…
SCCM - WIndows Update (WSUS)
HI All, Which log i need to check the deployment status of my Windows Update (Software Update Groups) to my collection group? i have deployed this package for a couple of days now , but the software center on the clients that is part of the…
Make geometric sequence from series of bit values
I have this table: declare @Table table (value int) insert @Table select 0 insert @Table select 1 insert @Table select 1 insert @Table select 1 insert @Table select 0 insert @Table select 1 insert @Table select 1 Now, I need to make…
Way to distribute traffic between two Internal Load Balancers
Hi, I have two AKS clusters running same services to achieve high availability. Is it possible to distribute the inbound traffic between two internal load balancers sitting on each AKS cluster? Thanks Sudeep
Limit-EventLog - How to get DoNotOverwrite with Archive
My goal is to enable the EventLog (Security) to "DoNotOverwrite" and use the built in archiving capability. In the GUI, the three radio buttons are: For the first option, "Overwrite as needed, Get-Eventlog returns: Log …
Azure ML: ID column for joining data returns "No. Of unique values ... is greater than allowed"
Hi. I am working on an ML model in Designer. I have a dataset of c. 55,000 rows. When I add an "ID" column (unique per row - so 55,000 IDs) to my dataset for training / scoring, I receive the error message: …