1,810,001 questions

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

How to write a REST API that will get or put onto a SQL server database

Hi All. I am looking to create an api such that a record can be written into a SQL server database. It will simply call a stored procedure with some data received. The api will return a status code to confirm if the insert has been successful or not. …

Microsoft Partner Center API
Microsoft Partner Center API

API access and integration with Microsoft Partner Center for managing partner data

762 questions
Windows for business | Windows Server | User experience | PowerShell
SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

14,746 questions
asked 2021-09-16T14:05:34.88+00:00
MrFlinstone 761 Reputation points
accepted 2021-09-23T09:57:21.907+00:00
MrFlinstone 761 Reputation points
0 answers

ASP.NET Sitemap Menu not displaying properly after creating virtual directory in IIS

I have developed Web Application. Everything working find in local machine. I am not getting the sitemap menu properly when i moved the same code in windows server 2012 and create application followed by add an virtual directory. why it is coming…

Developer technologies | ASP.NET Core | Other
asked 2021-08-30T17:51:16.627+00:00
BeUnique 2,332 Reputation points
commented 2021-09-23T09:56:49.25+00:00
BeUnique 2,332 Reputation points
1 answer

Cedentials being blocked from use on RDP connection

We have a production network that is managed by a corporate IT group external to our facility. We have a test network that is operated as a firewalled network segment. The firewall is managed by the corporate IT group. RDP connections are allowed…

Windows for business | Windows Client for IT Pros | User experience | Other
asked 2021-09-21T15:55:34.17+00:00
answered 2021-09-23T09:56:22.927+00:00
Limitless Technology 40,101 Reputation points
1 answer

Moving shared folders on server from an iMac or other network computer

So if I move a folder directly on a server, the files don't physically move on the disk, it just updates the file headers to say that they exist in a different directory now But if I'm connected to the server over the network, in this case from a Mac…

Windows for business | Windows Server | User experience | Other
asked 2021-09-22T16:19:15.6+00:00
Phil Anning 1 Reputation point
answered 2021-09-23T09:53:35.187+00:00
Limitless Technology 40,101 Reputation points
1 answer

How to call datetime column on your controller in asp.net mvc?

Hi Team I have the code, but my logic needs some improvements meaning i want to find a way to call datetime column from my database not hardcode cz it makes it difficult to do changes. Let me share my logic below; // Controller.cs public JsonResult…

Developer technologies | ASP.NET Core | Other
asked 2021-09-23T06:46:51.237+00:00
Gcobani Mkontwana 21 Reputation points
answered 2021-09-23T09:53:11.993+00:00
Anonymous
0 answers

Get caller assembly details from License Compiler

I'm working on a licensing prototype where a piece of information needs to be embedded into the dll during the build time. Below is the approach I have taken to solve this problem I have two projects, one is a custom project (Project A), where the…

Developer technologies | C#
Developer technologies | 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,800 questions
asked 2021-09-15T14:54:35.233+00:00
Akshara Thangam 1 Reputation point
commented 2021-09-23T09:50:56.717+00:00
Timon Yang-MSFT 9,611 Reputation points
0 answers

Multiple RDS License Servers

Hi All, Got few questions regarding RDS Cals migration and also moving RDS License server to another domain. Lets start with License servers. I got three license server, two of those will be decommissioned. I would like to move the licenses to…

Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
asked 2021-09-23T09:44:09.04+00:00
MG 1 Reputation point
1 answer

SSRS RDLC editing - disable popup window "Connect to Report Server"?

Hi All, Can you please tell me how to disable popup window "Conntect to Report Server" that pops up each time I open the report in the Report Builder 3.0 to edit the report. I have a report where I added a reference to the DLL -…

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.

3,162 questions
asked 2021-09-23T06:44:59.573+00:00
Damjan Zakojc 21 Reputation points
answered 2021-09-23T09:42:40.083+00:00
Isabellaz-1451 3,616 Reputation points
2 answers One of the answers was accepted by the question author.

Audit Policy Changes

The Audit Policy Changes subcategory has a table with 12 entries, such as: %%8448 Success removed %%8449 Success added %%8450 Failure removed %%8451 Failure added . . . . Can anyone point me to documentation on exactly what these…

Windows for business | Windows Client for IT Pros | User experience | Other
asked 2021-09-22T17:32:09.977+00:00
Jeff Remling 96 Reputation points
answered 2021-09-23T09:37:04.193+00:00
Limitless Technology 40,101 Reputation points
1 answer One of the answers was accepted by the question author.

Class constructor Pipeline cannot be invoked without 'new'

Hi, I'm following the documentation from @azure/storage-file-datalake, specially the List the file systems example to write an Azure Function that will take an excel file from my storage account and perform some operations with it. My code is as…

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,472 questions
Azure Storage
Azure Storage

Globally unique resources that provide access to data management services and serve as the parent namespace for the services.

3,859 questions
asked 2021-09-23T07:38:52.63+00:00
Francisco Dominguez 386 Reputation points
accepted 2021-09-23T09:36:51.537+00:00
Francisco Dominguez 386 Reputation points
2 answers

Powershell - MakeWinPEMedia : The term 'MakeWinPEMedia' is not recognized as the name of a cmdlet

I am in the process of creating a WinPE w/ PowerShell using the following link; I have mounted the wim but when I go to make the media I get the following error, PS C:\WinPE_amd64_PS> MakeWinPEMedia /UFD C:\WinPE_amd64_PS D: MakeWinPEMedia…

Windows for business | Windows Server | User experience | PowerShell
asked 2021-09-22T15:30:02.937+00:00
David Heinz 6 Reputation points
answered 2021-09-23T09:32:39.737+00:00
Limitless Technology 40,101 Reputation points
1 answer

ASP.NET_SessionId

i want to secure 'ASP.NET_SessionId' cookie, so i added <httpCookies httpOnlyCookies="true" requireSSL="true"/> to web.config and Response.Cookies[ASP.NET_SessionId].Secure = true; to master page. However when i add code…

Developer technologies | ASP.NET Core | Other
asked 2021-09-20T11:15:42.687+00:00
Larissa Pereira 1 Reputation point
commented 2021-09-23T09:28:05.107+00:00
Sam Wu-MSFT 7,571 Reputation points Microsoft External Staff
0 answers

ps4 controller driver error

I have always used my ps4 wireless controller on my laptop until today. I tried connecting the controller on the bluetooth but after that it says: "driver error" and it doesn't connect. I tried updating then both the bluetooth driver and the…

Community Center | Not monitored
asked 2021-09-23T09:23:37.54+00:00
Giusy Vacca 1 Reputation point
0 answers

Http Header in IIS

Hi, Any ideas how to set http header in IIS for below Referrer-Policy Permissions-Policy

Windows development | Internet Information Services
asked 2021-09-21T10:15:11.497+00:00
Russell Ang 66 Reputation points
commented 2021-09-23T09:21:48.233+00:00
Sam Wu-MSFT 7,571 Reputation points Microsoft External Staff
9 answers

DNS Scavenging issue

Hello, We are facing some issue related to DNS scavenging, When scavenging process runs, it deletes the specific 2 servers HOST A resource record from the zone, This things is happening with only 2 servers, apart from this, other servers Host A record…

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
asked 2021-09-22T08:04:57.74+00:00
Yogesh Bhatia 21 Reputation points
answered 2021-09-23T09:21:34.243+00:00
Limitless Technology 40,101 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Percept DK: Temperature Issue

I will ask you after referring to the other person's question, "Azure Percept DK Temperature". After running for about 3 days, the device will be unrecognized on Azure's IoT Hub and streaming will stop. It recognizes cars, and for some…

Azure Percept
Azure Percept

A comprehensive Azure platform with added security for creating edge artificial intelligence solutions.

73 questions
asked 2021-09-23T00:02:11.263+00:00
Keiichi Ota (太田 敬一) 76 Reputation points
accepted 2021-09-23T09:20:18.67+00:00
Keiichi Ota (太田 敬一) 76 Reputation points
1 answer

Time-to-live in Synapse IR

I see that the TTL is now officially available in Synapse. Few questions: https://learn.microsoft.com/en-us/azure/data-factory/concepts-integration-runtime-performance#time-to-live 1) The documentation says that "it is not available when using the…

Azure Synapse Analytics
Azure Synapse Analytics

An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.

5,648 questions
asked 2021-09-21T21:32:10.687+00:00
Kalidass Murugesan 101 Reputation points
commented 2021-09-23T09:19:05.66+00:00
William Connell 1 Reputation point
2 answers One of the answers was accepted by the question author.

Understanding multiple joins with And

I've come across an old database and was looking at some of the tables and sprocs. I noticed a couple of things and wondered if I see syntax as below what does it mean? Select tbl.id, tbl2.Name From tbl Left join tbl.id on tbl2.id AND …

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL

A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.

4,717 questions
asked 2021-09-22T05:30:50.223+00:00
Mr Edge 221 Reputation points
accepted 2021-09-23T09:16:35.757+00:00
Mr Edge 221 Reputation points
2 answers

Azure Files, Mac users not honouring security permissions

Set up Azure Files share for testing. Windows users work fine, and cannot access folders I've set with the appropriate permissions, as expected. But my Apple Mac user who I got to test it is not honouring the security permissions and can access the…

Azure Files
Azure Files

An Azure service that offers file shares in the cloud.

1,510 questions
asked 2021-08-13T14:06:48.56+00:00
Tim Jeens 26 Reputation points
answered 2021-09-23T09:15:03.853+00:00
Tim Jeens 26 Reputation points
1 answer

Current Location Using window Application WPF

I am working on Wpf application and want to get latitude and longitude(EXACT) of desktop when mark attendance and save them to database.Can anyone help for the same Thanks in Advance

Developer technologies | XAML
Developer technologies | XAML

A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.

880 questions
asked 2021-09-20T08:30:45.653+00:00
anil kumar 61 Reputation points
commented 2021-09-23T09:11:30.363+00:00
Hui Liu-MSFT 48,711 Reputation points Microsoft External Staff