CARVIEW |
Select Language
HTTP/2 200
date: Thu, 31 Jul 2025 06:57:16 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
cf-ray: 967b335d5b04c1a1-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=58cbe68b-9940-4358-bf3b-343d152a03d5; expires=Fri, 31 Jul 2026 06:57:16 GMT; domain=.stackexchange.com; path=/; secure; httponly
set-cookie: prov=58cbe68b-9940-4358-bf3b-343d152a03d5; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=1bvvtbrXFrRLZ2lX0iXSRQG5PFnbJ0yND5Z5_jeIFlc-1753945036-1.0.1.1-wbdvNg8S9tq.dFe52eeF7wgOPisRLlfs66GLniq3u4AYAHRYWSBsWYbeqJc2idd6ldFja9lxeoVs3HCw7mfZHCLlUvTsIlqGxMIizT2blUU; path=/; expires=Thu, 31-Jul-25 07:27:16 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=xseAwpGxkDqYjHiw9n_rHLBRyANrPg4Qt6sjDhARKKQ-1753945036832-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: d6ce51aa-d40b-44b0-b3bc-9403cf206794
x-worker-origin-response-time: 405000000
x-dns-prefetch-control: off
server: cloudflare
Newest 'tools' Questions - Database Administrators Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack Exchange
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more.
View results.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [tools]
Questions about any and all tools related to databases or the job of database administration.
86 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
117
views
Launch DBeaver with custom configuration/connection
I am working in several projects where every one has its own database connections.
So far, I have been using DBeaver, adding the connections by hand, but at the end, having the connections, data, SQL ...
0
votes
1
answer
56
views
Which software OPEN Firebird 2.0 database into FREE db management Tool? [closed]
Need help in finding out Free Tool for firebird 2.0 database?
Can anyone has idea for this tool availability and link?
I have database in Windows Platform and I have few store procedure written there
0
votes
0
answers
17
views
Apgdiff doesn't retain "<schema_name>.<tablename>" format in the diff
I am using apgdiff tool to generate a diff between two sql dump files.
CREATE TABLE abc.xyz (...)
In my final diff file, the tool adds a SET search_path=abc,pg_catalog;
I would expect it to not play ...
1
vote
1
answer
1k
views
Can someone explain in simple terms Cassandra nodetool commands like compact and cleanup?
Hello Everyone
I am new in databases and i am trying to understand some Cassandra commands. I would like to know about the following commands :
nodetool compact
nodetool cleanup
nodetool repair
...
1
vote
0
answers
52
views
What data modelling tool is sufficient for a student learning database design?
Disclaimer: I do not intend this to be a question based on opinion and start data wars (I don't know if such things exist in this realm unlike software development and programming languages)
What I ...
0
votes
1
answer
59
views
Looking for a tool for managing complex powershell automation processes with multiple scripts [closed]
Sysadmin here,
I'm wondering what tools you all use to manage large scale automation tasks with powershell. I currently have several powershell scripts that are regularly used, but do not interact or ...
0
votes
1
answer
842
views
Take a "slice" of a SQL Server database: for all tables, get only the rows that join (directly or indirectly) to a specific row
For audit purposes, I'm trying to obtain a copy/export of a DB but including only the rows from each table that have relevance to a small collection of rows in some table. So every row of every table ...
0
votes
2
answers
881
views
Finding tables & columns at risk of hitting max value of int
I just took over a medium-sized postgres database and the team has been surprised with many tables hitting their auto-incrementing id int max limits which triggered unscheduled downtime to fix.
Does ...
0
votes
1
answer
179
views
Jailer exclude tables to be exported
As seen in this answer I can use jailer in order to export a subset of data into an SQL script.
But in my case I also want to exclude some tables completely from being extracted at all especially on ...
2
votes
2
answers
131
views
Does SQL Server Express 2016 come with SQL Server Configuration Manager?
Does SQL Server Express 2016 come with SQL Server Configuration Manager?
If not, is there any licenced way to add SQL Server Configuration Manager to an existing installation of SQL Server Express ...
1
vote
1
answer
1k
views
Which PgBackRest policy for differential backups in PostgreSQL
I set up pgBackRest and PostgreSQL configuration in two different servers.
I set up with crontab one full backup a week and one differential backup a day.
0 1 * * 0 pgbackrest --type=...
1
vote
3
answers
282
views
Long/complex INSERT and UPDATE query parser or visual editor/query builder [closed]
I have long INSERT queries that insert values to table with over 50 columns. Is there any tool to parse this long query to key-value representation?
like:
INSERT INTO sometable(col1, col2, col3) ...
0
votes
1
answer
119
views
Setting model title in MySQL Workbench for Forward Engineering
In MySQL Workbench, when viewing a model, you can select File->Export->Forward Engineer SQL Create Script.
The first four lines of the generated file are a comment, something like this:
-- ...
2
votes
1
answer
86
views
When creating a database using an ERD, what do the entities and relationships become (in database terms)?
MIS student, here. Learning about ERDs (entity relationship diagrams). ERDs are supposedly used for the purpose of later constructing a database. My question is this:
What will an entity (and, ...
0
votes
1
answer
669
views
Entity-Relationship Diagram Software [closed]
I saw this E-R diagram in an answer on Stack Overflow:
Does anyone know which software was used to create it?
I use LucidChart but that output is really nice!
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
mysql × 19
sql-server × 14
postgresql × 12
oracle × 9
database-design × 8
performance × 7
migration × 6
schema × 5
backup × 4
db2 × 3
scripting × 3
automation × 2
cassandra × 2
command-line × 2
data-warehouse × 2
erd × 2
installation × 2
mysql-workbench × 2
mysqldump × 2
monitoring × 2
db2-luw × 2
optimization × 2
oracle-11g-r2 × 2
more related tags
Hot Network Questions
- How do I attach non-edible flowers to cake?
- How loud were the top-of-the-range propeller aircrafts like the Lockheed Constellation when commercial jet travel appeared?
- Why are people so okay with stereographic projection mapping "every direction of infinity" to a single point?
- History of יד/Yad appellation for Rambam's Mishneh Torah
- Garage door sensor wires running along drive track
- How should I talk about definitional uncertainty in seemingly well-defined measurands, arising at high resolutions?
- How Does Code Reuse Work at NASA
- Does intersubjectivity legitimize falsehoods?
- Would it be copyright to use another bakers recipe in a video?
- How to cite two part paper with different order of authors?
- What does Paul’s mention of 'they that are of Caesar’s household' in Philippians 4:22 reveal about the spread of the gospel within the Roman Empire?
- Do police need a search warrant to chase a fugitive onto private property?
- Is Spock performing a mind meld in Dagger of the Mind?
- I want to align three equations, where each equation has three parts. How do I do that?
- Is it commonplace/acceptable for university professors to not teach Evolutionary Biology based on their religious beliefs?
- Golden-section optimization with complication
- What constitutes a 'structure' made of Force for the purposes of a Forcebreaker Weapon?
- show that lines MA',NB',PC' are concurrent
- Force calculations in MD simulations using Machine-Learned Interatomic Potentials (MLIPs)
- Shakespearean grammar: "hath" and "has" in the same sentence
- Blakes 7 episode Powerplay. What were the 'hospital staff,' planning to do?
- How does judicial suspension of a prime minister in Thailand work?
- Where does "kinda" ("kind of") come from?
- I have made a darligton pair circuit to amplify +/- 10mA to +/- 10 A . But it showing only postive swing. i need negative swing too. what should i do