Newest Questions

1 vote
1 answer
31 views

I am trying to get Semantic Search feature running in my SQL Server 2019 by doing the following: SELECT SERVERPROPERTY('IsFullTextInstalled'); 1 (this means it is installed) SELECT ...
User101's user avatar
  • 11
0 votes
0 answers
4 views

Created the event, enabled it, validated that it's active, but no tables appeared. Do I first have to call WLM_SET_CONN_ENV before the CAPTURESQLDLMEDCASALL tables are created, or am I ...
RonJohn's user avatar
  • 694
0 votes
0 answers
31 views

I am integrating data display software that expects tables for a dynamic use case, and have opted to produce views for the display software to consume. Essentially, the data display issues queries of ...
user22476690's user avatar
0 votes
1 answer
24 views

Overview I have the following setup using Azure PostgreSQL flexible server v17: a main database containing a certain table included in the table list for a logical replication publication a replica ...
Alexei's user avatar
  • 1,191
0 votes
1 answer
8 views

I'm trying to do a schema-only pg_dump of my database, however with data from one or two specific tables included. This means I can't use the --schema-only or --data-only options of pg_dump, and I can'...
Bergi's user avatar
  • 604
0 votes
1 answer
23 views

AlmaLinux 9.6 We have recently been having some big issues with a Plesk update from MariaDB 10.5 to mariaDB 10.11.14 . This now seems to be resolved (I reinstalled the MariaDB and the data from a dump)...
Mm-Art-In's user avatar
  • 269
0 votes
1 answer
24 views

In my job we have 3 Oracle database servers, hosted in AWS RDS - one for development, one for testing and one for production. We have a years-old bash script that uses expdp and impdp to export ...
osullic's user avatar
  • 101
0 votes
0 answers
25 views

This question on MongoDB compound index: Below is a sample document in a given collection test. { a : 5, b : 3, c: 2, d : 1 } Given a compound index { a: 1, b:1, c:1, d:1}, Which of the below query ...
Howard Lee's user avatar
  • 1,019
0 votes
2 answers
29 views

We run a Plesk server, for our sins. We yesterday did an update from MariaDB 10.5.17 to 10.11.14 SYSTEM: AlmaLinux 9.6 Plesk Obisidan 18.0.73 An issue that has been identified with this is that ...
Mm-Art-In's user avatar
  • 269
-5 votes
1 answer
193 views

I have a query that, when executed in SQL Server Management Studio takes only 2 seconds to run, but when I execute it through the application, it takes 1 minute and times out. I increased the timeout ...
denis ciola's user avatar
0 votes
2 answers
98 views

I'm new to SQL and am trying to query a view (dbo.) made from a D365 table. My goal is to do a recursive joins on 4 different views but to start with I tried something basic and received the following ...
Nikola Dewtobko's user avatar
0 votes
1 answer
21 views

One of my clients has a database in which a single identity column (called id in that table) has two sequences associated with it(!) Both sequences display Sequence for identity column: <schema>....
Colin 't Hart's user avatar
0 votes
0 answers
17 views

I am trying to recover a client's data hosted on an iSeries server. It is very probably a DB2. There are 2000+ tables to transfer. I have access with jdbc and tried with DBeaver (which gives the best ...
JC Boggio's user avatar
  • 197
0 votes
2 answers
98 views

On Windows Server 2016 and with SQL Server 2019 (v15.0), the tempdb file size is huge at about 80GB and it is divided into many files such as: tempdb.mdf, tempdb_mssql_2.ndf tempdb_mssql_3.ndf ... ...
Orgil's user avatar
  • 111
1 vote
1 answer
183 views

WE have our Autogrowth on our Database set to the following: ROWs Data - Size 25000MB - Autogrowth by 10%, Unlimited Log - Size 345789 - Autogrowth by 10%, Limited to 2097152MB Database is throwing ...
JukEboX's user avatar
  • 143

15 30 50 per page
1
2 3 4 5
7018