340,235 questions

Sort by: Updated
1 answer

.net windows forms how to make your 2.form appear right next to your first form

same as the question

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,821 questions
asked 2022-01-29T17:43:56.647+00:00
deniz koyuncu 11 Reputation points
answered 2022-01-29T18:22:34.613+00:00
Castorix31 81,461 Reputation points
1 answer One of the answers was accepted by the question author.

Set spending quota for users in azure

Hi, I have an azure subscription, i nmeed to give access to different users to use it, but want to limit there usage to a spending limit, maybe based on resource group, how can i achieve this? thanks

Azure Cost Management
Azure Cost Management
A Microsoft offering that enables tracking of cloud usage and expenditures for Azure and other cloud providers.
2,007 questions
asked 2022-01-28T18:09:29.147+00:00
ares 201 Reputation points
accepted 2022-01-29T17:59:52.567+00:00
ares 201 Reputation points
4 answers One of the answers was accepted by the question author.

Are deletes more costly when you allow snapshot isolation?

In his blog post implementing-snapshot-or-read-committed-snapshot-isolation-in-sql-server-a-guide Brent Ozar explains how to turn on snapshot isolation for a database but still allow sessions to use the regular read committed isolation level. I did do…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,653 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,551 questions
asked 2022-01-26T17:01:55.977+00:00
Chris Sijtsma 141 Reputation points
answered 2022-01-29T17:52:51.487+00:00
Chris Sijtsma 141 Reputation points
1 answer

Power PIVOT sum quantity with a filter date

I have some filters + a date filter. So I would like to sum since the begginign of the data till the date selected on the filter (it will be selected just 1 day). For example: My filter will be just selected the day 16/01/2022 Wich…

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,459 questions
asked 2022-01-27T15:49:10.607+00:00
Maria GO 1 Reputation point
answered 2022-01-29T17:48:18.783+00:00
Herbert Seidenberg 1,191 Reputation points
1 answer

Procmon Time of Day Incorrect Order

Using Procmon 3.86, if a particular process name is filtered for and there is a long period of time between event entries, new entries will be created at the top of the table rather than the correct location at the bottom. This creates a situation where…

Sysinternals
Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,082 questions
asked 2021-12-06T23:09:08.41+00:00
Utkonos 6 Reputation points
answered 2022-01-29T17:42:33.98+00:00
bumr329 1 Reputation point
1 answer

SYSMON does not log any EventID=26

My config file is below. I renamed sysmon.exe to sm-tomtest.exe At the admin command prompt I run sm-tomtest -accepteula -i config.xml It responds as expected: Loading configuration file with schema version 4.81 Configuration…

Sysinternals
Sysinternals
Advanced system utilities to manage, troubleshoot, and diagnose Windows and Linux systems and applications.
1,082 questions
asked 2022-01-10T00:03:35.41+00:00
Tom van Stiphout 1,621 Reputation points MVP
commented 2022-01-29T17:35:13.057+00:00
dstaulcu 351 Reputation points
1 answer One of the answers was accepted by the question author.

Regarding mojang to microsoft account migration

Hi! I am trying to migrate my Mojang account to my Microsoft account. I have the email associated with it. But, every time I look in my outlook the email that's supposed to give me the code to migrate doesn't appear in my inbox when I try to migrate.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,883 questions
asked 2022-01-29T16:30:13.533+00:00
Jeremiah Ogawa 21 Reputation points
accepted 2022-01-29T17:30:43.747+00:00
Jeremiah Ogawa 21 Reputation points
2 answers

Cannot deserialize the current JSON array.

Dear Friends, Good Evening I am getting an error in the below source code. Could you please help me with this. Error details Newtonsoft.Json.JsonSerializationException: 'Cannot deserialize the current JSON array (e.g. [1,2,3]) into…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,140 questions
asked 2022-01-21T11:41:00.967+00:00
Rajesh Somvanshi 1 Reputation point
answered 2022-01-29T16:17:42.727+00:00
Jose Zero 576 Reputation points
1 answer One of the answers was accepted by the question author.

Azure Powershell Resource Group Cost

Hello: Is there a way to get the Cost of single Azure Resource Group (only) via PowerShell? Of course, the cost should include the cost of all resources in this RG... Thank you!

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
922 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,355 questions
asked 2022-01-27T22:16:21.447+00:00
Oleg Aronov 106 Reputation points
commented 2022-01-29T16:14:53.94+00:00
Oleg Aronov 106 Reputation points
1 answer

HTTPS connection to container breaks down after authentication.

Hello community, I try to run the openvas container from immauss (https://hub.docker.com/r/immauss/openvas) on Azure Container Instance (ACI). At first I tried to work with the environment variables as recommended by immauss…

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
382 questions
Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
633 questions
asked 2022-01-28T16:50:22.273+00:00
Christopher P. Proske 1 Reputation point
commented 2022-01-29T15:59:35.077+00:00
Christopher P. Proske 1 Reputation point
0 answers

GetKeyboardLayout() and LoadKeyboardLayout() difficulty

Hello guys, What i want to do is GetKeyboardlayout(0) that returns a HKL object and i want to use this HKL as input for the first parameter of LoadKeyboardLayout() which is LPCWSTR. Is this possible ? Thanks in advance

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,412 questions
C++
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.
3,519 questions
asked 2022-01-29T08:31:02.18+00:00
Ioann 61 Reputation points
commented 2022-01-29T15:18:08.737+00:00
Igor Tandetnik 1,106 Reputation points
0 answers

Custom UI Runtime Error in Addin Tools Classic Menu for Access 2010

I have Access 2019 and when I opened and for the first time I click on "Menus", "File" a message comes on the screen:

Access Development
Access Development
Access: A family of Microsoft relational database management systems designed for ease of use.Development: The process of researching, productizing, and refining new or existing technologies.
817 questions
asked 2022-01-29T14:36:04.433+00:00
Mario Jaile 41 Reputation points
1 answer

windows server 2008 Microsoft AD CS

Hi everybody Recently we are using Microsoft ADCS on windows server 2008 in our organization. we have an OSCP server beside our enterprise CA server. We have just noticed that the OCSP is CRL based in Microsoft CA and so as OCSP gets access to the CRL…

Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,717 questions
asked 2022-01-29T06:48:25.243+00:00
mary Anderson 1 Reputation point
answered 2022-01-29T14:32:00.41+00:00
Vadims Podāns 8,866 Reputation points MVP
3 answers

Extending C drive

I have windows 10 and unable to get updates as my C drive is full. I have lot of space in my D and G drive and want to move it to C Drive. I know I can extend my C drive from the other two drives. My question is how do I bring the G drive next to C drive…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,571 questions
asked 2022-01-26T22:37:52.4+00:00
Chandrika Ravishankar 6 Reputation points
commented 2022-01-29T14:23:45.623+00:00
MotoX80 31,561 Reputation points
2 answers

Hyper-V Cluster crashes in 30 secs when particular node is off

Hi! I have a Hyper-V failover cluster of 2 physical Windows 2022 nodes with witness and 2 CSV disks on SAS storage. The servers both Dell R640 and almost identical. The problem is that if to stop cluster service on one particular node (say #2) the…

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,530 questions
Windows Server Clustering
Windows Server Clustering
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Clustering: The grouping of multiple servers in a way that allows them to appear to be a single unit to client computers on a network. Clustering is a means of increasing network capacity, providing live backup in case one of the servers fails, and improving data security.
956 questions
asked 2022-01-20T21:06:22.98+00:00
Akim 1 Reputation point
answered 2022-01-29T14:20:57.083+00:00
Akim 1 Reputation point
1 answer

Authenticator Log-In Attempts Not me

Every so often I wake up to one or two windows Authenticator notifications requesting a log-in. These are not me, should I be concerned about someone trying to access my information?

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,449 questions
asked 2022-01-29T13:44:51.27+00:00
Ness99 1 Reputation point
answered 2022-01-29T14:04:37.333+00:00
StephanG 1 Reputation point
0 answers

Flask containers show as "Running" in container group and log successful startup but very rarely respond to requests

I'm running 3 containers in a container group. 2 of them are my own Python containers and the other one is Redis. Both Python containers show up as "Running" in their status and when I look at their logs I see successful startup. But they…

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
633 questions
asked 2022-01-15T17:29:29.363+00:00
Orel Fichman 6 Reputation points
commented 2022-01-29T14:02:28.473+00:00
Orel Fichman 6 Reputation points
0 answers

Black Screen After Server Restore

Hi there helpful people Had a raid crash last week and done a bare metal restore on Dell Powerdge R210 || with Perc-S300 with two 1TB drives in RAID 1. The process took about 24 hours (800GB) Now when ever the system boots i get as far as the lock…

Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,526 questions
asked 2022-01-29T13:49:06.513+00:00
DiZzY 1 Reputation point
1 answer

Trigger linked server SP via MDS data updates

@Erland Sommarskog I have a database server hosted in IaaS which also includes an MDS(Master data services) database along with normal one. My intention is, whenever someone publishes a new data in an MDS table, an SP should be triggered in…

Azure SQL Database
asked 2022-01-29T06:19:30.963+00:00
Nandan Hegde 29,886 Reputation points MVP
answered 2022-01-29T13:40:48.127+00:00
Erland Sommarskog 100.8K Reputation points MVP
1 answer

Renewal of Azure Administrator Associate certification to be expired on 02/08/2022 for MCID : 17112793

About a week ago I saw an option to renew my Azure Administrator Associate certification online by giving a 45 min exam online. Since I was on client calls I thought to give it over the weekend but this does not seem to be visible now. I have below…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,883 questions
asked 2022-01-29T13:17:13.337+00:00
Jain, Dilip Kumar 1 Reputation point
answered 2022-01-29T13:28:12.63+00:00
Dave Patrick 426K Reputation points MVP