421,090 questions

Sort by: Updated
1 answer

Token Comma Expected Error

I am very very new to Power Query and have managed to get this written with some help up until the last comma error. I do not know how to even troubleshoot this. Can someone help me figure out how to get this working please. let Source =…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,650 questions
asked 2020-11-09T15:43:19.287+00:00
Dorinda Reyes 1 Reputation point
answered 2020-11-12T23:59:25.717+00:00
Jake Bolton 1 Reputation point
2 answers

Learning about Azure, guide seems old.

Hi everybody, I have been following this guide/module about Azure functions, and there is a tip talking about you may need to use an old (classic it says) experience to follow the instructions. Actually, I am not able to find such option, I know the…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,650 questions
asked 2020-11-12T16:54:08.147+00:00
Jon Magariño Brizuela 1 Reputation point
answered 2020-11-12T23:57:04.177+00:00
Mike Urnun 9,846 Reputation points Microsoft Employee
2 answers

Domain Admin Access not working

We recently hired a new domain admin and after setting up his account he is not able to log into any of our domain controllers nor is his credentials working to join computers to the domain. The following is the error he receives when trying to log into…

Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,630 questions
asked 2020-11-11T14:39:42.917+00:00
Carmen Goodin 1 Reputation point
commented 2020-11-12T23:53:08.673+00:00
Fan Fan 15,366 Reputation points Microsoft External Staff
3 answers One of the answers was accepted by the question author.

Permisisons to troubleshoot Mic and Speaker

How to grant domain users permissions to troubleshoot MIC and Speaker issues or settings ? I can't find a GPO for that

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
12,077 questions
Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,819 questions
asked 2020-11-08T18:18:53.17+00:00
Bonus12 1,126 Reputation points
accepted 2020-11-12T23:42:36.54+00:00
Bonus12 1,126 Reputation points
1 answer One of the answers was accepted by the question author.

Multiple accounts for SAML

We are implementing SSO through SAML and we have several applications that have accounts for both single users and groups. Is there a way to configure accounts in Azure SAML to accommodate both of these options?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,642 questions
asked 2020-11-09T17:42:24.927+00:00
tracys 96 Reputation points
accepted 2020-11-12T23:39:04.92+00:00
tracys 96 Reputation points
1 answer

Example of simple Containment vs Base Containment

The Legacy CE model assumes that users always query for data that exists. This means that, for a join predicate that involves an equijoin operation for two tables, the joined columns exist on both sides of the join. In the presence of additional non-join…

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,491 questions
asked 2020-11-12T16:19:45.687+00:00
sakuraime 2,336 Reputation points
commented 2020-11-12T23:23:39.96+00:00
Ronen Ariely 15,201 Reputation points
3 answers

HELP: Insert data into SQL table ERROR: Conversion failed when converting date and/or time from character string. ()

Hi, i need to insert data into a SQL database, but i have some problems, can you help me?? SqlCommand cmd = new SqlCommand(); cmd.Parameters.Add("@Batch_ID", SqlDbType.NVarChar, 50).Value = Batch_ID; …

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,448 questions
Visual Studio Debugging
Visual Studio Debugging
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Debugging: The act or process of detecting, locating, and correcting logical or syntactical errors in a program or malfunctions in hardware. In hardware contexts, the term troubleshoot is the term more frequently used, especially if the problem is major.
1,033 questions
asked 2020-11-12T11:32:16.167+00:00
Ricardo Montoya | DYMSA 21 Reputation points
answered 2020-11-12T23:04:27.037+00:00
Erland Sommarskog 119.5K Reputation points MVP
1 answer

Unable to forward ports n a Windows VM.

Port forwarding is not working ob my Windows vm. I have tried adding multiple inbound ports, the only port open by default was 3389 for rdp all others are closed. even http

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,510 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,665 questions
asked 2020-11-11T16:13:34.543+00:00
Aryan Pawar 1 Reputation point
commented 2020-11-12T22:46:28.287+00:00
Ronen Ariely 15,201 Reputation points
3 answers

Stored procedure connects to linked server but generates report with error

• All the stored procedures are on server X. The Stored Procedure 1 calls 4 subordinate reports, aggregating the results from each into a table variable, @finalResults. • The subordinate stored procedures are: o Stored Procedure 2 (server…

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,491 questions
asked 2020-11-10T22:43:34.237+00:00
Avyayah 1,291 Reputation points
commented 2020-11-12T22:36:25.807+00:00
Erland Sommarskog 119.5K Reputation points MVP
2 answers

change datatype in a table

Hi, I want to change dataType from int to varchar for columns MakeID,ModelID.vahicleTypeID Reason is sometimes we get the data as string. As this table is already in Production, we just need to modify the datatype of the columns. How easy is this doing…

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,491 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,692 questions
asked 2020-11-02T20:24:12.783+00:00
Rock Hitman 46 Reputation points
commented 2020-11-12T22:30:04.203+00:00
Erland Sommarskog 119.5K Reputation points MVP
2 answers One of the answers was accepted by the question author.

Azure function architecture design for large enterprise

I am trying to create an integration layer between our client applications and external API's. This integration layer is to be serverless and designed in Azure function. I know when we are working with API there are numerous architecture to follow…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,538 questions
asked 2020-11-07T00:44:11.263+00:00
DevBuster007 186 Reputation points
accepted 2020-11-12T22:21:59.117+00:00
DevBuster007 186 Reputation points
1 answer One of the answers was accepted by the question author.

Lock Screen Image GPO for Windows 10 - Microsoft Best practice

Lock Screen Image through GPO for Windows 10. , What would be UNC path to be used to have Lock Screen Image as per Microsoft Best practice.

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,970 questions
asked 2020-11-03T13:27:33.907+00:00
Anandasabari Vellaichamy 61 Reputation points
commented 2020-11-12T22:08:36.147+00:00
Anandasabari Vellaichamy 61 Reputation points
1 answer One of the answers was accepted by the question author.

Azure File Share Auditing

Hi, Is there a way to enable audit log for Azure File Share as in a typical Windows File Server? Are there any other ways to see who has modified/deleted/created a file? My File Storage is AD joined. Thanks! Warmly, Michal

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,384 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,726 questions
asked 2020-09-11T12:54:36.613+00:00
Michał Pawlicki 91 Reputation points
commented 2020-11-12T22:00:24.777+00:00
Nobendu Roy 11 Reputation points
2 answers One of the answers was accepted by the question author.

Execute Stored Procedures stored in table

Hi Team - I have a main stored procedure that runs daily and this main procedure executes all the procedures in it. I have set up the main procedure in the SQL agent job. Below is how the main procedure is designed: Create Procedure…

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,491 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,692 questions
asked 2020-11-01T21:09:34.54+00:00
kkran 831 Reputation points
commented 2020-11-12T21:56:44.35+00:00
kkran 831 Reputation points
1 answer

Microsoft Forms don´t show up in Teams

Hello, I have created different types of forms in Forms which I then upload to a Sharepoint page and then pal to use in Teams. The problem is that when my team members look at the forms they can not see them. They get an error message saying that they…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,650 questions
asked 2020-11-12T21:19:49.717+00:00
Helene Ahlberg 1 Reputation point
answered 2020-11-12T21:34:09.087+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

Following Account Upgrade, cannot use Batch. Advice on how to resolve AccountEncryptionKeyUnavailable?

I recently upgraded my subscription from Azure Students to Pay-As-You go. However, I am unable to use my batch account to create pools or jobs. An error (summarized below) is returned stating that the Account Encryption key is unavailable. This…

Azure Batch
Azure Batch
An Azure service that provides cloud-scale job scheduling and compute management.
358 questions
asked 2020-11-12T16:11:10.64+00:00
Daniel Wagner 21 Reputation points
accepted 2020-11-12T21:16:38.22+00:00
Daniel Wagner 21 Reputation points
3 answers One of the answers was accepted by the question author.

SVG to DataTemplate not working which as PathGeometry

I have 3 Country Flags in SVG , I need to Convert SVG to DataTemplate. Example : France Flag , this is Working <DataTemplate x:Key="France"> <Grid HorizontalAlignment="Stretch"> <Path…

Universal Windows Platform (UWP)
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,833 questions
asked 2020-10-12T11:42:50.87+00:00
Indudhar Gowda 426 Reputation points
answered 2020-11-12T20:54:36.12+00:00
Agha Khan 166 Reputation points
1 answer

Linked Service with ADF Connection Failing

I am attempting to connect by Azure Data Lake Analytics account with Azure Data Factory via a Linked Service. I have added the required information in the Edit linked service blade, created an app and a secret for the Service Principal ID and key, set…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,344 questions
Azure Data Lake Analytics
asked 2020-11-02T17:23:19.58+00:00
Supply Chain Glass 1 Reputation point
commented 2020-11-12T20:29:42.27+00:00
Saurabh Sharma 23,831 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Issues with EXCEL subtotal using vb.net

I am getting random Grand Totals when I use vb.Net to sub-total the spreadsheet: The code I am using is: enter code herePublic Function SubTotalBudgetSummary(ixlsxWorkSheet As Excel.Worksheet) As Boolean Dim lexcelRange As Object = Nothing …

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,448 questions
asked 2020-11-12T17:21:59.217+00:00
Rex Haverty 21 Reputation points
accepted 2020-11-12T20:21:33.207+00:00
Rex Haverty 21 Reputation points
1 answer One of the answers was accepted by the question author.

Automate Maintenance jobs in Azure SQL Database

Hi Team, I am planning to implement Index maintenance job on 5 Azure SQL Db's Options: Using Rubook Elastic Jobs feature. My question is ,which option is best for cost ($$$) point of view?

Azure SQL Database
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,329 questions
asked 2020-10-20T06:58:05.867+00:00
Vijay Kumar 2,036 Reputation points
accepted 2020-11-12T20:08:32.693+00:00
Vijay Kumar 2,036 Reputation points