TDE related question
Hi Experts, Looking for suggestions on TDE encryption. We have a 3TB database in UAT env. Its in 2-node(node-A, node-B) Alwayson AG. SQL Server version is SQL 2017 EE CU22. We turned on TDE encryption node-A. It took more than 12 hours…
MapControl with Winform
Im working with a Winform Application that contains a Host Element with child UserControl with a Mapcontrol. I am able to debug/start the application just fine; however, when I try to publish the application I received the following error when trying to…
How to integrate different form views to new sharepoint list?
Hello, We are wondering is there a seamless way to change form views in new sharepoint list? We found out that we need to use Power Apps to modifey lists form view so it fits for makeing a new list, updating an exicting one and to just view allready…
Exchange 2016 Installation creates mailbox
After installing Exchange and performing the HCW process we discovered that a new mailbox was created for the domain admin account that was used during the procedure. Of course, prior to installing either piece, this account did not have a mailbox…
[Migrated from MSDN Exchange Dev]ECP Error 500
[Note] This question was originally asked on the MSDN Exchange Development forum which focuses on development questions on Exchange. As the former Outlook forums on TechNet have been migrated to Microsoft Q&A forum, we migrated this question…
Compliance 4 - Updates by vendor month year - error for windows 10 1903 and later product
Hi, we are getting the below error when selecting windows 10 version 1903 and later. we are seeing duplicate for this products. any suggestion on this ? Regards, Mani
How to learn PowerShell specifically for a DBA?
Greetings. I'm a long time DBA that knows no PowerShell at all. I was looking online and there doesn't seem to be live classes geared towards this. There's PS classes, but not DBA specific. I'm concerned they may leave a lot to be desired for what I'm…
Applying Bold and/or Italic to a Custom Font
I have a custom font (a *.ttf file) that I am using in my project. I am able to use the font with no problem, but I cannot apply the FontAttributes (Bold & Italic) to it. Some fonts have separate *.ttf files for regular/bold/italic/bolditalic, but in…
RDLC report Designer install on VS 2017 causes Build Fail
When installing the RDLC report Designer build fails even though i installed SQLSysClrTypes.msi as mentioned. This is causing trouble in designing the rdlc reports in visual studio 2017. I Have installed the x86 version of SqlSysClrTypes and not sure…
Why can't I move OS from old PC to new NUC
I'm getting rid of a 9YO tower and want to move Windows 10 PRO to new solid state NUC. I was told I couldn't move an image of my old C: drive because old HDD is SATA and new SSD is M.2 The product key did not work after I installed Windows 10 into the…
SSOM Multi Thread Execution C# SharePoint
I saw many articles which says microsoft.sharepoint.dll is not thread safe. But when I run below code via 10 to 20 parallel threads it doesn't throw any error. Although when I tried to multi thread foreach loop within SingleThread() which is defined…
Add JSLink to ListViewWebPart
Hello! I am developing farm solutions in Visual Studio 2019. I have the list and the js-code with OnPreRender RegisterTemplateOverride. I am trying to add The JSLink to list's ListViewWebPart object, but unfortunatelly, this class doesn't have the…
Contributor of a resource group
If I assign a user as a Contributor of a resource group , so he can create/delete any resources in that resource group ?? does he need any roles at subscription level ?
VNET peering
Hello All, If we need to peer to two VNETs from different subscriptions but they causing IP overlapping then how should we peer it ?? Do we need to use VPN?
Azure synapse : is it possible to check each query DWU usage ?
Are there any DMV in Azure synapse that can check each query DWU usage ?
Best options to pull data from SaaS API to Azure Synapse
What are the best options for ingesting data from SaaS Application to Synapse through API with Authentication? We have a couple of SaaS Applications such as NetSuite, EyeShare & SAP SaaS Applications, and planning to ingest the data to Synapse but…
How to add IsPassword property to a Custom Entry Control?
I have created a Custom Entry Control for my requirement and everything works fine except for the IsPassword Property. Can someone please tell me what I do wrong here? This is my CustomEntryWithError <ContentView…
Can the Video Analyser Create Translated Closed Captions?
We use Azure video analyser to generate transcripts, mostly in English. We now would like to extend our functionality Can Azure create closed captions? can the captions be translated to other languages? Thank you!
SQL Server - using # in a string during a search
Hi In our datatable, we have a ton of values that contain # because typically in construction, fasteners are graded with a # like this '#8 x 2-1/2in When i try to search for this in a Stored Procedure to filter the fastener size down, it fails…
How to increment the value during insert programmatically
Declare @Order INT=0 INSERT INTO MyTable(col1,col2,ordercol) values('abc','xyz',++@Order) this way order value is not getting incremented, but i found this way value gets incremented during update declare @i int = SELECT ISNULL(MAX(interfaceID),0) +…