CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 14:39:28 GMT
content-type: text/html; charset=utf-8
cf-ray: 963bed68586adfa6-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=a2e2c37d-cc27-4d31-ac74-17883f924707; expires=Thu, 23 Jul 2026 14:39:28 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-frame-options: SAMEORIGIN
x-request-guid: 705a58c6-b9ca-46aa-9aba-059a0a3aad08
x-worker-origin-response-time: 428000000
x-dns-prefetch-control: off
set-cookie: prov=a2e2c37d-cc27-4d31-ac74-17883f924707; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=tcThDIkQx9YA10LKwDJvtc.Ybe454mS4KmMsQ_PthGA-1753281568-1.0.1.1-sPHuYcgfmpLeHNOt31bWo7VDNbH086zoTWv_z2P6W6v24wkR17jBIWuZ16hnuQcHPZOZXGCTFuvyU4pkZ7pJVG_B3Y5kbzVyGjRFQ7E8rM8; path=/; expires=Wed, 23-Jul-25 15:09:28 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=Vts8cbg5D0x81nDE6VlN8GW.9vqKquWKRYLYnwCh7rg-1753281568511-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
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 ExchangeTeams
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
110
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
55
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
58
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
840
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
871
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
178
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
118
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
85
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
- Can I mount my PC with a desktop mount underneath a particle board Ikea Karlby Walnut top?
- "Tumas t'hom" from merely walking on a non-jewish grave?
- How to run CorePipeline.Run("contentSearch.PopulateSolrSchema", args); outside of regular sitecore environment
- SOSL/SOQL isn't returning User records
- Did Webster's Dictionary define Fascism by its relationship to corporations until 1987?
- What is the consistency strength of Russell & Whitehead's ‘Principia Mathematica’?
- bootstrapping for variance estimation takes too long
- Ubuntu Server installation -- options for boot disks are grayed out
- Why is this endgame winning for Black?
- Is there a way to move the cursor specifically to the beginning of the visually selected region (not just toggle like `o`)?
- TV episode where a disfigured human exchanges places with a normal-looking human from another planet
- At Helsinki airport, connecting from Schengen to non-Schengen flight, is there exit immigration?
- Is classical logic the consensus among contemporary logicians?
- Why is `&self` allowed in the parameters of `&mut self` methods, but not `&mut self`?
- Error when sending an email with attached PDF using Google Script
- Why does contact with the ground make my touch-activated LED brighter?
- Ubuntu gives the message "You are in emergency mode."
- Is buying random stocks and then selling off the ones that go down a good way to reduce capital gains tax?
- Is a Rakshasa Immune to True Strike?
- Fit text on TWO pages by varying font size automatically
- I wonder whether there exists a book of "Formal power series" and "Formal infinite products"?
- Why Schrodinger wave equation is totally different from classical wave equation?
- Will a restless MCU survive long enough?
- Entity Framework - Is there a safety mechanism to prevent accidentally running Update-Database?