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) +…
Can i create a alias in internal AD to point to office 365 SMTP address to relay emails from internal application
Hi, We have a question internally, that can we create a alias (mail.domain.com) name for an office 365 SMTP address in our internal AD for our applications to relay an emails instead of using "smtp.office365.com". is it possible? Thanks …
Can someone please help fix the coding issue for the application "Apartment Rental by City?" (Exception Unhandled - "Input string was not in correct format")
Option Strict On Public Class frmApartment ' Class level private variables Public Shared _intSizeOfArray As Integer = 9 Public Shared _strDisplayCity(_intSizeOfArray) As String Private…
Zero Trust, Adaptive Auth & Solarwinds
Would Microsoft's zero trust architecture and/or adaptive authentication technology have helped to minimize the impact or more quickly identify this threat?
Logon prompts after upgrading to Outlook 2016
Hi and hope someone can help. Over the last 6 months we've migrated from on-prem Exchange 2010->2016. During this time we were also upgrading out clients from Office 2010->2016. During the transition Outlook 2010 clients had no issues,…
Enabling FileStream in AG participated Database
Hi team, I was asked to enable FileStream for one of the existing varbinary(max) column in existing table. It is already participating in Avalability Group where we have 1 primary & 1 secondary server. Now as part of the change, i am doing the…