1,809,893 questions

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

Azure_fail to get MI access token

Dear Community, Would like to seek your advice on this issue: fail to get MI access token It happens when trying to invoke the SP in ADF, and it only happened this time; before that and after that all batches are working fine It is just…

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,647 questions
asked 2021-06-15T11:31:28.057+00:00
Daqi Ke 41 Reputation points
accepted 2021-06-21T03:07:46.26+00:00
Daqi Ke 41 Reputation points
1 answer

How to design a pipeline when copy the data from source to sql when source have more columns and sql table have less columns

Im trying to copy the data from file to table using copy activity. Thing is source file have 10 columns and sql table have 5 columns. When tried to run the job with automaooing getting error number of columns are not same. Can some one help me. …

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.

12,163 questions
asked 2021-06-12T05:35:51.303+00:00
Harinadh 1 Reputation point
commented 2021-06-21T03:02:25.003+00:00
ShaikMaheer-MSFT 38,636 Reputation points Microsoft Employee Moderator
2 answers One of the answers was accepted by the question author.

Sharepoint Online authentication options for guest users

I have been trying to determine what options I have for allowing guest users to sign in to SharePoint Online sites. My search results often suggest that federation with Google and Facebook is possible, but I think that these are only options for…

Microsoft 365 and Office | SharePoint | For business | Windows
asked 2021-06-18T16:42:07.327+00:00
Michael Piazza 36 Reputation points
accepted 2021-06-21T02:57:47.403+00:00
Michael Piazza 36 Reputation points
1 answer

Xamarin Form Idea/discussion about making a SwipeView associated with a datepicker control

I design a page which includes 3 items: A SwipeView: Horizontal swipe. We can swipe left and right to navigate to a next view. I think it is easy to achieve this one with ViewPager in Android…

Developer technologies | .NET | Xamarin
Developer technologies | .NET | Xamarin

A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.

5,379 questions
asked 2021-05-30T06:11:31.11+00:00
Tony Le 1 Reputation point
commented 2021-06-21T02:54:17.947+00:00
JarvanZhang 23,971 Reputation points
0 answers

How to make a sliding effect left and right when changing the ImageSource in WPF?

I'm writing a program in WPF and C#. Image is displayed using InkCanvas' Background property ImageBrush. (To work on drawing with InkCanvas) Load multiple images (the number is not fixed) in a specific folder and show them one by one from the first…

Developer technologies | Windows Presentation Foundation
asked 2021-06-18T12:22:13.497+00:00
HoneyBee 186 Reputation points
commented 2021-06-21T02:54:13.817+00:00
DaisyTian-1203 11,651 Reputation points Moderator
0 answers

Azure AD B2C social login KMSI next-best alternative

I've been pouring over the documentation (e.g. https://learn.microsoft.com/en-us/azure/active-directory-b2c/session-behavior?pivots=b2c-user-flow) and got my single page app working with MSAL and Azure AD B2c. I have the session lifetime set to the…

Microsoft Security | Microsoft Entra | Microsoft Entra External ID
Microsoft Security | Microsoft Entra | Microsoft Entra ID
asked 2021-06-21T02:53:54.36+00:00
Nigel 6 Reputation points
2 answers One of the answers was accepted by the question author.

Raid Level for SQL

Experts, For SSD Disks which is the best RAID level : For Data Files For Log Files For Tempdb

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

14,746 questions
asked 2021-06-17T11:55:19.43+00:00
Vishal Garg 1,576 Reputation points
accepted 2021-06-21T02:52:51.687+00:00
Vishal Garg 1,576 Reputation points
1 answer

Ajax Update Panel ScriptManager.RegisterStartupScript redirect Parent from iframe not working

I have an aspx page, c#, that loads in Ajax Update Panel. After page loads I override Page_Render so that I can save the page content as a pdf. After writing the file I want to redirect parent (my page is inside iframe) to another location on same site.…

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
Developer technologies | ASP.NET Core | Other
asked 2021-06-18T18:10:51.147+00:00
Cindy Mello 62 Reputation points
answered 2021-06-21T02:45:22.5+00:00
Yijing Sun-MSFT 7,106 Reputation points
1 answer

Remoting application - crash

Buen dia, favor me pueden ayudar con una falla de Crash generado en mi servicio creado en .net remoting. El servicio se encuentra corriendo de forma correcta en un servicio Windows Server 2012. Pero en Pasado un tiempo (Pueden ser meses). Se…

Windows for business | Windows Server | User experience | Other
asked 2021-06-18T18:38:50.323+00:00
Jhonblancor 1 Reputation point
answered 2021-06-21T02:44:11.267+00:00
Carl Fan 6,896 Reputation points
1 answer

Store cyrillic text alongwith ASCII from csv into SQL

I have an issue I m trying to address where there are strings which have Cyrillic characters and when loaded from csv into SQL it gets loaded as some weird characters . As per many posts online,I tried to deal with flat file connection manager…

SQL Server Integration Services
SQL Server Integration Services

A Microsoft platform for building enterprise-level data integration and data transformations solutions.

2,793 questions
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-06-19T05:26:15.06+00:00
PV 21 Reputation points
answered 2021-06-21T02:43:27.933+00:00
ZoeHui-MSFT 41,551 Reputation points
1 answer One of the answers was accepted by the question author.

how do I assign a Team tempalte to a group?

When I create a team, how do I build it based on a team template? or I want assign a team template to exited group?

Microsoft Teams | Microsoft Teams for business | Other
asked 2021-06-10T09:34:06.827+00:00
Wayne Lei 21 Reputation points
commented 2021-06-21T02:43:13.27+00:00
Wayne Lei 21 Reputation points
0 answers

Shared Lock method. How well does it perform when it comes to files?

I am looking to use a shared lock method on a binary or text file. I have learned that it is when share locking a file, the file is movable only afterwards. Is that true? If it is, then can any user provide me some source code snippet examples? …

Developer technologies | C++
Developer technologies | 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.

4,067 questions
asked 2021-06-20T05:35:15.303+00:00
John 511 Reputation points
commented 2021-06-21T02:43:11.387+00:00
Jeanine Zhang-MSFT 11,356 Reputation points Microsoft External Staff
1 answer

How to access config files (.ini) to read/write on Microsoft Hololens 2

Hi - We are looking to access the .ini files that are stored on the Microsoft Hololens 2. We would like to set the permission of these files so we can read/write and even set it to have one consistent config file that is used everytime we open an…

HoloLens | Development
HoloLens | Development

The process of creating immersive mixed reality applications for Microsoft HoloLens,

418 questions
asked 2021-06-18T14:35:15.897+00:00
Frank Regal 1 Reputation point
answered 2021-06-21T02:41:31.69+00:00
Hernando Ren 2,171 Reputation points
0 answers

why cant i change my safe settings for browser

im in uk and my settings default to strict why

Microsoft Edge | Microsoft Edge development
asked 2021-06-18T07:36:40.817+00:00
phil harbun 1 Reputation point
commented 2021-06-21T02:38:09.75+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

Reading XML file

<page number="1" width="2550" height="3300"> <text X="2188" Y="162" Width="162" Height="47" Font="******@R327A.tmp">3/5/2021</text> <text…

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-06-21T00:26:24.603+00:00
DikongPrigm 61 Reputation points
accepted 2021-06-21T02:36:34.77+00:00
DikongPrigm 61 Reputation points
4 answers

Need to clear Database

In my Database I have a structure like: I have prepared a dynamic store procedure to delete records from the DB but I am not getting the proper table order to delete records, That's why I am getting foreign key constraint error. CREATE…

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-06-18T06:26:15.01+00:00
Thouheed B 21 Reputation points
commented 2021-06-21T02:36:16.003+00:00
MelissaMa-msft 24,246 Reputation points Moderator
1 answer

Integration between OneNote and Outlook

Hello! OneNote has a feature: integration of tasks from Outlook. Tasks can be created and monitored from OneNote app. We would like to add a feature of processing Outlook tasks to our product. I.e. we want to programmatically create new tasks and…

Outlook | Windows | Classic Outlook for Windows | For business
Microsoft 365 and Office | OneNote | For business | Windows
asked 2021-06-18T12:57:53.57+00:00
AlexeiSo 81 Reputation points
answered 2021-06-21T02:34:39.667+00:00
Jade Liang-MSFT 9,991 Reputation points Microsoft Employee
1 answer

SharePoint - Content Type, Hid/Show Certain Coloumns Depending on Folders

Hello, On Sharepoint, I have a library with several folders such as "Contracts" and "General." I had set up custom metadata for the library like "Contract Start" and "Contract End" but they apply more to the…

Microsoft 365 and Office | SharePoint Server | For business
Microsoft 365 and Office | SharePoint | Development
Microsoft 365 and Office | SharePoint | For business | Windows
asked 2021-06-18T00:23:50.4+00:00
icequeen 21 Reputation points
commented 2021-06-21T02:25:12.433+00:00
Emily Du-MSFT 51,986 Reputation points Microsoft External Staff
4 answers

Hyper-v does not appear in activate windows features

]2 when i try to activate it from powershell i get this also add that virtualization is activated in my bios

Windows for business | Windows Client for IT Pros | Storage high availability | Virtualization and Hyper-V
asked 2021-06-21T00:41:08.513+00:00
alex parco 1 Reputation point
answered 2021-06-21T02:22:47.277+00:00
Anonymous
3 answers One of the answers was accepted by the question author.

Windows server 2019

Is there a way to make a domain controller highly available or create a fail over if the node goes offline ?

Windows for business | Windows Server | Storage high availability | Clustering and high availability
asked 2021-06-19T06:39:16.543+00:00
Whitney Kenny 236 Reputation points
accepted 2021-06-21T02:19:03.14+00:00
Whitney Kenny 236 Reputation points