Questions tagged [windows]
Operating system produced by Microsoft. Windows is produced in various desktop and server versions. Please also add a version-specific tag like windows-10 if that is relevant to the question.
672 questions
0 votes
1 answer
14 views
SQL Server Profiler 22 won't open on ARM
After installing SQL Server Profiler 22, I get the following error when opening the application? --------------------------- PROFILER.exe - System Error --------------------------- The code execution ...
0 votes
1 answer
23 views
Postgres database migration. pg_restore seems to hang
I'm attempting to migrate (users, structures, triggers, data - everything) a postgres 17 database on a windows 10 machine to a new windows 11 server. The new machine has a default installation of ...
4 votes
1 answer
179 views
Grid Result Scroll Bars in SSMS 21
Microsoft giveth and Microsoft taketh away. In this case they appear to have removed a feature in SSMS 21. In previous versions, as well as in the current text editor, as well as practically every ...
0 votes
0 answers
43 views
Administrator part of Administrators group cannot execute initdb
A built-in Administrator account (part of Administrators group) is executing a batch file file.bat inside User1 environment using runas /user:Administrator "cmd /k file.bat" command. The ...
0 votes
0 answers
24 views
How to get the last event id for each day & level of windows event viewer? [duplicate]
I've built a MySQL database from a Windows Event Viewer, trying to track down the last event for each possible level of event. For example, the last event for level Warning on 8/2/2025 might be 10016 (...
1 vote
0 answers
64 views
How do I fix mixed line endings in SSMS?
I have no idea how this happens, but in SSMS (version 21) occasionally the line endings go wrong. I’m teaching online to users with Windows and SSMS and suddenly they get errors with the GO keyword. ...
2 votes
2 answers
620 views
SSMS21 on windows 2022 server opens a new instance every time I double click a sql file
When I installed SSMS21 on windows 2022 server I noticed the extremely disruptive new feature where it will not use the open and logged in instance of SSMS when I double click a .sql file. Instead, ...
2 votes
2 answers
444 views
Running sqlcmd errors
I am trying to run an MSSQL script using sqlcmd on Windows 10. The command is something like this: sqlcmd -S "host" -U "user" -P "password" -d "database" -C -i &...
0 votes
1 answer
113 views
Cassandra for Windows
I have downloaded Cassandra from here https://www.apache.org/dyn/closer.lua/cassandra/5.0.4/apache-cassandra-5.0.4-bin.tar.gz, i have extracted it and set the environment variable as well, but when i ...
2 votes
0 answers
55 views
Running Postgresql container using sslmode=verify-full and accessing from WSL, but getting "could not load private key" error
i setup my postgresql in container, with hostssl and clientcert=verify-full as an option. I already generate root CA, then sign both server-key.pem and server.pem. then I sign client-key.pem and ...
1 vote
1 answer
474 views
Running Postgres on windows AND WSL, connect pgadmin to both
I have a webapp I'm developing using Symfony 6.4 and Postgres 15. My Employer has given me a windows machine that is locked down and I can not get raised privileges. Anytime i want anything done i ...
0 votes
1 answer
421 views
Cluster Error 1069 and 1205
I have just built a SQL Server 2022 Always on Availability group with 3 Nodes at HQ and 1 Node at DR. During our testing phase I have noticed every time I rebooted the primary without failing over or ...
-1 votes
1 answer
90 views
MariaDB Replica error. SSL certificate validation failure
MariaDB Replica error. SSL certificate validation failure Master and SLave on Windows. Both on MariaDB 10.11.11. All certificates are created on OpenSSL On Slave: Slave_IO_State: Connecting to ...
0 votes
1 answer
93 views
DB2 RESTORE on new server affects database on original server
My question is pretty simple: Can a DB2 RESTORE on one server, affect the server where the backup originated? That is, can the DB2 RESTORE command contact the original server and do "something&...
0 votes
0 answers
31 views
Postgres DB size greater than sum of all tablespaces
According to SELECT pg_database_size('mydb') my database is about 15TBytes. According to SELECT spcname FROM pg_tablespace I have a total of 5 tablespaces (pg_global, pg_default and 3 others I created)...