474,150 questions

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

blind sql injection + lists.asmx risks in SharePoint 2013

Hi Guys, This is regarding SharePoint 2013 1) Do we have any SP patch which can prevent from blind SQL injection? 2) We can access list.asmx from the public-facing URL. for example, https://<site URL.>/.../lists.asmx Can this be vulnerable to…

Microsoft 365 and Office | SharePoint Server | For business
asked 2021-02-22T01:19:00.533+00:00
Tanmoy Das 806 Reputation points
accepted 2021-02-22T17:52:45.403+00:00
Tanmoy Das 806 Reputation points
2 answers

How to JOIN 2 tables in ADF to Create a 3rd Table

Hello again, Now I need to join 2 tables in my ADF Pipeline to create a 3rd Table. I have googled and can't really find much and I need this for our QA Environment. Can you please give me a direction to go in doing this with ADF? Thanks so much!!…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,641 questions
asked 2021-02-18T17:30:18.113+00:00
Mike Kiser 1,536 Reputation points
commented 2021-02-22T17:50:21.087+00:00
Nasreen Akter 10,811 Reputation points Volunteer Moderator
0 answers

Export Control Classification Number

Hi, I know this could be quite off-topic but Microsoft's MSDN "concierge chat", not having the answer, suggested to me to ask it here. I am looking for information on the "Export Control Classification Number (ECCN)" regarding…

Community Center | Not monitored
asked 2021-02-22T17:49:36.847+00:00
Valerio Zanella 1 Reputation point
1 answer

Parent Domain Controller ratio server 2019

I am trying to find out the best practices approach to the number of domain controllers a parent domain should have per number of child domains. As an example, if a parent domain has 30 child domains, 2 is sufficient, but then when you get into the…

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
asked 2021-02-16T16:41:17.82+00:00
Kohlhagen, Jason 1 Reputation point
commented 2021-02-22T17:49:13.233+00:00
Jordan Mills 2 Reputation points
2 answers One of the answers was accepted by the question author.

Powershell script on Exchange server returns 800+ records out of 62000. Why?

Hi, I've used script below to extract all attachments from mailbox (needed to perform only once). It's a mailbox where reports was sent, so it contains only messages with specific name and attachment. And it returns only 800+ records out of 60+…

Exchange | Exchange Server | Development
Windows for business | Windows Server | User experience | PowerShell
asked 2021-02-21T18:35:17.797+00:00
Alexander Korchagin 21 Reputation points
commented 2021-02-22T17:47:08.29+00:00
Alexander Korchagin 21 Reputation points
3 answers One of the answers was accepted by the question author.

vs c++ or c#

so i cant decide what to choose.. i know how to make basic stuff in both cpp and c#. what to focus on ? i want to mainly start programming windows apps. can you create stand alone apps in c#?

Developer technologies | C++
Developer technologies | C#
asked 2021-02-18T18:51:20.69+00:00
jeremy34 21 Reputation points
accepted 2021-02-22T17:33:12.277+00:00
jeremy34 21 Reputation points
3 answers One of the answers was accepted by the question author.

permisions on sys.dm_os_performance_counters

one of the sql accounts related to monitoring tools needs read permissions on the sys.dm_os_performance_counters does this dmv exist only in master or should the reas permisions be provided to this dmv in all of the user databases as well

SQL Server | Other
asked 2021-02-05T16:50:19.897+00:00
NeophyteSQL 241 Reputation points
answered 2021-02-22T17:32:21.237+00:00
NeophyteSQL 241 Reputation points
2 answers One of the answers was accepted by the question author.

AutoAdminLogon in Windows Server 2019 not working

Hello all, for automation purposes in my home lab I try to activate the AutoAdminLogon in Server 2019 but it does not work. I also take a look into gpedit.msc to be sure that interactive logon message text and title is empty but still no auto logon.…

Windows for business | Windows Server | User experience | Other
Windows for business | Windows Server | Devices and deployment | Configure application groups
asked 2021-02-22T08:42:29.383+00:00
CptRetro 501 Reputation points
accepted 2021-02-22T17:26:47.62+00:00
CptRetro 501 Reputation points
1 answer

I want to install python package in databrikcs job clusters and how to include this utility is "ini" file

Hi Team, How to install any python package in databricks jobs cluster .. Requirement 1= and there is many 30 job clusters in my environment .. i dont want to install package individually in each job clusters is there any way to install package in…

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,531 questions
asked 2021-02-12T11:39:13.357+00:00
Rohit Boddu 471 Reputation points
commented 2021-02-22T17:23:19.07+00:00
Saurabh Sharma 23,851 Reputation points Microsoft Employee Moderator
1 answer

How to connect data factory to azure sql managed instance private endpoint

Hi All, I have azure SQL managed instance private endpoint database. now i am facing challenge to connect this database using data factory. I cant able to create linked service to connect MI database. I have done research from my side and i found…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,641 questions
asked 2021-02-16T11:36:05.257+00:00
Girish13 1 Reputation point
commented 2021-02-22T17:21:33.363+00:00
Saurabh Sharma 23,851 Reputation points Microsoft Employee Moderator
1 answer One of the answers was accepted by the question author.

Extract more than one (several) pattern of numbers of the a varchar(max) column

ErlandSommarskog provided an excellent response: ; WITH get_startpoint AS ( select ID, DescItem, start_point = patindex('%[0-9][0-9][0-9][0-9]-[0-9][0-9][0-9][0-9]%', DescItem) from @T ) SELECT ID, Number = CASE WHEN start_point > 0…

SQL Server | Other
asked 2021-02-22T16:07:24.733+00:00
vsslasd 556 Reputation points
commented 2021-02-22T17:18:32.483+00:00
vsslasd 556 Reputation points
0 answers

Azure migrate configuration server/process server issue

While configuring Azure migrate replication appliance am gettimg the error."the configuration server and/or process server are unableto communicate to the azure site recovery service". what can be the possible reasons?

Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
927 questions
asked 2021-02-19T13:22:32.537+00:00
sucharita96 41 Reputation points
commented 2021-02-22T17:14:59.75+00:00
SwathiDhanwada-MSFT 18,996 Reputation points Moderator
1 answer One of the answers was accepted by the question author.

Power indicator white to no light

Hi, my new Azure Kinect DK doesn't seem to power on. The power indicator goes from white to nothing (but it's not fast enough to be "flashing"). It looks like it's being powered on for a second, then turn off, then goes back to being powered…

Azure Kinect DK
Azure Kinect DK
A Microsoft developer kit and peripheral device with advanced artificial intelligence sensors for sophisticated computer vision and speech models.
299 questions
asked 2021-02-22T11:13:59.79+00:00
Adiver 106 Reputation points
commented 2021-02-22T17:13:08.547+00:00
QuantumCache 20,366 Reputation points Moderator
1 answer

eDiscovery Holds

Hello, I'm studying how to use eDiscovery for recompile some evidences of my team. But I don't understand what are Holds for. Because as I understand they are like a "backup" of the mails. But doing some tests, I deleted some mails and they…

Community Center | Not monitored
asked 2020-11-05T10:53:43.12+00:00
De Hoyos, Miguel 21 Reputation points
answered 2021-02-22T17:08:19.953+00:00
Joseph Patrick 641 Reputation points
1 answer One of the answers was accepted by the question author.

StoreContext.GetStoreProductsAsync() error: "Exception from HRESULT: 0x80072F06"

StoreContext storeContext = StoreContext.GetDefault(); string[] productKinds = { "Durable" }; List<String> filterList = new List<string>(productKinds); StoreProductQueryResult queryResult = await…

Developer technologies | Universal Windows Platform (UWP)
Microsoft Partner Center | Other
asked 2021-02-19T23:48:49.83+00:00
Hong 1,246 Reputation points
commented 2021-02-22T17:03:42.72+00:00
Hong 1,246 Reputation points
1 answer

Azure Data Catalog RegTool: Error when registering a HANA view

When trying to register an SAP HANA view as a data source for the Azure Data Catalog, we receive an error. The error message in the logs reads: "Microsoft.HANA","1.0","Microsoft.Data.Mashup.MashupValueException","Der…

Azure Data Catalog
Azure Data Catalog
An Azure service that serves as a system of registration and system of discovery for enterprise data assets.
112 questions
asked 2020-10-09T11:06:18.367+00:00
Arne 1 Reputation point
answered 2021-02-22T16:59:30.987+00:00
Zeising.Arne 1 Reputation point
2 answers One of the answers was accepted by the question author.

Struct For Each

All, My, abbreviated, class definition are as follows: public class Location { public struct StaffRequirment { public Guid DBRef; public DateTime StartTime; public DateTime EndTime; public Guid Skill; …

Developer technologies | C#
asked 2021-02-22T14:26:39.217+00:00
AS 211 Reputation points
commented 2021-02-22T16:58:41.827+00:00
AS 211 Reputation points
1 answer One of the answers was accepted by the question author.

Partner Center Rest API next link

I have been scrutinizing in the Partner Center API documentation, but I just cannot find anything describing, how to handle next-link situations. When I retrieve all customers, I get 499 customers via the API. There is a links on the object returned,…

Community Center | Not monitored
asked 2021-02-21T18:43:18.84+00:00
Axel B Andersen 186 Reputation points
accepted 2021-02-22T16:54:58.653+00:00
Axel B Andersen 186 Reputation points
1 answer

No artifacts to display

Hallo, since yesterday get get the Message "No artifacts to display" whenn i want to add an artifact to my VM in DevTest Lab in Europe. Can anybody help me, why there are no artifacts? Kind Regarde Thomas

Azure DevTest Labs
Azure DevTest Labs
An Azure service that is used for provisioning development and test environments.
291 questions
asked 2020-10-27T11:36:24.357+00:00
Thomas Wilfinger 1 Reputation point
commented 2021-02-22T16:52:50.237+00:00
Monalla-MSFT 13,071 Reputation points Moderator
1 answer

Detach VM from DevTest Lab

I've created a VM using a DevTest Lab, but no longer want to manage it as a DevTest Lab VM. Primarily, I need to move it to another Azure region, but the main reason is that it is a build server and probably shouldn't have been created as a DTL VM in…

Azure DevTest Labs
Azure DevTest Labs
An Azure service that is used for provisioning development and test environments.
291 questions
asked 2020-10-30T17:28:14.533+00:00
Phil Marland 1 Reputation point
commented 2021-02-22T16:50:30.593+00:00
Monalla-MSFT 13,071 Reputation points Moderator