Questions tagged [windows-11]
7 questions
1
vote
0 answers
New WS install win11 Pro and O365: Connection to DB fails due to change in ownership from SQL to Azure. Is it a Permissions issue?
Security System: Unable to connect to Local Database Template.
Error Message: The remote computer that you are trying to connect to requires Network Level Authentication (NLA), but your Windows domain controller cannot be contacted to perform NLA.
Dragonfly
- 11
- 1
1
vote
1 answer
Postgres psql command intermittently 'stalls' in powershell
I'm in the process of moving a postgres database to a new server.
I have number of large tables, partitioned by month, each contains several 10's of millions of rows.
I have a powershell script to do the following....
Copy the backup file (for a…
ConanTheGerbil
- 1,303
- 5
- 31
- 50
0
votes
0 answers
Windows could not start the SQl server (SQLEXPRESS) service on Local Computer (MacOS running Windows 11 VM)
I have a common problem that I just cannot figure out after scrolling through posts expressing a similar issue. I am currently running a macOS using a virtual machine that has Windows 11. Due to what I understand are compatibility issues in the CPU…
Meditation
- 1
- 1
0
votes
1 answer
Could not Access File $libdir/vector No Such File or Directory
I am not a DBA. I am trying to test and experiment.
I am on a Windows 11 machine and using PgAdmin. I have PostgreSQL 15 installed.
When I run CREATE EXTENSION VECTOR, I get the following error message:
Could not access file "$libdir/vector": No…
0
votes
0 answers
MariaDB 11.1.2-GA on Windows 11 Pro crashes every couple of days, sometimes couple of hours
Is there any current (October 2023) solution for MariaDB 11.1.2-GA on Windows 11 Pro crashing every couple of days or even sometimes every couple of hours with the following error in .err log:
InnoDB: Missing FILE_CREATE, FILE_DELETE or FILE_MODIFY…
trejder
- 101
- 2
0
votes
0 answers
How much space required to merge two tables?
I have some large sets of tables that I partition by date.
Every day I run a query similar to this to merge the two tables
WITH moved_rows AS
(
DELETE FROM tableA_20230531 RETURNING *
)
INSERT INTO tableA_202305
SELECT * FROM moved_rows
The table…
ConanTheGerbil
- 1,303
- 5
- 31
- 50
0
votes
0 answers
I can't install "SQL Server 2019" in windows 11. Getting error 0x84B40002
I can't install "SQL Server 2019" in windows 11. Getting error 0x84B40002 stating Database service engine failed.