Newest Questions

0 votes
1 answer
52 views

My PostgreSQL server has unexpectedly shut down. In the log file (postgresql-Wed.log), I can see the following: 2025-11-12 18:18:54 LOG: received fast shutdown request 2025-11-12 18:18:54 LOG: ...
Sébastien Clément's user avatar
0 votes
0 answers
35 views

On a PostgreSQL 14 database, I've got a logical replication publication of 108 tables across 10 schemas. For some unknown reason, the subscriber fails to replicate tables in one of the schemas (call ...
JK Laiho's user avatar
  • 175
-1 votes
1 answer
55 views

I have created my Database,then highlighted the database and right-clicked ,then TASK and to IMPORT but both IMPORT and EXPORT are faint.
Bosszua's user avatar
0 votes
1 answer
40 views

To monitor Copy operations in PostgreSQL in real-time, I use the “pg_stat_progress_copy” view tool: Here, I specifically want to analyze the number of tuples processed by the command, which is “...
Abdullah Ergin's user avatar
0 votes
0 answers
13 views

If I set commitlog_disk_access_mode: direct - what's happening to commitlog_sync? It sounds like now I get something close to batch option?
Сергей's user avatar
0 votes
1 answer
39 views

Here is my demo code: USE master; GO IF NOT EXISTS (SELECT * FROM sys.symmetric_keys WHERE name = '##MS_DatabaseMasterKey##') BEGIN CREATE MASTER KEY ENCRYPTION BY PASSWORD = 'StrongPassword123!';...
Just a learner's user avatar
0 votes
1 answer
72 views

I want to do this, but there doesn't seem to be a supported way to do it. What is a version that would work? CREATE EVENT SESSION [MySession] ON DATABASE ADD EVENT sqlserver.sql_statement_completed( ...
Mark Freeman's user avatar
  • 2,295
0 votes
1 answer
30 views

I have been testing PostgreSQL 17 AYSNC replication and failover on Ubuntu VMs. Suppose I have two VMs: A as the primary and B as the standby. If I promote B while A is offline, and later configure A ...
goodfella's user avatar
  • 700
4 votes
1 answer
135 views

This time last year, I set the page_verify database option to checksum on a very old and very large database. We do weekly index maintenance, so I hope that most of the database's pages have been ...
J. Mini's user avatar
  • 1,362
1 vote
1 answer
15 views

Need some help with our Cassandra 4.1.3 operation. We successfully decommissioned a node in remote datacenter by first “ALTER KEYSPACE” with remaining datacenter, then “nodetool decommission” nodetool ...
user3479703's user avatar
0 votes
0 answers
27 views

We noticed a data inconsistency in a 3-node asynchronous replication Postgres setup. A single JDBC transaction inserted/updated rows in two tables but we are noticing that one table did not have a few ...
cb_1796's user avatar
3 votes
1 answer
70 views

I've noticed when using "sqlcmd" to connect to SQLServer, the text is cut off when the column is of "text" type and more than 256 characters. I've discovered if I place "-y 0&...
dev4life's user avatar
  • 131
2 votes
1 answer
92 views

I am attempting to connect to the secondary replica in an HA RDS cluster. Usually I do this by connecting to hostname.vpc.local with the master user SQL Auth credential. Today I restored an HA cluster ...
Peter Vandivier's user avatar
1 vote
1 answer
70 views

On single IBM Db2 v11.5 database server we have two databases connected with federated system. On source database there are federated definitions: CREATE WRAPPER DRDA; CREATE SERVER myserver TYPE DB2/...
folow's user avatar
  • 550
0 votes
1 answer
33 views

My experience is in Firebird v1 to 3. So, I am apprehensive about using views. I am using MySQL 8.x on a Windows server. The server side is a REST server on IIS. The client is a WebApp running in the ...
Rohit Gupta's user avatar
  • 2,168

15 30 50 per page
1
3 4
5
6 7
7020