339,848 questions

Sort by: Updated
1 answer

Insert statement not inserting value for one field in sql database

I have one existing table, now I have added one new field. When I try to insert value in that field it's not insert that value. its storing null value. This is very odd issue I am facing.

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,630 questions
asked 2024-04-18T10:13:16.03+00:00
Rajesh Bargode 20 Reputation points
commented 2024-04-18T12:27:41.5966667+00:00
Zahid Butt 556 Reputation points
3 answers

Xamarin navigate to page throws "Object reference not set to an instance of an object."

I'm trying to navigate and pass data to an edit page when I select a row. I select a row in the checklistpage and what to pass that rows data to the treeinfopage. (has two points of entry 1 from menu and 1 from ChecklistPage) the page structures are as…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,288 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,572 questions
asked 2024-04-10T23:23:39.3666667+00:00
tim 40 Reputation points
commented 2024-04-18T12:26:06.87+00:00
tim 40 Reputation points
2 answers

Account disabled Pay as you go

We’ve disabled your Azure subscription To protect the security and privacy of your account, we perform routine audits of all Azure subscriptions. During one of these audits, we identified suspicious activity in your subscription that violates the…

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,004 questions
asked 2021-08-04T14:35:26.137+00:00
Scott Alan Johnson 16 Reputation points
answered 2024-04-18T12:25:22.2633333+00:00
Adesola Adewole 0 Reputation points
1 answer One of the answers was accepted by the question author.

Upload files to Azure using a custom client

Hello, we are facing an issue uploading files to Azure using a custom client using azure-storage-cpplite which was developed years ago. We are currently in the process of renewing the api but for now we need a way to work around that. The current file…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,414 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,516 questions
asked 2024-04-16T05:59:11.2166667+00:00
Wansart, Christian 0 Reputation points
commented 2024-04-18T12:25:19.9133333+00:00
Wansart, Christian 0 Reputation points
1 answer

how can add data using for loop

I want to insert some array data into the database. Here using for loop. The problem is - I want to keep the InvoiceNO related to the OrderNumber change. For example, if the OrderNumber changes, the InvoiceNO will also change. I have shown it in the…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,134 questions
asked 2024-04-18T10:36:25.6733333+00:00
jewel 701 Reputation points
edited a comment 2024-04-18T12:22:39.6566667+00:00
AgaveJoe 26,181 Reputation points
1 answer

Application error

I am trying to deploy a Flask app. It runs successfully in localhost and also the build and deploy in github actions is successful as well. The Flask app , just renders a template and nothing else. It is a simple one. But when i click on the…

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,826 questions
asked 2024-04-14T07:33:36.0366667+00:00
Ashrith S Vasist 0 Reputation points
edited a comment 2024-04-18T12:22:06.7633333+00:00
ajkuma 22,081 Reputation points Microsoft Employee
1 answer

Issue with .NET application when users try to sign in using MSAL. Authentication only works for user that created the application registration.

I am having issues with a .NET application when users try to sign in using MSAL. Authentication does seem to work with my account, which was the one that created the application registration. The error message a user gets when they try to sign in is…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,369 questions
asked 2024-04-12T14:14:13.61+00:00
Christian Bowman 0 Reputation points
commented 2024-04-18T12:21:41.3+00:00
Akhilesh 4,615 Reputation points Microsoft Vendor
1 answer

Microsoft Entra Connect Sync Service is not running on Azure. I may need to upgrade from v1 to v2

I keep getting an error in an email that says "Microsoft Entra Connect Sync Service is not running. The recommended action is to upgrade from Connect Sync v1 (which is obsolete now) to v2. How do I do that upgrade?

Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,369 questions
asked 2024-04-10T14:32:04.6633333+00:00
Michael Budnick 0 Reputation points
commented 2024-04-18T12:21:02.52+00:00
Akhilesh 4,615 Reputation points Microsoft Vendor
1 answer

How to add a Service Reference to a net8.0 Console App (Missing Menu Item)

When you create a Console App in Visual Studio 2022 v17.9.6 as a net8.0 VB project, the ability to add a WSDL service reference is missing from the project context menu: It is also not in the "Connected Service" dialog: However, if you create…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,572 questions
asked 2024-04-15T13:03:15.48+00:00
Jack Art 0 Reputation points
commented 2024-04-18T12:20:50.34+00:00
Jack Art 0 Reputation points
1 answer

Error creating a Cloud Sync Configuration

I am receiving the following error message when trying to create a new cloud sync configuration: "An unexpected error occurred. Please refresh and try again. Request id: REDACTEDbc60, Time: 2024-04-09T23:42:08" I have been attempting to create…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,369 questions
asked 2024-04-10T00:18:44.33+00:00
Ron Deasy 0 Reputation points
commented 2024-04-18T12:20:43.4533333+00:00
Akhilesh 4,615 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Best practices for training Neural Custom Extraction model

Hello, I could not find info on best practices to approach training the custom Neural Extraction models. A few parts where I need the most guidance: If training invoices for lets say Czech language, is it best to only use that languages invoices for…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,337 questions
asked 2024-04-16T17:15:41.1133333+00:00
Jul-3831 20 Reputation points
accepted 2024-04-18T12:20:40.3766667+00:00
Jul-3831 20 Reputation points
3 answers

Unable to distribute driver package to local DP

Hello, I have the latest SCCM, when trying to distribute content showing me error

Microsoft Configuration Manager
asked 2024-04-15T13:54:42.9+00:00
Ahmed Essam 60 Reputation points
commented 2024-04-18T12:20:37.2066667+00:00
Garth Jones 1,346 Reputation points
1 answer

How can I delete my Azure Databricks workspace when the workspace resource has already been removed?

As the title says I have an Azure Databricks Workspace where I have deleted the Workspace resource in Azure. However, the workspace still appears in the Account Console. From here I can log into the workspace but not create clusters etc. When I click on…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,907 questions
asked 2024-04-18T11:20:48.4533333+00:00
Kim Reinhart Jensen (KJEN) 0 Reputation points
edited a comment 2024-04-18T12:20:34.85+00:00
Kim Reinhart Jensen (KJEN) 0 Reputation points
0 answers

Virtual WAN with Site-to-Site VPN - no communication between VNET and on-premises

I have implemented a Standard Virtual WAN with a Hub and attached a VNET. Next, I implemented Site-to-Site VPN in the same Hub between Azure and OracleCloud. The VPN tunnel and BGP status are UP, but I am not able to ping between Azure VNET and…

Azure Virtual WAN
Azure Virtual WAN
An Azure virtual networking service that provides optimized and automated branch-to-branch connectivity.
186 questions
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,368 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,131 questions
asked 2024-04-14T21:30:20.4733333+00:00
Arvind Bassan 0 Reputation points
commented 2024-04-18T12:20:34.0433333+00:00
Marcin Policht 9,040 Reputation points MVP
1 answer

Integrating proprietary directory users with Microsoft Entra ID

Hi, our company has an Entra directory of users and a proprietary directory of 3rd party customers. In the case of the 3rd parties, we want to take advantage of Entra's capabilities. However, we've hit a roadblock as they have emails in multiple domains…

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,634 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,369 questions
asked 2024-04-09T18:49:41.3166667+00:00
Maksymilian Chwałek 20 Reputation points
commented 2024-04-18T12:20:25.2833333+00:00
Akhilesh 4,615 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

SSMS v18.3 "Trust Server certificate" option

On one server , I have set ForcedEncryption to True. I have also attached server certificate to service account, with service account having read rights on certificate. Everything working as expected. When I query sys.dm_exec_connections, I see Encrypt =…

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,630 questions
asked 2024-04-17T18:31:14.69+00:00
Mudit Gupta 61 Reputation points
accepted 2024-04-18T12:20:05.16+00:00
Mudit Gupta 61 Reputation points
1 answer

Is that possible to have registered "Microsoft Authenticator App - Push Notification" take over as the default 1st factor authentication?

Let me start with some background first. We are migrating 142 Samsung Tab A from Google WorkSpace MDM to Microsoft Intune. I am testing the user experience from wiping a tablet to when the tablet is enrolled in Intune. Here is the procedure going to…

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,443 questions
Microsoft Intune Android
Microsoft Intune Android
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Android: An open-source mobile platform based on the Linux kernel, developed by Google, and maintained by the Open Handset Alliance.
231 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,294 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,369 questions
asked 2024-04-09T01:18:00.57+00:00
Woody Chiu at RASI 191 Reputation points
commented 2024-04-18T12:19:54.2766667+00:00
Akhilesh 4,615 Reputation points Microsoft Vendor
0 answers

Hi, I passed the Designing & implementing Microsoft Devops solution on March 29 2024 but cerificate is not active

Hello, Myself Harini M passed Designing & implementing Microsoft Devops solution exam on 29th March. But I didn't get a certificate active. Please guide me to get my certificate.

Microsoft Copilot for Microsoft 365 Development
Microsoft Copilot for Microsoft 365 Development
Microsoft Copilot for Microsoft 365: Microsoft 365 Copilot refers collectively to Copilot experiences within Microsoft 365 applications.Development: The process of researching, productizing, and refining new or existing technologies.
45 questions
asked 2024-04-18T12:18:13.7233333+00:00
Harini Maregowda 0 Reputation points
1 answer

I want to create an Account in portal.azure.com with my company email id , but when i entered my company email id , it will redirect me to GoDaddy page but I have no email service with GoDaddy , please help me how i resolve this issue it

I want to create an Account in portal.azure.com with my company email id , but when I entered for creation with my company email id , it will redirect me to GoDaddy page but I have no email service with GoDaddy , i also talk to Microsoft they said talk…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,369 questions
asked 2024-04-08T07:14:15.8833333+00:00
Faisal Abbas 0 Reputation points
commented 2024-04-18T12:17:53.9233333+00:00
Akhilesh 4,615 Reputation points Microsoft Vendor
1 answer

VM image selection

why I can select only one image from the list ? Others images are grayed out (Select option)

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
907 questions
asked 2024-04-18T12:13:09.9733333+00:00
Wojciech Migdal (Nokia) 0 Reputation points
answered 2024-04-18T12:17:42.77+00:00
Marcin Policht 9,040 Reputation points MVP