406,369 questions

Sort by: Updated
2 answers

sql server-adding a suffix to an integer field

I would like to display an Integer type field (Salary in this example) with a symbol suffix (%) To do this I've cast it as a varchar, with the varchar size the maximum current length of the field (5) However, what I would really like is to have the…

Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,690 questions
asked 2021-03-31T19:16:23.257+00:00
Yacovs 1 Reputation point
commented 2021-04-07T08:55:45.397+00:00
EchoLiu-MSFT 14,601 Reputation points
5 answers

SSIS and oracle provider for OLEDB

I am using Visual studio 2019 to create SSIS package. Since I want to do a data flow and I want to use the SSIS Import and export wizard so that it creates the destination table easily. But when I chose data source oracle provider for OLE DB, it gives me…

SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,645 questions
asked 2021-03-09T20:22:11.473+00:00
Anne 276 Reputation points
commented 2021-04-07T08:52:45.213+00:00
Cheong00 3,481 Reputation points
3 answers One of the answers was accepted by the question author.

Routing messages from O365 to a domain.local

Hello everybody. we have a Domain.local running on Zimbra which is used for the temp personnel.. lot of users who change frequently during the year.. we don't want to give them a full O365 license because we don't have so much license. and anyway they…

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,795 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
2,235 questions
asked 2021-04-06T08:06:22.787+00:00
mariora 381 Reputation points
answered 2021-04-07T08:46:15.113+00:00
mariora 381 Reputation points
1 answer One of the answers was accepted by the question author.

Unable to set TargetPath when create shortcut for a file

I am trying to create a Shortcut .lnk file for a file. but I unable to set the target path. this is my target path C:\TeklaStructures\2020.0\nt\bin\TeklaStructures.exe -I "C:\TeklaStructures\DowFirm\TS2020\Imperial\EngBypass.ini"…

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.
11,306 questions
asked 2021-04-07T07:34:25.807+00:00
AnilkumarM 41 Reputation points
accepted 2021-04-07T08:42:40.083+00:00
AnilkumarM 41 Reputation points
1 answer

NPS- PEAP - certificate authentication failure

Hi, I have configured an NPS server in Server 2019 standard. PEAP/Secured Password (EAP-MSCHAP2 v2) is working perfectly. PEAP/Smart card or other certificate is not working. The test client workstation has the correct new domain computer/user…

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,910 questions
asked 2021-04-06T08:31:28.937+00:00
Dar Mar 1 Reputation point
answered 2021-04-07T08:42:05.563+00:00
Candy Luo 12,751 Reputation points Microsoft Vendor
0 answers

_stat and _utime synchronization

Hi, I'm working on a project regarding time, and I 'm trying to read/write time data from different processes. I'm thinking of using _stat/_utime to read/write time data, and I was wondering if anyone knew how _Stat and _utime manages synchronization. …

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,737 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,856 questions
asked 2021-04-07T06:25:17.397+00:00
Daniel Choi 26 Reputation points
commented 2021-04-07T08:41:29.557+00:00
David Lowndes 4,721 Reputation points
1 answer

VS Tabbed template NewItemPage...Background black, but no style to set it??

File new project, Xamarin.Forms, Tabbed project. Look at NewItemPage.xaml. The background is black, but I can't tell what is styling it that way. <?xml version="1.0" encoding="UTF-8"?> <ContentPage…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,378 questions
asked 2021-04-06T21:42:16.527+00:00
Terrence7 1 Reputation point
answered 2021-04-07T08:40:37.317+00:00
JessieZhang-MSFT 7,711 Reputation points Microsoft Vendor
0 answers

[Hardware API/Partner Center] Params to get all products by the newest

By default if I create GET method https://manage.devcenter.microsoft.com/v2.0/my/hardware/products/ I'm getting products but starting from the oldest. We have over 10000 products. By default I'm getting only 50, but max is 500 if I create this GET:…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,090 questions
asked 2021-04-07T08:40:04.877+00:00
Skorski, Arkadiusz 6 Reputation points
1 answer

How does a new user get access to reporting?

New partner needs access, do I reach out to an administrator for that?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,227 questions
asked 2021-03-31T14:21:41.59+00:00
JBelk 1 Reputation point
commented 2021-04-07T08:24:25.637+00:00
Echo Du_MSFT 17,231 Reputation points
1 answer

Recorded Meeting

We recorded a meeting and the host slides do not appear in the recorded session, only a black box. I can only assume the host did not 'share' the correct screen for the recording. During the live presentation, all guests were able to view the…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,890 questions
asked 2021-03-26T20:20:29.133+00:00
Pearson, Mardy 1 Reputation point
commented 2021-04-07T08:20:07.73+00:00
Sharon Zhao-MSFT 25,126 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Custom Frame Binding Not Working

I copied/wrote a class that inherits from Frame public class Circle : Frame { //private double _radius; public static readonly BindableProperty RadiusProperty = BindableProperty.Create(nameof(Radius), typeof(double), typeof(Circle), 126.0,…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,378 questions
asked 2021-04-05T05:02:29.507+00:00
Xamarin NewBie 121 Reputation points
accepted 2021-04-07T08:19:49.197+00:00
Xamarin NewBie 121 Reputation points
1 answer One of the answers was accepted by the question author.

How to activate darkmode for the text changed in WkWebViewRenderer?

I was trying to resize the text in a webView in Xamarin.iOS with a webView-renderer. It works, but my problem is that the dark mode does not work anymore. I have already changed the background of the web view, so it is shown right, but I don't know how…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,378 questions
asked 2021-04-07T02:04:04.613+00:00
Xamarin NewBie 121 Reputation points
accepted 2021-04-07T08:18:50.473+00:00
Xamarin NewBie 121 Reputation points
6 answers One of the answers was accepted by the question author.

Question on CASE in Order BY

Hello, After having read this example - SELECT BusinessEntityID, LastName, TerritoryName, CountryRegionName FROM Sales.vSalesPerson WHERE TerritoryName IS NOT NULL ORDER BY CASE CountryRegionName WHEN 'United States' THEN TerritoryName …

Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,690 questions
asked 2021-04-06T14:58:32.093+00:00
Mikhail Firsov 1,881 Reputation points
accepted 2021-04-07T08:16:12.037+00:00
Mikhail Firsov 1,881 Reputation points
2 answers

not able to get custom saml response

Firstly i'm not able to add http://schemas.microsoft.com/ws/2008/06/identity/claims/role as it says its a reserved claim secondly my custom values (role/user.role) are not seen in saml assertion

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,283 questions
asked 2021-03-29T18:37:16.407+00:00
Sai Prasanna sastry S S 1 Reputation point
commented 2021-04-07T08:14:59.19+00:00
Siva-kumar-selvaraj 15,691 Reputation points
1 answer One of the answers was accepted by the question author.

Key Vault references with network restrictions not working in App Service

It was announced on March 31st 2021 that Key Vault references in App Services with VNet integration would now work but for us it isn't. VNet integration has been enabled to subnet A in VNet X in the App Service. Key Vault has been configured to…

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,376 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,319 questions
asked 2021-04-06T14:51:25.677+00:00
Kim 21 Reputation points
accepted 2021-04-07T08:14:57.67+00:00
Kim 21 Reputation points
1 answer

Graph API availability from within China

Hi We are developing an application which uses Azure AD for SSO within our (global) organization. We have deployed it in the cloud outside of China without any issues. However, we are facing an issue with a separate stack we have set up in China using…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,068 questions
asked 2021-03-12T21:59:54.33+00:00
David Hayek 1 Reputation point
answered 2021-04-07T08:10:32.29+00:00
Nandeesh Swami-MSFT 1 Reputation point Microsoft Employee
2 answers

Create sql server stored procedure

I have a query to run as below and i want to run below as a stored procedure, how can i SELECT * INTO database.schema.table FROM database.schema.table delete from database.schem.table please assist

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,485 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,690 questions
asked 2021-04-05T20:42:57.6+00:00
HuuM 46 Reputation points
commented 2021-04-07T08:04:55.583+00:00
EchoLiu-MSFT 14,601 Reputation points
1 answer

demande d'aide pour crée une clés pour le tracduceur loca translate sur wordpress

Bonjour je recherche à crée une clés API pour wordpress pour le plugin loco translaté est je n arrive pas à la crées je voudrais savoir si une personne pourrais me venir en aide car j ai 19 site à crées vu que je suis webmaster je doit etre un peux…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,090 questions
asked 2021-04-07T05:22:24.56+00:00
philippe torrent 1 Reputation point
answered 2021-04-07T08:04:12.4+00:00
Pramod Valavala 20,656 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

SCOM 2019 - Port Monitoring (interface utilization)

Hello Gents, I've came across following issue. I need to monitor utilization on certaion ports on network device (discover through SNMP). After device has been discovered, by default port 26 had heatlh status as green. In health explorer I could see that…

Operations Manager
Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,530 questions
asked 2021-03-30T09:41:14.78+00:00
GA Václav Jandek 191 Reputation points
commented 2021-04-07T08:02:55.677+00:00
Crystal-MSFT 51,976 Reputation points Microsoft Vendor
1 answer

Pausing 3rd party media players like Spotify or Youtube Music

I am very new to Xamarin and Visual Studios as I am kind of learning to code while I create this project. I am trying to make an app where you press a start button and it pauses any background media player such as Youtube Music, plays an MP3 file, then…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,378 questions
asked 2021-04-06T20:23:04.67+00:00
JD Dayhuff 1 Reputation point
answered 2021-04-07T08:01:35.097+00:00
JessieZhang-MSFT 7,711 Reputation points Microsoft Vendor