350,000 questions

Sort by: Updated
4 answers One of the answers was accepted by the question author.

Hash table creation issue in Sql server

I have created hash table in outer procedure with 2 columns and trying to create another hash table with same name but 3 columns. Now if i try to insert into hash table in inner procedure i get error saying not able to access third column (which was not…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,939 questions
asked 2024-05-30T09:15:06.0866667+00:00
yashwin g shetty 20 Reputation points
accepted 2024-05-31T05:22:48.9033333+00:00
yashwin g shetty 20 Reputation points
0 answers

Info required for migration of MMA to Windows defender Unified agent.

Please help me to identify the specific process for that Microsoft Defender unified agent is running on the server. Scenario is that there are some servers in the environment running with 2012R2 and 2016. And MMA is running on the servers. As a result,…

Microsoft Defender for Endpoint Training
Microsoft Defender for Endpoint Training
Microsoft Defender for Endpoint: A Microsoft unified security platform for preventative protection, postbreach detection, and automated investigation and response. Previously known as Microsoft Defender Advanced Threat Protection.Training: Instruction to develop new skills.
23 questions
asked 2024-05-31T05:22:12.44+00:00
Fadikar, Subhadip 0 Reputation points
1 answer

Retrieving Refresh Token with OAuthPrompt in Microsoft Teams Bot

I am currently developing a Microsoft Teams bot and using the OAuthPrompt in my DialogSet to obtain the access token. The token retrieval works as expected, but I am facing an issue where the refresh token is not being retrieved along with the access…

Azure AI Bot Service
Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
760 questions
Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,282 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,929 questions
asked 2024-05-30T09:04:57.85+00:00
Palak Agarwal 0 Reputation points
edited the question 2024-05-31T05:21:52.6933333+00:00
JimmyYang-MSFT 49,536 Reputation points Microsoft Vendor
2 answers

Jobs are running slow in sqlserver that was upgraded from 2012 to 2019

Set the max memory to 34076MB for 4 core and 38GB RAM. what other sql adjustment can be made so that the jobs run fast. 94% of memory is used.

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,939 questions
asked 2024-05-30T20:21:57.94+00:00
Avyayah 1,251 Reputation points
answered 2024-05-31T05:21:32.24+00:00
Olaf Helper 41,571 Reputation points
1 answer One of the answers was accepted by the question author.

If I found a spelling mistake or more than one in the videos, how can I help to improve these videos?

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,282 questions
asked 2024-05-30T21:22:22.34+00:00
Shefa'☀️ Yaqoup 0 Reputation points
accepted 2024-05-31T05:21:21.93+00:00
Shefa'☀️ Yaqoup 0 Reputation points
2 answers One of the answers was accepted by the question author.

Files with arabic name won't upload

Hello guys I have xamarin form app where users can upload file normally and it works fine until i found this problem if the image name written in arabica ex:"١٢٣٤٥٦.jpg" the image wont the upload fail . i am using this plugin CrossMedia

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,305 questions
asked 2021-10-11T03:41:21.907+00:00
ALI ALHOWSWE 191 Reputation points
commented 2024-05-31T05:20:58.56+00:00
Eman Gabr 0 Reputation points
0 answers

how to show progress bar while save data into files in c#?

I have a winform app. in this form I put a button. this button open a file dialog user select multi files and then it convert all those files.I want to show progress bar after the user select the files.show percent and after all files finished then it…

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,413 questions
asked 2024-05-31T05:20:47.42+00:00
Farshad Valizade 381 Reputation points
0 answers

Azure-sql-performance: Module 5 failing, no $location found/set

Module Link: https://learn.microsoft.com/en-us/training/modules/azure-sql-performance/5-exercise-monitor-troubleshoot-performance Running the following script FAILS: No $location found: ======================================= $adminSqlLogin =…

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,077 questions
asked 2024-05-29T19:18:47.53+00:00
Scott 0 Reputation points
commented 2024-05-31T05:20:04.9733333+00:00
SiddeshTN 2,945 Reputation points Microsoft Vendor
1 answer

Rendering issues with our .Net application post windows patch

Recently, we've encountered rendering issues with our .NET application following a Windows patch update for Windows 10 Version 22H2. Specifically, after applying the cumulative update for .NET Framework 3.5, 4.8, and 4.8.1, we've noticed intermittent…

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,413 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,133 questions
asked 2024-05-16T16:21:59.7033333+00:00
SusanA 0 Reputation points
edited a comment 2024-05-31T05:19:23.6666667+00:00
Jiachen Li-MSFT 27,406 Reputation points Microsoft Vendor
1 answer

conditional join

hello, table1 has columns - col1,col2, col3 table2 has columns - col1,col2, col3 in my sql, I join the tables together by col1 but I also want to join via col2 and col3 only if col2 and col3 are present in table2 otherwise only join via col1. 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.
12,939 questions
asked 2024-05-31T04:56:18.7066667+00:00
arkiboys 9,666 Reputation points
answered 2024-05-31T05:17:33.2833333+00:00
Olaf Helper 41,571 Reputation points
1 answer

How to maintain Ajax calendar values after postback in Gridview Footer

I am using AJAX control textbox in gridview. Inside the gridview, Footer Template i am using dropdown control and many textboxes. after selecting of Ajax calendar control, if i select dropdown, the ajax value getting cleared. How to maintain the date…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,328 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,413 questions
asked 2024-05-29T15:22:30.55+00:00
Gani_tpt 1,806 Reputation points
commented 2024-05-31T05:17:15.7733333+00:00
Lan Huang-MSFT 26,686 Reputation points Microsoft Vendor
0 answers

How to post the sales & purchase order for drop-shipment having items with lot number tracking enabled?

Hi Team, Greetings!!! I am trying to post the shipment in "Dynamics 365 Business Central", but it is showing the following error. As item tracking is enabled for my item, but I am proceeding with drop shipment case scenario. Please…

Windows 365 Business
Dynamics 365 Training
Dynamics 365 Training
Dynamics 365: A Microsoft cloud-based business platform that provides customer relationship management and enterprise resource planning solutions.Training: Instruction to develop new skills.
88 questions
asked 2024-05-30T11:18:56.47+00:00
Sheikh Muhammad Jawad 20 Reputation points
commented 2024-05-31T05:15:18.5566667+00:00
Sheikh Muhammad Jawad 20 Reputation points
0 answers

Access Issues for External Clients on Our DevOps Project Test Plans

Hello Team, We are seeking assistance with an issue related to providing access to our DevOps project test plans for external collaborators. Issue Description: Our organisation collaborates with external parties, each having their own separate DevOps…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,649 questions
asked 2024-05-31T02:09:45.0033333+00:00
Patel, Charmi 0 Reputation points
commented 2024-05-31T05:14:52.7066667+00:00
Patel, Charmi 0 Reputation points
0 answers

Azure Stack HCI 23H2 Deployment error on Azure Portal

This the exact error: Exception Type 'DeployArb' of Role 'MocArb' raised an exception: Exception while installing ARB in step [DeployArb:Calling Install-ArcHciMgmt] Correlation ID: 3f1d0f7c-8132-4045-8d8f-c3fa922c5970. C:\Program Files (x86)\Microsoft…

Azure Stack HCI
Azure Stack HCI
A hyperconverged infrastructure operating system delivered as an Azure service that provides security, performance, and feature updates.
279 questions
asked 2024-05-31T05:10:32.24+00:00
Dhivya S 0 Reputation points
edited the question 2024-05-31T05:13:50.9933333+00:00
OMMI NAVEEN KUMAR 195 Reputation points Microsoft Vendor
2 answers

Storage account Requirement for function app in Premium app service plan?

When I try to create a function app in app service plan via portal storage account is a mandatory field. However when i deploy the same via bicep template its no more mandatory. Also all documents which I could find from Microsoft states the function app…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,414 questions
asked 2024-05-31T04:39:31.57+00:00
RK 0 Reputation points
commented 2024-05-31T05:13:35.24+00:00
RK 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to unlock a resource in a Storage Account?

Hello,    Could you please help me on how to delete a resource in my Storage Account? I tried to delete the selecting resource in the Storage Account but it keeps saying  that I have a resource block. I don't know how to unlock the resource in order to…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,779 questions
asked 2024-05-30T21:25:38.5966667+00:00
minh tran 96 Reputation points
edited the question 2024-05-31T05:10:39.7266667+00:00
OMMI NAVEEN KUMAR 195 Reputation points Microsoft Vendor
1 answer

How to fix Timer out while connecting to named pipe

Hello , I work in VS2022 and try to open a form , x.cs let's say. When i press view designer i receive this error

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,720 questions
asked 2024-05-30T08:05:40.2666667+00:00
Enache, Cosmin 0 Reputation points
commented 2024-05-31T05:10:11.88+00:00
Enache, Cosmin 0 Reputation points
1 answer

How would I go about setting up CA for our environment, so that MFA isn't required?

So I have been made aware that MS is forcing MFA on their tenants. Now I am still inexperienced when it comes to MS Cloud, Azure and Entra. Now we have a few different tenants and an on-prem environment. Now while we are getting our users on it we will…

Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
689 questions
Microsoft Intune Security
Microsoft Intune Security
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
355 questions
asked 2024-05-30T11:14:51.21+00:00
Lee van Rooyen (Platinum Life) 0 Reputation points
edited the question 2024-05-31T05:07:05.7733333+00:00
kobulloc-MSFT 24,401 Reputation points Microsoft Employee
0 answers

msdeploy causes error: Failed to download package. System.Net.WebException: The remote server returned an error: (403) Forbidden.

I'm following these instructions: https://github.com/Azure-Samples/function-app-arm-templates/blob/main/zip-deploy-arm-az-cli/README.md#steps I have a simple "hello world" C# http triggered windows azure function…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,414 questions
asked 2024-05-30T22:57:17.7133333+00:00
Siegfried Heintze 1,861 Reputation points
edited the question 2024-05-31T05:05:32.4433333+00:00
OMMI NAVEEN KUMAR 195 Reputation points Microsoft Vendor
1 answer

Azure DevOps text box fields have random black space

Our ADO cards' text fields have a seemingly random occurrence of black space that surrounds and redacts some of the text. It occasionally covers up important information. Is there a known issue or setting that could cause this? Azure Friday

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,649 questions
asked 2024-05-30T22:34:59.87+00:00
Monga, Bobin 0 Reputation points
edited the question 2024-05-31T05:04:46.13+00:00
OMMI NAVEEN KUMAR 195 Reputation points Microsoft Vendor