As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Is there any Free SQLite GUI tool?
something like Workbench for MySQL?
I've been looking for something like that every tool I found is paid and very complex features...
I just want simple stuff like, creating tables, columns, run queries(insert,update,delete, select)
thanks all
There is a nice free one that works with Firefox ... https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/
Thanks
:)
The simplest tool I've seen is the Firefox add-on "SQLite Manager". Allows you to browse your sqlite database, create tables and indexes, execute sql queries, export your data, etc. Easy to use. You run it from the Firefox Tools menu and connect to any sqlite database file on your computer. Will not do fancy stuff like diagram your DB schema -- but if you want something simple, this is it.
Mozilla plugin is best and neat for sqllite.
Please note one limitation though while using to open the file directly under the bundle is that it gets locked and you need to keep reopening or stop the app and refresh
Try using SQLite Database Browser.
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I want to start a web project in ASP.Net and still not decided which database to use. I have had experience with MSSQL and Oracle, but I want one that is free to the end user.
My options are: MySQL, Firebird and PostgreSQL.
What do you recommend and why?
Thanks for the support.
I've used MySql, PostgreSql, and MS Sql extensively. I would recommend MySql. It is easy to set up and configure, has all the features you will need, and is used by countless open source projects across the world, including Wordpress, which a ridiculous number of people use to power their websites.
I would use PostgreSql if you need more powerful and fine-grained support. It has been around a long time along with it's ancestors, and at one point powered the largest database in the world, a 2 petabyte database run by Yahoo.
For a simple web app, though, I would recommend MySql. It is used by more people, and is the de facto open source database.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
Hi have installed MySQL on my local PC. I want a front end so that i have a GUI for creating tables, inserting values etc.
I know about SQLYOG but i don't know if its free/open-source. I want to use it in my office, so I can't use pirated stuff.
Any other tool for GUI?
I sometimes really like the MySQL Workbench. It's available free for all the major platforms (Ubuntu, Mac, Windows etc. and the advantage compared to tools like phpMyAdmin is, that you
have a nice environment for designing your database and not only a tool for querying
don't need to setup a Apache/IIS for running the tool
Use phpMyAdmin, it's open-source & has some great GUI features.
My choice is "Toad for MySQL". It is a freeware.
http://www.quest.com/toad-for-mysql/
try phpmyadmin.I think it is what you are looking for.
i would recommend one of standalone tools instead of setting up whole php/apache stack
i'm not using any of those but quick googling provides some options: mysql workbench, sql yog, sequel pro, heidi sql
I usually use phpMyAdmin if web access is required or I have LAMP stack setup, or otherwise I use MySQL Workbench.
At work I also use SqlDbx which is pretty awesome and does what I need.
I like to use this tool, it is a nice graphic interface that will generate the needed SQL when you save it. You can then just run the SQL on your database.
http://code.google.com/p/wwwsqldesigner/
You can download the free version of SQLyog here: https://code.google.com/p/sqlyog/downloads/list
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Which book is best to learn SSIS. Actually in my project we need to take onput from CVS file and after processing the data in SQL server 2008 we have export it back to excel file. ASP.NET is used as UI for this.
Thanks,
Nabin
I completely agree with Cade in terms of simply working with it. I found that trying to follow specific "tutorials" to try and learn the package didn't really help but having a number of useful resources definitely came in handy.
At work, we had this book kicking around but really it just went over the flow objects available without going into any real-world examples. Jamie Thomson's blogs (here and here) are both excellent online resources though and have been really helpful for me personally.
Try this book:
http://www.amazon.com/Professional-Microsoft-Integration-Services-Programmer/dp/0470247959
The best way to learn SSIS is just to do it. Probably best to start and then refer to the book. Because the tool is so GUI intensive, I tended to get more after reading the book later once I was already familiar with the environment somewhat.
Reading the material some times couldn't solve your real time migration by missing some perticular functionality related to your project. I worked on your scenario case of migrating database to SQL using intermediate CSV or text files.
http://msdn.microsoft.com/en-us/library/dd537533(SQL.100).aspx
we migrated nearly 1TB in 30 min using SSIS 2008.
this could help to get the information on specific properties of souce file according to our requirements.
thanks
prav
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Can you recommend a good MySQL stored procedure debugger?
Extra points if it is open source, and works in linux :)
It's neither open source (but freeware) nor works in linux, but Toad® for MySQL should be able to assist you in debugging stored procedures on a Windows client.
I have used SQLYog MySQL editor and it has some nice features. Unfortunately it does not really meet your criteria. There is a community edition though, so its half way there.
I don't know if this would meet your requirement but it's the only thing that comes to mind.
Edit: This may also be helpful but it doesn't quite meet either the free or available on Linux test.
Please try the following MySQL debugger that supports breakpoints, a call stack, a variables evaluation, watches of any routines (procedures, function and even triggers)
http://www.devart.com/dbforge/mysql/studio/code-debugger.html.
But, unfortunately, it runs only on Windows.
The best mysql debugger is in dbForge Studio for MySQL! (imho)
You can try Illatis StepIn, debug MySQL stored procedures in Windows and Linux. See this page: http://www.illatis.com/downloads/downloads.php.
Cheers
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
What is the best GUI for managing MySQL 5.1 installation? Would like something as close to SQL Server's management tools as possible as that's where my experience is. The management client would need to run under Windows (XP, Vista (32 and 64-bit flavors), and 7 (32 and 64-bit flavors).
I have been using SqlYog for about several years now and am very happy with it. It has the best interface I have seen. Navicat is good, but SqlYog is better. Plus there are several "power" features that come in handy like the query builder tab.
The Pro version is about $70 but there is a free community version.
http://www.webyog.com/en/downloads.php
If you also have a PHP/Apache server, you can user phpMyAdmin or SQL Buddy. Otherwise, the MySQL GUI Tools (Query Browser and Administrator) are good.
Check out MySQL Administrator and other GUI tools here.
You might want to have a look at HeidiSQL. It's free and fast.
So far the closest thing I've found is Navicat Lite http://www.navicat.com/