298,188 questions

Sort by: Updated
1 answer

SQL Server blocking

The attached query is causing blocking problems (root blocker) with other SQL statements. Can you please review the attached query and suggest If I need add/or remove indexes to prevent blocking. Please advise. https://easyupload.io/zwcpgi

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,082 questions
asked 2024-06-18T05:21:12.95+00:00
PraveenKumar 256 Reputation points
answered 2024-06-18T21:24:08.9333333+00:00
Erland Sommarskog 103.7K Reputation points MVP
1 answer

Azure P2S VPN users

Do I need a virtual wan to be able to configure user groups and IP address pools for P2S VPN users or can I use IP address pools and P2S user groups with just a regular VPN gateway?

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,422 questions
asked 2024-06-17T21:35:55.2+00:00
Jose Cintron 0 Reputation points
commented 2024-06-18T21:21:28.5066667+00:00
Jose Cintron 0 Reputation points
3 answers One of the answers was accepted by the question author.

What do the "/" and "~" signs mean in file path usage?

Hi, If you allow, I would like to ask a question. I want to access "b5.jpg" in CoreBlogTema from About/Index. Which one should I start with "/", "./", "../", "~/" in the file extension? Can you explain…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,291 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,497 questions
asked 2024-06-15T11:01:15.27+00:00
Yalçın Mete 20 Reputation points
commented 2024-06-18T21:20:40.8866667+00:00
Bruce (SqlWork.com) 59,131 Reputation points
1 answer

Personio integration in Entra ID

Hallo zusammen, wir haben die Anbindung Personio mit Microsoft Azure erstellt. Dabei sind alle Daten unsere Gesellschaften mit übergegangen. Wir wollen nur die Daten der Hauptgesellschaft in Azure integrieren. Ist dies Azure-seitig konfigurierbar?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,135 questions
asked 2024-06-14T05:31:00.6466667+00:00
Pat G 0 Reputation points
answered 2024-06-18T21:18:19.1966667+00:00
Marilee Turscak-MSFT 35,621 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

failed to load dll in native c++ IIS module?

I am trying to create c++ Native Module. url but when I register it .and start the web the AppPool Stopped.

Internet Information Services
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,599 questions
asked 2024-06-16T01:25:33.6566667+00:00
mc 3,906 Reputation points
commented 2024-06-18T21:11:24.3366667+00:00
Lex Li (Microsoft) 4,907 Reputation points Microsoft Employee
1 answer

HttpClient.Send not supported in mac

Hi, HttpClient.Send(request. HttpCompletionOption.ResponseHeaderRead) => not supported in mac why? it work on windows.

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,065 questions
asked 2024-06-17T12:39:02.6033333+00:00
Dani_S 3,086 Reputation points
answered 2024-06-18T21:10:23.4466667+00:00
Michael Taylor 50,106 Reputation points
1 answer

SQL Agent job step outcome mentions "This security ID may not be assigned as the owner of this object."

Hello, I created a SQL 2016 Agent job which copies & replaces .bak files from Source Files Location to a Network Disk Share Target Files Location that are 1 day old as follows: robocopy G:\Source_Files_Location…

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,082 questions
asked 2024-06-17T18:41:45.6+00:00
techresearch7777777 1,801 Reputation points
commented 2024-06-18T21:10:15.8133333+00:00
Erland Sommarskog 103.7K Reputation points MVP
1 answer One of the answers was accepted by the question author.

How to give external customer accounts in a entra external id tenant access to a a web api in my internal tenant?

I have an internal tenant A where I have internal resources (web api, functions, database, admin website etc). Recently I created an external tenant B with Microsoft Entra External id for customers. There I have registered a SPA app where external…

Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,714 questions
asked 2024-05-11T08:33:20.6166667+00:00
Jenny Pettersson 20 Reputation points
commented 2024-06-18T21:08:55.1533333+00:00
Rafał Winnik 0 Reputation points
1 answer One of the answers was accepted by the question author.

Automatic alerts for low disk space?

Is there a way to setup email alerts or any notifications, for devices that get below a certain disk space threshold?

Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,772 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,581 questions
asked 2024-03-27T16:25:40.49+00:00
Learner 40 Reputation points
commented 2024-06-18T21:06:55.8866667+00:00
Learner 40 Reputation points
2 answers One of the answers was accepted by the question author.

Unexpected truncation error when inserting from UTF8 to non-UTF8 collation

I believe I am hitting a bug with moving data from a UTF8 to a non-UTF8 collations in SQL Server 2022 CU13 (running under Linux but assuming for now this issue is not related). The issue is that MSSQL appears to be determining the width of a string for…

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,082 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,579 questions
asked 2024-06-11T00:42:42.9533333+00:00
Ben 30 Reputation points
commented 2024-06-18T21:02:02.6166667+00:00
Erland Sommarskog 103.7K Reputation points MVP
9 answers One of the answers was accepted by the question author.

Enable RDP via Intune

Hi, I have 4 AzureAD joined Clients in a network. I want to enable RDP connection for my Admin Account to the Clients. Myself will connect via VPN to the Network with the Clients. How could I achieve this? Br, Johannes

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,336 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,581 questions
asked 2020-12-03T18:17:53.133+00:00
Johannes Ebner 231 Reputation points
edited a comment 2024-06-18T20:58:50.35+00:00
JamesCFI 1 Reputation point
1 answer

Consolidate 2 separate tenant into 1.

Hi Is there a way to consolidate or merge 2 separate tenancy into 1. 1 Tenant is cloud only, and the other tenant is hybrid with Entra ID Connect for sync. Identity, groups, applications and other things to deal and manage. Does MS have a process on…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,135 questions
asked 2024-05-21T02:28:02.0633333+00:00
Dave 40 Reputation points
commented 2024-06-18T20:58:09.18+00:00
Carlos Solís Salazar 17,441 Reputation points MVP
1 answer

Calling an Action to Render View located in a Different Top Level Folder - MVC 5

I use something like this if controllers and views are in the same top level folder. <li>@Html.ActionLink("Classroom", "Index", "MyViewFolder")</li> How do achieve the same if controllers and views are in…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,291 questions
asked 2024-06-18T14:06:09.7233333+00:00
Malam Malam 226 Reputation points
commented 2024-06-18T20:54:46.3333333+00:00
Michael Taylor 50,106 Reputation points
1 answer

Failed to execute command group with error An unexpected error occurred while executing command due to: Failed to pull Docker image `mcr.microsoft.com/azureml/runtime/cap/hosttools-capability/installed:westeurope-stable` due to: None

Failed to execute command group with error An unexpected error occurred while executing command due to: Failed to pull Docker image mcr.microsoft.com/azureml/runtime/cap/hosttools-capability/installed:westeurope-stable due to: None I get this error in…

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,664 questions
asked 2024-06-13T10:34:36.4066667+00:00
Florine Kieraga 25 Reputation points
edited an answer 2024-06-18T20:49:39.2+00:00
VasaviLankipalle-MSFT 15,401 Reputation points
2 answers One of the answers was accepted by the question author.

How to Run Asp.net website project as a web Application Project

Hello, I have just assumed a duty to take over development of a asp.net project. It happened that the project is a asp.net website project, and I discovered the the former developer did not create App_code folder, when I brought the solution to my VS…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,371 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,497 questions
asked 2024-06-17T13:06:17.44+00:00
Emeka Okoye 86 Reputation points
accepted 2024-06-18T20:47:40.9+00:00
Emeka Okoye 86 Reputation points
1 answer

Refreshing a Pivot Table Deletes Columns

Hello, I'm currently working on a collaborative file that contains a lot of Pivot tables. When I refresh a Pivot that has 13 columns (12 months and a total), all the columns disappear except the one with the total. This also seems exclusive to my…

Microsoft Office Online Server
Microsoft Office Online Server
Microsoft on-premises server product that runs Office Online. Previously known as Office Web Apps Server.
609 questions
Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,612 questions
asked 2023-06-21T15:50:45.7166667+00:00
60795948 0 Reputation points
commented 2024-06-18T20:45:03.04+00:00
Holmes, William 0 Reputation points
1 answer

Azure Cloud Shell Password`

I didn't set azure cloud shell password, but while trying installation using "sudo" command it is asking for the password. How can i sort this out?

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,168 questions
asked 2024-06-18T18:51:37.8+00:00
Kailas E K 0 Reputation points
edited the question 2024-06-18T20:32:58.6766667+00:00
kobulloc-MSFT 25,156 Reputation points Microsoft Employee
1 answer

Error code: Wsl/Service/CreateInstance/MountVhd/HCS/E_ACCESSDENIEDntVhd/HCS/E_ACCESSDENIED

I'm trying to run wsl after importing my Ubuntu's virtual disk (wsl --import-in-place) from my other drive but i'm getting this error: PS> wsl Failed to attach disk 'J:\WSL\System\Ubuntu-22.04-***\ext4.vhdx' to WSL2: Access is denied. Error code:…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,961 questions
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,941 questions
asked 2024-06-17T01:54:51.4933333+00:00
Benjamim C.S 5 Reputation points
answered 2024-06-18T20:30:51.11+00:00
Benjamim C.S 5 Reputation points
2 answers

Application was setup in Azure AD B2C with authentication allowed for all Microsoft users. When trying to access the application it is requesting that the user needs to be added to the tenant.

I am using open id with application allowed for all identtities but getting error AADSTS50020: User account 'xxxxx@outlook.com' from identity provider 'live.com' does not exist in tenant 'xxxxxx' and cannot access the application…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,135 questions
asked 2024-06-18T18:10:02.6033333+00:00
Vamsi Koganti 0 Reputation points
answered 2024-06-18T20:30:38.04+00:00
James Hamil 22,886 Reputation points Microsoft Employee
1 answer

Is controller suffix is mandatory in .NET Core (.NET 6)

public class Home : controller { public IActionResult Index() { return view(); } } I created above class without controller suffix. And below is my routing in startup.cs class .NET 6: app.UseEndpoints(endpoints => { …

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,291 questions
asked 2024-06-18T16:11:45.6+00:00
Amit 671 Reputation points
answered 2024-06-18T20:29:40.5933333+00:00
Bruce (SqlWork.com) 59,131 Reputation points