386,259 questions

Sort by: Updated
1 answer

Office 365 question about updating turabian settings

I have an office 365 subscription and am working on my dissertation. I need to implement the Turabian 9th edition but am finding it difficult in the current setup. Is there a way to update my product to include the new 9th edition? Thank you immensely.…

Microsoft Office Online Server
Microsoft Office Online Server
Microsoft on-premises server product that runs Office Online. Previously known as Office Web Apps Server.
647 questions
asked 2021-01-07T19:47:29.75+00:00
Kelly Padgett 31 Reputation points
commented 2021-01-08T15:07:09.197+00:00
Kelly Padgett 31 Reputation points
3 answers One of the answers was accepted by the question author.

C# prevent multiple instance of console application running

I got a code which prevent multiple instance of console application running. help me to understand the below code' [STAThread] static void Main() { using(Mutex mutex = new Mutex(false, "Global\\" + appGuid)) { if(!mutex.WaitOne(0,…

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,008 questions
asked 2021-01-06T19:13:26.393+00:00
Sudip Bhatt 2,276 Reputation points
accepted 2021-01-08T15:06:18.787+00:00
Sudip Bhatt 2,276 Reputation points
2 answers One of the answers was accepted by the question author.

SQL Server: How to create QUEUE to insert/update data there

1) please tell me how could i create queue in sql server? 2) after creating does it persist like table ? 3) how to select data from queue ? 4) how to insert data into queue ? 5) the moment we read data from queue that data will be available for…

Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,653 questions
asked 2021-01-07T16:00:48.597+00:00
Sudip Bhatt 2,276 Reputation points
accepted 2021-01-08T15:01:45.817+00:00
Sudip Bhatt 2,276 Reputation points
2 answers One of the answers was accepted by the question author.

SQL Server: How to design table like a queue

Please guide me how can i use a table like a queue. i want then moment i will select or read a records then that records will not be able to select by another session. i got a little direction from this link…

Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,653 questions
asked 2021-01-07T14:35:06.557+00:00
Sudip Bhatt 2,276 Reputation points
accepted 2021-01-08T14:58:46.683+00:00
Sudip Bhatt 2,276 Reputation points
8 answers

Client showing with Question mark issue

Hi Everyone, A happy new year and hope you all are safe! Need your advice on an issue which we are facing in our environment. For one specific site in our environment after completing Pxe boot there is always a question mark on the devices for that…

Microsoft Configuration Manager Deployment
Microsoft Configuration Manager Deployment
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Deployment: The process of delivering, assembling, and maintaining a particular version of a software system at a site.
992 questions
asked 2021-01-04T14:20:20.513+00:00
Shashi Dubey 21 Reputation points
commented 2021-01-08T14:53:20.35+00:00
Youssef Saad 3,416 Reputation points
1 answer

Windows 10 Bitlocker to go compatibility

I used Bitlocker to go to encrypt my USB drive on Windows 10 PC. Then tried to access the drive on other Windows platforms, i.e. Windows Server 2016, 2012 and Windows 7. All failed. On Server 2016 and 2012, after I inserted the USB drive. It did not…

Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,929 questions
asked 2021-01-08T06:29:47.513+00:00
Pierre Choi 1 Reputation point
commented 2021-01-08T14:50:38.333+00:00
MTG 1,221 Reputation points
0 answers

Multiple accounts

So I worked for a company that had a Microsoft account, I'm guessing that my email was my "account", I no longer work for that company we will call this "Oldjob@oldjob.com". I also have an "account", email address that I…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,702 questions
asked 2021-01-08T13:28:24.077+00:00
CCarp 1 Reputation point
commented 2021-01-08T14:42:16.957+00:00
Michael Taylor 54,811 Reputation points
1 answer One of the answers was accepted by the question author.

enable sa account

The sa account is disabled state, so tried to login to engine by setting single user mode, and then sqlcmd -E, not working. Is there any way to create a new admin user/ enable sa login. Thanks, Ashru

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,982 questions
asked 2021-01-08T10:02:25.947+00:00
Ashru 41 Reputation points
accepted 2021-01-08T14:07:54.407+00:00
Ashru 41 Reputation points
1 answer One of the answers was accepted by the question author.

SCOM SSRS-Rule use Computeraccount instead of healthservice

Hi We got a Error from the "An error occurred during execution of a SSRS MP managed module" Rule, which is part of the Microsoft SQL Server 2017+ Reporting Services Core Library Management Pack. We use the SQL Run As Addendum from Kevin…

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,492 questions
asked 2021-01-08T12:36:14.377+00:00
StatelyElf 21 Reputation points
accepted 2021-01-08T14:04:28.63+00:00
StatelyElf 21 Reputation points
2 answers One of the answers was accepted by the question author.

Visual Studio 2019 SSDT Compare Ignores Auto Created Indexes

Hi! I am working with SSDT in Visual Studio 2019. When doing a compare from the database to the project indexes with the flag auto_created true (i.e. created by Azure Recommendations) are ignored. So if your project doesn't have the index it will not…

Azure SQL Database
asked 2021-01-06T22:40:54.577+00:00
Jason Graves 61 Reputation points
accepted 2021-01-08T14:04:13.25+00:00
Jason Graves 61 Reputation points
1 answer

Getting “MailboxNotEnabledForRESTAPI” While trying to use MS Graph APIs

We have used MS Graph API(MSAL) in one SAP UI5 Application and have implemented Mail api, Calender api and MailboxSetting apis so far. It was working fine till last month. Suddenly this application keeps throwing the error…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,265 questions
asked 2020-12-17T12:09:43.98+00:00
Priyadarshinee, Arpita (external) 21 Reputation points
commented 2021-01-08T14:02:17.093+00:00
Priyadarshinee, Arpita (external) 21 Reputation points
2 answers One of the answers was accepted by the question author.

SharePoint Online

Hello, I would like to save a SharePoint site as a template in the power shell, what would be the commands for this operation?(I mention that I use SharePoint online 2019 thanks.

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,822 questions
asked 2021-01-07T14:23:55.88+00:00
Andreea Ruth Moldovan 21 Reputation points
answered 2021-01-08T14:01:33.867+00:00
Andreea Ruth Moldovan 21 Reputation points
1 answer One of the answers was accepted by the question author.

Configure www root to public folder

Hi i've uploaded my laravel project to my web app but the instructions I followed appear to have a button called "Application Settings" which I do not have? I am not sure how to configure site/wwwroot to be directed into site/wwwroot/public? …

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,905 questions
asked 2021-01-08T13:12:16.433+00:00
Florian Sjouw 96 Reputation points
accepted 2021-01-08T13:54:25.69+00:00
Florian Sjouw 96 Reputation points
1 answer One of the answers was accepted by the question author.

Need Help with Microsoft Bot Framework

Hi, I am working on a bot using Microsoft Bot Framework v4 and LUIS v3 (Cognitive Services by Azure). I am using the botbuilder-ai library which is part of the Bot SDK. I want to set the timezone for the LUIS model response which uses the prebuilt…

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,897 questions
asked 2021-01-07T13:52:48.203+00:00
Utsav Tulsyan 21 Reputation points
accepted 2021-01-08T13:51:37.137+00:00
Utsav Tulsyan 21 Reputation points
2 answers

Local account locks domain account

Hello! I have domain account CONTOZO\user1 and local account SERVER\user1 with different passwords. When I log into to the SERVER with a local account it sends several "Transitive Network logon" to the domain controller and locks domain…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,635 questions
asked 2021-01-03T07:50:40.873+00:00
Alex Smolin 1 Reputation point
commented 2021-01-08T13:45:18.747+00:00
Alex Smolin 1 Reputation point
1 answer

Link not working in Custom Neural Voice application form

Hi, The application form for the preview of the custom neural voice program has a reference to a 2019 survey of MS among voice over talent and the benefits they see on using their own voice as custom neural voices. However the link seems to be…

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,897 questions
asked 2021-01-08T12:29:26.117+00:00
Raoul W 11 Reputation points
commented 2021-01-08T13:41:56.013+00:00
Raoul W 11 Reputation points
2 answers

Exclude Hidden and System Files or Folders : My.Computer.FileSystem.CopyDirectory

Hi, I am trying to copy a directory to using My.Computer.FileSystem.CopyDirectory. Everything works fine until the source contains HIDDEN or SYSTEM files or folders and error about permissions. Can we include Hidden and System files and folders?…

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,735 questions
asked 2021-01-08T11:59:26.91+00:00
~OSD~ 2,196 Reputation points
commented 2021-01-08T13:25:52.227+00:00
~OSD~ 2,196 Reputation points
2 answers One of the answers was accepted by the question author.

SQL Server 2020 Release Date

Hello, Do you know when is the release date of the SQL Server 2020 (Also named SQL2020 and SQL Server 16.0 (?) I realize this has been asked here: when-is-the-release-date-for-sql-server-2020-aka-sql2020 and the direction was that, roughly, MS…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,982 questions
SQL Server Migration Assistant
SQL Server Migration Assistant
A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.
538 questions
asked 2021-01-07T17:20:12.72+00:00
Sean Halverson 26 Reputation points
answered 2021-01-08T13:24:49.467+00:00
Olaf Helper 45,096 Reputation points
1 answer One of the answers was accepted by the question author.

SCCM 2006 clients fail co-management enrollment

Most of our SCCM clients enabled co-management just fine. Howerver, we have some that have not completed the enroll. We've checked and they are Hybrid AD, and the SCCM server is showing the SCCM agent doing policy requests. But when we try to do…

Microsoft Configuration Manager
asked 2021-01-04T20:09:31.68+00:00
Robert Panick 156 Reputation points
commented 2021-01-08T13:22:57.233+00:00
Panick, Robert 171 Reputation points
1 answer

Dynamic group with custom extension properties (from multi-tenant application)

We created a multi-tenant application in tenant A, we then added several extensionProperties. If we then create a new Dynamic Membership group (in Tenant A) and press the Get custom extension properties link, and then input the Application ID. We get to…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,095 questions
asked 2020-07-24T10:32:46.693+00:00
Stephan van Rooij 61 Reputation points MVP
commented 2021-01-08T13:10:33.377+00:00
Ioan Agopian 6 Reputation points