Is there a cost per user for seeing Azure purview scanned information?
Is there a cost per user for seeing Azure purview scanned information?
SQL Server 2016 With SA Licence - Backups
Hi, We have a two node SQL Server 2016 Enterprise edition with SA using availability groups. Primary node is licensed with the secondary node in a DR state for DR only based on the license - For each server licensed with SQL Server 2016 and covered by…
![](https://techprofile.blob.core.windows.net/images/c4mRkDtLdU6n6fSv2i9uBg.png?8D843C)
SQL Query in ADO NET source in SSIS
Hi, I am using SSIS 2019 to create ETL packages. I am using ADO NET as a Source to extract data from Sybase system with doesn't support OLEDB as a source. I am using a Variable to pass a SQL Query to the ADO NET Source. It's as below SELECT T1.* …
Upgrade SCCM 1902 to 2002
We are in the middle of a server refresh and will be installing SCCM 2002 on a new server, different server name. What would be the best approach to do this? Current SCCM Primary is on Server 2012, new SCCM Primary will be on Server 2019 The…
![](https://techprofile.blob.core.windows.net/images/zqVVzkJ_K02YlOUZepNGvw.png?8D934E)
Get record count of Partition
I have a partition processor in C# that creates and loads partitions in a 2 year rolling pattern once a day. When a partition is created with 0 records it is a valid partition and on subsequent loads, the partition state is checked and if Ready, it is…
[Bug] and [CRASH] App Crashes on startup on High Sierra. Runs fine on higher operating systems
I already raised this issue on the Xamarin.Forms github site and attached a repro project..... https://github.com/xamarin/Xamarin.Forms/issues/13071 But I've NOT had a reply. Supporting High Sierra is quite critical.
I am trying to emit roles in jwt token in Angular
I am trying to emit Roles in Angular Application using below instruction. https://video2.skills-academy.com/en-us/azure/active-directory/develop/tutorial-v2-angular I was successfully validating user, getting roles in general from the account claims…
![](https://techprofile.blob.core.windows.net/images/PT7QlfEdr0qdUKsDf1u5tw.png?8D801B)
Restoring backup and don't see the db server in the drop down
When I select to restore a database (SQL) in the recovery vault, the server drop down doesn't include the server that the database is on. How can I override or add the correct db server?
![](https://techprofile.blob.core.windows.net/images/84eXqZh4KEGayKJ9OOltlQ.png?8DBCF1)
Windows Hello OnPremise is not working
Hi to Everyone. Happy New Year!!!! I would like to implement and configure Windows Hello for business using On Premise infrestructure only by Windows 10 clients. According to the Microsoft documentation, there are 5 steps that I need to configure: …
SharePoint Connected Lookup slowness
HI All, We have a custom connected lookup column and after migrating the column from 2010 to 2013 ( 2010 compatibility mode), we see that it takes more than the usual time to load each connected lookup columns. I have ensured that the lookup…
Casting data in a data table returns string rather than type inserted
I have a custom class that holds the value of a cell which is put into a data table using the following command: table.Rows.Add(error[i].GetValues()); GetValues() returns an array of a generic class: DataParcel<KeyType, DataType, ParentType>. …
Issuse with Setting up scheduled scans for Azure Purview
I've set-up a few reoccurring scans on a weekly basis but unable to get them to work. I set up a test scheduled scan with the following settings with no results. I have been able to get the on demand scans to work.
Microsoft Authenticator - Deleted and now locked out of accounts w/ 2FA enabled
I managed to recover my Microsoft account but no luck w/ my other accounts. I set up iCloud backup before I deleted the app and that’s not working either.
Location of "Microsoft Visual C++ Redistributable 2019" dlls
I would like to ship DLLs from "Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019" with my application but cannot find them on my PC. I tried different locations from: …
Sharelist Online is not connecting on Azure Data Factory
I have been trying to access data in SharePoint Online List via Azure Data factory but i get this error message "Failed to get metadata of odata service, please check if service url and credential is correct and your application has permission to…
Convert row to columns in the same table and delete the row from the table
how to select rows from a table by converting matching rows to columns within the same table and delete the row from the table. There are 4 Account number (100,200,111,222) where account number 100 is associated to 111 and account number 200 is…
Azure policy to audit publicly accessible web applications within subscription
Hi All, I am implementing an Azure policy to audit all publicly accessible web apps within my subscription. I don't think there is any built-in policy for this requirement; so I came up with below policy to check if ipSecurityRestrications exists or not…
Use command line arguments for Edge browser on KIOSK Mode?
The setup I have: Surface touch screen laptop Windows 10 Pro Insider Preview Build 21277.rs_prerelease.201207-1443 https://video2.skills-academy.com/en-us/deployedge/microsoft-edge-configure-kiosk-mode Assigned Access via Set up a kiosk using…
bcp_init crash on RHEL 6 | odbc driver for RHEL6
Hi, I have installed the following odbc drivers for RHEL 6. sudo su curl https://packages.microsoft.com/config/rhel/6/prod.repo > /etc/yum.repos.d/mssql-release.repo exit sudo yum remove unixODBC-utf16 unixODBC-utf16-devel #to avoid conflicts …
How to register audio controls (next to volume controls) for application using WinAPI
I'm trying to make an audio player, and I'm wondering how to make it so that the application exposes its audio controls (play/pause, prev, next) in the little widget that appears next to the floating volume control (when adjusting volume). I'm using C++…