Hi ... I'd really like to see a tutorial for the "Projects" tab, did you ever make one? A quick search through your videos didn't turn up anything. I'm new to DBeaver and am trying to setup a Project - the issue I have is that the scripts never open with a valid connection, so I can't run them - I have no idea what is going wrong there.
Hi, I got trouble in running cte in DBeaver. My cte name is not recognized at main query, even though the query still works. This problem causes me to have to enter column names letter by letter instead of using tabs.
Oh that's odd. Perhaps there's a caching issue with the name of the subquery not being recognised. Or perhaps DBeaver doesn't recognise it - as in, it's a bug in DBeaver.
Can i install DBeaver even if I have already installed xamp for mysql and pgadmin for postgres. Since DBeaver supports both. Which GUI software will you suggest me to use as a beginner ?
Yes you can install dbeaver if you have those installed. Dbeaver is a good tool to use as a beginner, I find it easy to use and it’s quite popular so there is a lot of support if you have issues.
Great explanation. I'm disappointed that DBeaver locks up basic and essential stuff like ERD behind the pricey Enterprise subscriptions. New users will find themselves paying way more than they ever expected to get necessary functions or having to switch to something free like PGAdmin that includes a visual ERD tool in every install.
Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections. Connection refused Connection refused
I haven't used Firebird at all, so I'm not sure what would be the best. However, DBeaver is pretty good, so if it works for Firebird you could try that.
There's a setting in DBeaver: Go to Preferences > General > Editors > SQL Editor > SQL Formatting. Then under Auto Format there is a box for Convert Keyword Case.
I think so, but it would depend on the database vendor you're using and if those features are supported. In Oracle, for example, you can use a concept called a "database link" to query a table from another database.
What do you mean by "save database schema"? Do you mean save the data into your tables within a schema? Or save the SQL script you use to set up your database? Or something else?
Want to easily remember the SQL commands for your database? Get my free SQL Cheat Sheets here: www.databasestar.com/get-sql-cheat-sheets/?
This is a very good quality video. Very focused, no time wasted. Thank you so much.
Thanks Daniel! Glad you found it useful.
simple tutorial, straight to the point and it's very clear. Thank you so much for this!!!!
Thanks, glad you like it!
This is just what i was looking for, clear and to the point. Thank you
Glad it helped!
THANK YOU for this the import/export section was all that i was looking for
& it really helped
Great to hear that it helped!
Thank you very much for this good quality video. I both respect and appreciate the effort stands behind such a quality!
Glad you enjoyed it!
This is a perfect tutorial. Thank you so much.
You're welcome!
But how do you start by creating a Table minus the database itself?
I was expecting to see CREATE DATABASE `DB Name`; as a first line
Good point. This assumes you already have a database. If not, you'll need the Create Database command as you mentioned.
Hi ... I'd really like to see a tutorial for the "Projects" tab, did you ever make one? A quick search through your videos didn't turn up anything.
I'm new to DBeaver and am trying to setup a Project - the issue I have is that the scripts never open with a valid connection, so I can't run them - I have no idea what is going wrong there.
I haven't made one yet, but I'll add it to my list of future videos. Thanks for reminding me!
Thanks for the great video! Very nice exlanations and style of talking.
Glad you liked it!
Thanks you very much for you detailed explanation and good quality video!!!!!
Glad it was helpful!
Thank you for this. It was extremely helpful and informative, and I will be watching it again!!
Thanks! Glad it was helpful. Are there any features in DBeaver you would like to see a tutorial on?
Can it run PL/SQL
@@DatabaseStar Can you make from scratch DBeaver full series playlist. Include each and every details and all we can do using DBeaver.
Great video, helpful. Thank you :)
Glad it was helpful!
It's very promising. Big gain of knowledge in short time. I'll try to stick to your channel in spite of my ADD😅
Thanks!
This video was very helpful. Thank you so much
Glad it was helpful!
Got a new subscriber.
Thanks for this video!
Glad it was helpful!
very nice video, what is the possibility of creating a database dump and loading onto AzureSQL using DBeaver, thank you!
Thanks! You can use the DBeaver import process to load a dump into a database if you need.
I installed today. Its awesome
Glad to hear!
That was very helpful. Thankyou
Glad it was helpful!
Thank you for your excellent work !
You’re welcome!
Hi, I got trouble in running cte in DBeaver. My cte name is not recognized at main query, even though the query still works. This problem causes me to have to enter column names letter by letter instead of using tabs.
Oh that's odd. Perhaps there's a caching issue with the name of the subquery not being recognised. Or perhaps DBeaver doesn't recognise it - as in, it's a bug in DBeaver.
great quality, subscribed!
Much appreciated!
Can i install DBeaver even if I have already installed xamp for mysql and pgadmin for postgres. Since DBeaver supports both. Which GUI software will you suggest me to use as a beginner ?
Yes you can install dbeaver if you have those installed. Dbeaver is a good tool to use as a beginner, I find it easy to use and it’s quite popular so there is a lot of support if you have issues.
Great video, very helpful. Thank you!
Glad it was helpful!
Awesome! Thanks, This video helped me a lot.
Glad it helped!
Can I run 2 queries together, and display the 2 results together at the bottom(one after the other)? Similar to what SSMS does?
You may be able to do this if you select both queries and click the Execute button.
Great explanation. I'm disappointed that DBeaver locks up basic and essential stuff like ERD behind the pricey Enterprise subscriptions. New users will find themselves paying way more than they ever expected to get necessary functions or having to switch to something free like PGAdmin that includes a visual ERD tool in every install.
Thanks! Yeah that is disappointing for something that is a common feature
Thanks for good tutorial. What is the issue for all tables under public/tables are not showing any table name (postgresql db). Thanks
Thanks, glad you like it!
Great tutorial.
Thanks!
Connection refused: connect
I just installed postgradeSQL 14 and DBBeaver, but Iam not able to conneted according this video.
Oh. Is there any other information about the connection error?
Great video!
Thanks!
Can you please show how to create a Database Dump in Dbeaver-CE?
Sure, good idea!
Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
Connection refused
Connection refused
I assume this is Postgres? Is your database running, and is it on that port?
amazing content
Thanks!
What management software is the best for the database firebird?
I'm used to SSMS for microsoft sql servers.
I haven't used Firebird at all, so I'm not sure what would be the best. However, DBeaver is pretty good, so if it works for Firebird you could try that.
Hey, I wonder.. How can I download all the query codes from dbeaver?
You can save the SQL queries you write as SQL files on your computer.
Thank you!
You're welcome!
thank you for the review
No problem!
Can you make a video on how to make connection to oracle database
Sure! I've got one here using SQL Developer: ruclips.net/video/Ttzc2WCKcNo/видео.html
But I don't have one for using DBeaver.
how to solve this "dbeaver error can't init data transfer
Reason can't create or update target table"
Oh I'm not sure how to resolve that, but there's probably an answer to it on StackOverflow.
How can I create a chart after executing a SQL query please?
There may be a DBeaver feature for this, otherwise I think you would have to use a tool like Excel.
Thank you 🙏
You’re welcome!
Why is my select not capitalized, how can I fix this?
There's a setting in DBeaver:
Go to Preferences > General > Editors > SQL Editor > SQL Formatting. Then under Auto Format there is a box for Convert Keyword Case.
@@DatabaseStar thanks
Can anyone please help, if i want to join table x from db1 with table y from db2. Is this possible with dbeaver?
I think so, but it would depend on the database vendor you're using and if those features are supported. In Oracle, for example, you can use a concept called a "database link" to query a table from another database.
How to unlock a table in DBeaver if its get locked?
I think it depends on your database vendor, but it should unlock when the transaction that is locking it has finished.
Subscribed.
Thanks!
Thank you
You're welcome
how to write a query from difference database in dbeaver
What do you mean?
@@DatabaseStar , from different micro service database
Could we connect it with ms access?
Possibly, I'm not sure and I haven't tried it, but it might be possible.
so ultimately this piece of software CANNOT save database schema? I wasted a day on this with no luck
What do you mean by "save database schema"? Do you mean save the data into your tables within a schema? Or save the SQL script you use to set up your database? Or something else?
nice video
Thanks
wow.. thank you
No problem!
sa ...I don't even have a available device where i can download it
Ah well that would make it hard to use DBeaver...
query builder!!!!!!
Do you mean, you’d like a tutorial on query builder?
@@DatabaseStar obviously
helpful
Thanks!
I just wanted to edit game stats 🥲
You can use SQL to edit game stats, assuming you have the data in an SQL database. Where is the data now?
when i press sapce after writing any word with uppercase it turns into lower case letters. why?
I am guessing it's some kind of auto-format feature within DBeaver..