Newest Questions

0 votes
1 answer
28 views

I run a nightly job that compares SQL Agent jobs between AG nodes. On some of the jobs that run SSIS packages, there is a slight difference in the command line tab. The jobs run ok on both nodes but ...
AlexP012's user avatar
1 vote
0 answers
85 views

I'm helping out someone where it looks like their previous developer stored some data tables in the Master database in SQL Server Express 2014. I don't know if it was to see if one could get around ...
user avatar
0 votes
1 answer
52 views

I'm encountering an issue where I cannot properly delete a database because some chunks are in "recovering" state. Environment: DolphinDB Version: 3.00.2.4, Single mode OS: Centos 7.7 What ...
Liu lu's user avatar
  • 3
0 votes
1 answer
59 views

When writing SQL queries against a large PostgreSQL database, I am seeing phantom reads despite setting the transaction isolation level to READ COMMITTED. Can you provide a concrete example of a multi-...
Awais Khan's user avatar
2 votes
1 answer
378 views

For all HA or DR solutions in SQL Server, I have heard that it is smart to have a table with a timestamp column in each database and to have an Agent Job run every minute to update that timestamp with ...
J. Mini's user avatar
  • 1,362
0 votes
1 answer
25 views

I am making a query as user postgres via my current user, xyz. I am returning the results of this query as JSON. I want to save this (huge) JSON into a file owned by my current user xyz. And I do not ...
bliako's user avatar
  • 103
0 votes
2 answers
58 views

I have a table with below structure: create table TEST_REFUND_CASHOUT ( f_gdate DATE, trackingcode VARCHAR2(4000), cashout_trackingcode VARCHAR2(4000), cashout_date ...
Pantea's user avatar
  • 1,502
0 votes
0 answers
20 views

Time | T11 | T12 | T13 -------------------------------------------- t1 | r(x) | | t2 | | w(x) | t3 | w(x) | | t4 | | ...
zeeshanseikh's user avatar
0 votes
0 answers
38 views

I have a high-traffic SQL Server stored procedure that runs thousands of times per hour. The procedure loads a filtered set of “projects” for a user, identifies the “active task” for each project, ...
lifeisajourney's user avatar
-1 votes
1 answer
50 views

A user I'm supporting is getting an error. The user has grants to various tables in mydb, but when they try to access them, they get the error: Access denied for user 'myuser'@'myhost' to database '...
Ben Slade's user avatar
  • 147
0 votes
0 answers
25 views

I'm designing a system to store large volumes of sensor data (10,000+ sensors) and evaluating different schema approaches in DolphinDB. Current Context: Data Volume: 10,000+ sensors, continuous time-...
Dongyun's user avatar
-2 votes
1 answer
31 views

I've got two queries i need to run via remote server connection. They run fine if I run them by connect to the remote server FIRST, but if i use the openrecordset to run it from the command line, and ...
Hal Totten's user avatar
0 votes
0 answers
33 views

I have multiple publication in the sql server with SQL Server version: 2017 Transactional REplication Distributor and Publisher are in the same server Subscriber is on the different server Also: 9 ...
Dmitriy Ryabin's user avatar
1 vote
1 answer
36 views

I am creating a new user and granting them the pg_read_all_stats privilege so they can monitor all pg_stat_* views. However, when I monitor pg_stat_activity through this user, other users' operations ...
Abdullah Ergin's user avatar
0 votes
0 answers
17 views

I followed the guide for setting up client to server encryption with the PEMBasedSslContextFactory for Cassandra at https://cassandra.apache.org/doc/stable/cassandra/managing/operating/security.html#...
errieman's user avatar
  • 101

15 30 50 per page