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.
663 questions
0
votes
0
answers
17
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
78
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
41
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
61
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
21
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)...
3
votes
1
answer
168
views
ORIGINAL_LOGIN() returns incorrect user name (AD vs local account)
I'm trying to switch between user contexts but ORIGINAL_LOGIN() returns some magic AD account rather than the local machine account I connected with. This makes it impossible to switch back to the ...
0
votes
0
answers
429
views
SQL Server Windows Authentication not working within server: "The login is from an untrusted domain and cannot be used with Integrated authentication"
I have SQL Server 2017 installed as the default instance hosted on a virtual server (GoDaddy) running Windows Server 2019 (this is a live production server). SQL is configured for mixed-mode ...
0
votes
2
answers
66
views
SQL Server: which data file extension should be used when adding a primary file on another drive?
If I have a Windows disk with a capacity of 1T, for example, and the primary datafile (.mdf) for my database reaches the disk's maximum size, I want to add a second datafile to the primary group.
As ...
0
votes
1
answer
130
views
Why can't I restore a database backup from a shared folder in Microsoft SQL Server Management Studio?
I'm working with Microsoft SQL Server Management Studio, version v18.12.
I have shared a directory, in order for my colleagues to give me information, like database backups.
When I try to access a ...
2
votes
1
answer
876
views
How do I resolve an intermittent oracle error when trying to call an external dll: ORA-28576: lost RPC connection to external procedure agent?
I've been seeing an intermittent oracle error for a few weeks when trying to call an external procedure/dll. The message received is:
ORA-28576: lost RPC connection to external procedure agent
Has ...
0
votes
1
answer
147
views
Mariabackup fails with SSL Connection error on localhost
I did a fresh (re)install of MariaDB on Windows earlier due to some unrelated issues.
But ever since, I haven't been able to use the mariabackup command. It consistently fails with the following error ...
0
votes
1
answer
93
views
Lookup what SQL connection string did the client use to connect
I have an onpremise SQL database server, to which, many applications connect to.
Created CNAME record for the server and instructed users to change it in their app connection string too. Most of them ...
0
votes
1
answer
1k
views
SQL Server Agent log Message [396] An idle CPU condition has not been defined - OnIdle job schedules will have no effect
We are using Sql Server 2022 on Windows Server 2019.
SQL Server Agent service is runing but some scheduled jobs doesnt start at the time.
When I restart SQL Server Agent service, SQL Server Agent log ...
3
votes
2
answers
345
views
How can I link a Windows domain account to a SQL Server account?
I have a service that connects to my database using a connection string containing the user name and password of an account in the database. Since this is insecure, I need to change to using ...
0
votes
2
answers
5k
views
How to upgrade MySQL from 8.0 to 8.4?
I'm on Windows. I installed MySQL 8.4, stopped all services and copied the Data folder and my.ini files into the 8.4 folder but now the 8.4 services does not start and does not produce any logs. I can'...