355,383 questions

Sort by: Updated
1 answer

Help in SQL Conversion query

How I can convert Total column from varchar to numeric to show result in numeric with two decimal using SELECT query. Create table #temp (Num1 numeric (6,2), Num2 numeric (6,2), Num3 numeric (6,2), Num4 numeric (6,2), Total varchar(200)) insert into…

SQL Server Transact-SQL
SQL Server Transact-SQL
SQL Server: A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.Transact-SQL: A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
61 questions
asked 2024-06-23T23:34:19.0633333+00:00
Kenny Gua 411 Reputation points
answered 2024-06-24T03:31:23.7933333+00:00
Viorel 114K Reputation points
0 answers

Android app crash on Prod but working fine on debug and Qual

I got this error System.TypeLoadException: Could not resolve type with token 01000003 from typeref (expected class 'System.Reflection.AssemblyProductAttribute' in assembly 'mscorlib, Version=4.0.0.0, Any solution for this issue?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,087 questions
asked 2024-06-24T03:29:12.89+00:00
Ain Natasha 0 Reputation points
commented 2024-06-24T03:30:13.4666667+00:00
Ain Natasha 0 Reputation points
0 answers

Azure OAI content filters removes City Name

My team uses gpt4o for one of our tax reporting app processes. The api calls to gpt4o refuses to provide a response to a city name in Georgia. The api call is made to correct the provided wrong address. When the city name of Cumming, GA is provided along…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,486 questions
asked 2024-06-21T11:28:13.78+00:00
Jyoti Vasudev 0 Reputation points Microsoft Employee
commented 2024-06-24T03:28:43.2366667+00:00
YutongTie-MSFT 47,686 Reputation points
0 answers

Setting up two ISP links to one Azure VPN Gateway

Hi all, As the title says, I'm looking to setup two ISP links to my Azure VPN Gateway. We have two ISP links coming into our office, one being our primary, and other being backup incase primary goes down. At the moment our primary ISP link is connected…

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,426 questions
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,076 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,247 questions
asked 2024-06-24T03:28:10.7666667+00:00
Laihsb 0 Reputation points
0 answers

In RAG AI headers are not returned with ## in MarkDown JSON call

We are trying to add documents to RAG AI index. For this we are analysing the document and them getting the markdown json from which we are creating chunks. But our markdown json is not returning # for headers. I am attaching the document and output from…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,486 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,533 questions
asked 2024-06-21T11:35:39.9866667+00:00
Srikanth Penmetsa 0 Reputation points
commented 2024-06-24T03:28:04.4033333+00:00
YutongTie-MSFT 47,686 Reputation points
0 answers

Maui .Net 8 iOS MediaPicker.CapturePhotoAsync issue returns null after user presses USE PHOTO on apple device

Hi, Maui .Net 8 iOS MediaPicker.CapturePhotoAsync returns null after user presses USE PHOTO on apple device. Works perfectly on Windows and Android. Please help. Thank you, Grant

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,087 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,528 questions
asked 2024-06-22T16:31:55.83+00:00
Grant Schaffer 25 Reputation points
commented 2024-06-24T03:25:09.3333333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 70,966 Reputation points Microsoft Vendor
1 answer

My custom domain will not delete

Hello, I have tried deleting my custom domain twice now. It just remains there for hours on Deleting and never completes. What can I do to fix this? Thank you!

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,076 questions
asked 2024-06-23T19:35:09.2533333+00:00
Eric Beiler 0 Reputation points
commented 2024-06-24T03:24:33.8133333+00:00
Eric Beiler 0 Reputation points
0 answers

azure openai gpt-4o create message to a thread, "Invalid type for 'content': expected a string, but got an array instead."

Getting 400 as in title. swapping endpoint to openai, worked fine. looking at the doc. azure doc seems not updated https://learn.microsoft.com/en-us/azure/ai-services/openai/assistants-reference-messages?tabs=python#create-message compare to the…

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,486 questions
asked 2024-06-22T01:11:22.0733333+00:00
John Zhang 0 Reputation points
commented 2024-06-24T03:24:17.97+00:00
AshokPeddakotla-MSFT 29,906 Reputation points
1 answer

I'm trying to add Document Automation in Ai Builder, but it says "Document automation isn’t available in your region. Contact your admin or create a new environment"

Hello, We are trying to use the Document Automation in Power Automate, however get a red error message stating: "Document automation isn’t available in your region. Contact your admin or create a new environment". We are in the Europe Region…

Microsoft Power Platform Training
Microsoft Power Platform Training
Microsoft Power Platform: An integrated set of Microsoft business intelligence services.Training: Instruction to develop new skills.
167 questions
asked 2024-06-18T12:59:25.0666667+00:00
Wood, Carl 0 Reputation points
commented 2024-06-24T03:22:50.1566667+00:00
Rakesh Gurram 4,890 Reputation points Microsoft Vendor
0 answers

SQL : Stored Procedure variables if returning 0 or null values do not run next steps

Hi Team - If any of the 4 variables are returning 0 or NULL value do not run the next insert scripts. Could you please help how i can write a condition. TIA Create PROCEDURE [FIN].[Test] @PeriodToAllocate varchar(8) /* */ AS SET NOCOUNT ON DECLARE…

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,125 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,586 questions
asked 2024-06-24T03:21:31.3766667+00:00
kkran 831 Reputation points
edited the question 2024-06-24T03:22:40.6466667+00:00
kkran 831 Reputation points
1 answer

should i make as many datafiles for temdb as many cpus i have.

hi, q1 As people said if u ghave GAM conention then u can go for adding as many datafiles of equal size in temdb as many cpus u have is it correct in sqlserver 2019 vesion also. q2) right click on sqlserver instance then select…

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,125 questions
asked 2024-06-23T09:07:08.07+00:00
Rajesh Kumar Yadav 0 Reputation points
commented 2024-06-24T03:22:23.7566667+00:00
Rajesh Kumar Yadav 0 Reputation points
1 answer

Not able to see certification details after scheduling the AZ500 exam

Hello Team, Please help me, I am unable to see Certification tab after scheduling the exam in the pearsonVue portal 500. Please let me know how to check this.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
37,151 questions
asked 2024-06-23T20:32:54.9933333+00:00
Snehal Mane 0 Reputation points
edited the question 2024-06-24T03:21:44.2666667+00:00
PRADEEPCHEEKATLA-MSFT 83,301 Reputation points Microsoft Employee
0 answers

SQL : Stored Procedure variables if returning 0 or null values do not run next steps

Hi Team - I have a below Procedure which is running fine but i have a requirement where if any of the 4 variables are returning 0 or NULL value do not run the next scripts/steps. I have highlighted the script not below. Could you please help on how…

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,125 questions
SQL Server Transact-SQL
SQL Server Transact-SQL
SQL Server: A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.Transact-SQL: A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
61 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,586 questions
asked 2024-06-24T03:18:24.7366667+00:00
kkran 831 Reputation points
0 answers

Matrix's backgroud color

HI, I NEED A HELP I HAVE A MATRIX, AND I WOULD LIKE TO CHANGE THE BACKGROUND COLOR WHEN THE AGREGATED VALUE IS UNDER THAN 92K. I TRYED TO USER A SIMPLE SWITCH OR IIF (IN TABLIX ITS WORKS FINE), BUT IT CHANGE ALL CELLS IN THE MATRIX...   HOW CAN I DO THIS…

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,854 questions
asked 2024-06-21T16:06:29.46+00:00
commented 2024-06-24T03:17:02.0566667+00:00
ZoeHui-MSFT 34,591 Reputation points
1 answer

como puedo instalar el sql server tengo problemas con el wmi o me pide consultar el sdk de windows installer

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,125 questions
asked 2024-06-23T05:19:19.7966667+00:00
Alonso Bravo 0 Reputation points
edited an answer 2024-06-24T03:15:13.9+00:00
LucyChen-MSFT 2,565 Reputation points Microsoft Vendor
0 answers

Installing Security Update for Microsoft ODBC Driver 17 and SQL OLE DB Driver

I've downloaded the SQL Driver and OLE DB driver 9th April 2024 and have attempt to install by running as admin and powershell command. Powershell command "Start-Process -FilePath "C:\Temp\security-package.exe" -Wait" I have…

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,125 questions
Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,769 questions
asked 2024-06-24T03:14:44.8466667+00:00
Azim 6 Reputation points
1 answer

Problem with registering the website as an application

Hello, I have written a simple web application and I would like to register it as an application in the Edge browser. The problem is that for a website that is run from disk, this option is inactive. Is there any other way I can register a local site as…

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,211 questions
HoloLens Development
HoloLens Development
HoloLens: A family of Microsoft self-contained, holographic devices that enable engagement with digital content and interaction with holograms in the surrounding environment.Development: The process of researching, productizing, and refining new or existing technologies.
389 questions
asked 2024-06-22T16:34:39.21+00:00
Jakub Augustyniak 0 Reputation points
answered 2024-06-24T03:11:31.3466667+00:00
Yu Zhou-MSFT 12,781 Reputation points Microsoft Vendor
2 answers

{"code":"DisallowedLocation","message":"The provided location 'jioindiawest' is not permitted for subscription. List of permitted regions is 'australiacentral,australiacentral2,australiaeast,australiasoutheast,brazilsouth,brazilsoutheast,canadacentral,can

{"code":"DisallowedLocation","message":"The provided location 'jioindiawest' is not permitted for subscription. List of permitted regions is…

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,480 questions
asked 2024-06-22T08:07:47.5633333+00:00
User1-41869485 0 Reputation points
answered 2024-06-24T03:11:14.78+00:00
navba-MSFT 19,065 Reputation points Microsoft Employee
0 answers

How to fix: mx.google.com rejected your message to the following email addresses

I spent nearly two hours chatting with two different Microsoft agents trying to resolve this issue. Instead of providing a solution, they told me to look for alternatives and end the chat. This is highly unprofessional. Any kind souls who can help on…

Outlook
Outlook
A family of Microsoft email and calendar products.
3,253 questions
asked 2024-06-24T03:07:51.88+00:00
Ian Yew 0 Reputation points
1 answer

How to update email address for Microsoft Learn and certification profile

How can I change the email address associated with my account for Microsoft Learn and certification activities from Gmail to Outlook? I would appreciate any guidance on the steps needed to update my account's email address.

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.
5,004 questions
asked 2024-06-23T05:19:57.8533333+00:00
Md Abu Sayeed Bhuiyan 0 Reputation points
answered 2024-06-24T03:07:06.2033333+00:00
ChristyZhang-MSFT 21,671 Reputation points Microsoft Vendor