352,622 questions

Sort by: Updated
2 answers

Search all columns with the same where clause

Is there a way to search all columns with the same where clause? It is one piece of text and ideally not write a long where with or statement would be nice.

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,031 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,575 questions
SQL Server Training
SQL Server Training
SQL Server: A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.Training: Instruction to develop new skills.
5 questions
asked 2024-06-11T18:15:45.0166667+00:00
Jonathan Brotto 140 Reputation points
answered 2024-06-11T20:14:15.99+00:00
Yitzhak Khabinsky 25,291 Reputation points
30 answers

Windows 11 22H2 - Can't use saved credential

After upgrade Windows 11 22H2 I Can't use saved credential (Windows Defender Credential Guard does not allow using saved credentials). Before it works.

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,584 questions
asked 2022-09-24T20:30:19.14+00:00
Andrzej S Ciesiński 106 Reputation points
commented 2024-06-11T20:14:02.42+00:00
informatik01 166 Reputation points
1 answer

ServiceRequestError: SSL Certificate Verification Failure with Azure Document Intelligence

I am encountering a ServiceRequestError when attempting to analyze a PDF document using the Azure Document Intelligence service. The error seems to be related to SSL certificate verification. Below is the full traceback for your…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,467 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,503 questions
asked 2024-06-09T22:42:47.6666667+00:00
Nirmalsing Patil 0 Reputation points
answered 2024-06-11T20:14:00.52+00:00
Nirmalsing Patil 0 Reputation points
1 answer

Not able to Insert Image data for two images Postgresql

[HttpPost] [ValidateAntiForgeryToken] public async Task<IActionResult> Create([Bind("Sno,No,Topic,QuestionTitle,Opt1,Opt2,Opt3,Opt4,Answer,Time,Correct,Solution,Imagedata,Imagesol")] Question question, IFormFile…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,279 questions
Azure Database for PostgreSQL
asked 2024-06-11T19:37:32.6+00:00
Maui Learner 500 Reputation points
commented 2024-06-11T20:12:49.6066667+00:00
Maui Learner 500 Reputation points
1 answer

In Microsoft Entra ID, can we have a single API to get user access information either by UPN, user by email and user by other email. Instead of hitting separate API for each.

In Microsoft Entra ID, we have a separate API to get user access information by UPN, user by email and user by other email. Check the inputted email address with all 3 APIs to get result from either one of the API. For each user, hitting either of 3…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,033 questions
asked 2024-06-11T14:07:04.8666667+00:00
Ron Weasley 0 Reputation points
answered 2024-06-11T20:12:23.2033333+00:00
James Hamil 22,776 Reputation points Microsoft Employee
0 answers

initialize disk "incorrect function"

I just got a hard drive and I'm trying to connect and it's giving me issues. It's showing up in my Disk Management but it won't let me initialize. I've tried MBR and GPT and both give me "incorrect function" messages. I tried using diskpart to…

Windows Hardware Performance
Windows Hardware Performance
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Hardware Performance: Delivering / providing hardware or hardware systems or adjusting / adapting hardware or hardware systems.
1,566 questions
asked 2024-06-11T20:12:13.7+00:00
Liv 0 Reputation points
0 answers

How to fix "Download ARMv2 feeds failed"

One user is having trouble logging into a shared virtual desktop using a WYSE thin client. She gets the error message "[Azure] Download ARMv2 feeds failed" in the WYSE client event log after authenticating with MFA. No other users have this…

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,407 questions
asked 2024-06-10T01:20:11.6033333+00:00
Len Messing 0 Reputation points
commented 2024-06-11T20:11:49.9966667+00:00
Len Messing 0 Reputation points
0 answers

Azure Synapse fails to load Lake Databases (500 error)

When loading a Synapse workspace, it sits at "loading resources" for awhile and eventually errors with a 500 for lake databases. The error is not particularly helpful. Any ideas on how I could potentially determine if it's a single data lake…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,033 questions
asked 2024-06-11T20:11:33.8566667+00:00
Timothy Dufrane 0 Reputation points
1 answer

NotifyIpInterfaceChange function (netioapi.h) does not notify on manual DNS changes

I work on the c-ares open source asynchronous DNS library (https://c-ares.org) and we have recently added automatic configuration reloading when we detect a network configuration change has occurred. We get notifications properly when network…

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,916 questions
Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,467 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,584 questions
asked 2024-06-05T16:21:55.43+00:00
Brad House 0 Reputation points
commented 2024-06-11T20:09:47.7933333+00:00
Gary Nebbett 5,741 Reputation points
2 answers

Dispose File stream and stream

Hi, Does I handle the dispose in correct way ? Note: This line contentStream.CopyTo(fileStream); can take long time. I got contentStream here from download file from our website. var zipPathForFolderOrPathForFile =…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,509 questions
asked 2024-06-11T07:29:35.66+00:00
Dani_S 3,046 Reputation points
edited a comment 2024-06-11T20:08:53.42+00:00
Dani_S 3,046 Reputation points
2 answers

VM Selection - Which VM Should I Use to Create Media Ads

Hi, I am going to create videos and adds based by using own phyton logic. I will call multiple open apis,Gen Apis etc based on response othis api will create videos from own phyton logic .I should manage 250 concurrent videos creations (250 concurrent…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,356 questions
Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
310 questions
asked 2024-06-05T13:59:45.9933333+00:00
Software Eng 0 Reputation points
answered 2024-06-11T20:08:48.13+00:00
kobulloc-MSFT 25,051 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

Migrating from Azure Media Service, with same URI's

I've just read the mail about AMS going down on June 30. We have a lot of HLS URIs which are hardcoded into multiple clients and now that we need to migrate to a new service, I'm afraid that the URIs will change and that our clients will become…

Azure Media Services
Azure Media Services
A group of Azure services that includes encoding, format conversion, on-demand streaming, content protection, and live streaming services.
310 questions
asked 2024-05-30T11:56:33.6166667+00:00
Thor Bilsby 0 Reputation points
accepted 2024-06-11T20:07:14.43+00:00
Thor Bilsby 0 Reputation points
2 answers One of the answers was accepted by the question author.

How can I see my boss' email folders?

Hello, I'm an Executive Assistant, my boss uses Outlook and has multiple email folders. She's given me access to all the main folders and I assume that would include visibility to sub folders as well, but I can't see any of them. We are both on Exchange…

Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,979 questions
asked 2024-06-11T19:33:55.53+00:00
Alex Mitchell 0 Reputation points
accepted 2024-06-11T20:06:30.8133333+00:00
Alex Mitchell 0 Reputation points
0 answers

Mssparkutils.credentials.getSecretWithLS to get Certificate and create CertificateCredential in Synapse

I need to create a CertificateCredential from azure.identity, I have a PKCS12 certificate saved in a Key Vault and I am reading it using mssparkutils with LinkedService, official documentation mentioned you can create a CertificateCredential with the…

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,535 questions
asked 2024-06-09T18:24:19.5366667+00:00
BEPV 0 Reputation points
edited a comment 2024-06-11T20:05:54.9033333+00:00
BEPV 0 Reputation points
1 answer

Turn off Multi Authentication for user that doesn't have a smart phone

I have a couple of elder users that are accessing office.com and outlook.com - it is requiring them to Enter/use the Microsoft Authentication application - which is real hard to do with a Flip phone (non-smart phone). Everything that I have tried…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,793 questions
asked 2024-06-11T19:40:41.9733333+00:00
IT Support 0 Reputation points
answered 2024-06-11T20:05:33.79+00:00
akinbade abiola 4,120 Reputation points
0 answers

AI Studio integrating the Playground Web App with an Endpoint deployed from Prompt Flow

I've deployed a web app using the AI Studio Playground and separately deployed an endpoint using Prompt Flow. My question is: How can I integrate these two, specifically making the web app consume the endpoint from Prompt Flow? Are there any azure webapp…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
791 questions
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,412 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,503 questions
asked 2024-06-11T20:03:45.46+00:00
Mithun 20 Reputation points
2 answers

Unable to enable autosync option under sourcecontrol in Azure Automation

Hi All, I'm trying to set up source control for Azure automation account, but when I click EnableAutoSync I'm seeing below error. An error occurred while updating the source control named 'SCReposGit'. Error details: SourceControl autoSync setup failed…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,157 questions
asked 2024-05-24T07:23:19.3166667+00:00
VinodKumar-0434 296 Reputation points
commented 2024-06-11T20:00:30.73+00:00
Tiago Utz Foscarini 5 Reputation points
2 answers

How to add a different CSS to a razor page in Blazor WASM?

I am working on a Blazor WASM e-commerce application using the .NET 6 old version with a default template. I want to add a new razor page with a different look while keeping the old ones in the project. How can I achieve this? Specifically, I want to add…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,279 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,448 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,457 questions
asked 2024-06-04T13:24:09.7766667+00:00
Cenk 981 Reputation points
commented 2024-06-11T20:00:28.92+00:00
Bruce (SqlWork.com) 58,936 Reputation points
0 answers

Bing custom search slices limitation

The documentation states that there is a limit of 400 domains that you can configured in the Active list. I have found a similar question from 4 years ago but I was wondering if there is a work around for…

Bing Custom Search
Bing Custom Search
An easy-to-use, ad-free, commercial-grade search tool that lets you deliver the results you want.
82 questions
asked 2024-06-11T19:58:18.0766667+00:00
Patrick van Kleef 0 Reputation points
0 answers

OS Reload linux VM

Hello. Does anyone know if it's possible to OS reaload an Azure VM ? In my tests, using the redeploy (which just moves the vm from one host to another) and reaply didn't work. I created a test file and at the end of both processes it was still…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,356 questions
asked 2024-06-11T19:55:43.68+00:00
Marcos Oliveira 0 Reputation points