Whats the best free ER-modelling tool? [closed] - sql-server

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
whats the best free entity relationship modelling tool?
I have an sql server 2008 database that I want to be modelled out with fields and foreign key contraints and I dont particulary like the one which is built into SQL Management studio.

Toad Data Modeler has a free version.

Neither free nor expensive; I strongly recommend you to take a look: Enterprise Architect.
EDIT: Check this out: Data Modelling Tools

Related

Audit on a SQL Server table? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
We have an app database on SQL Server 2014. After system went live, we find this weird thing one of the table columns keep reset to 0, we don't know at this point if it is a bug or who is messing up with intention.
Question, is there a way to audit the user changed this table and possibly the statement (update/delete) did this?
Thanks
NO I believe, not unless you maintain the audit history in a table separately which may have the field like user_modified, date_modified, source_of_modification like from some application or direct command, etc.

List of NoSQL databases that support Go [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Is there a list of NoSQL database driver that supported by Go?
I only found list for SQL databases:
https://code.google.com/p/go-wiki/wiki/SQLDrivers
There's awesome-go which contains a list of databases written in Go and database drivers for relational and non-relational databases.
Not that I'm aware of. Most(?) NoSQL databases have language agnostic API (REST/JSON, thrift, ...). The only one that I know of is mgo. Maybe you can start a list?

What open source database platform is most easily transferred from my personal machine into a windows server? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I would like eventual interaction with MS Dynamics SL and/or MindTouch Core (running on WMware) for eventual intranet and/or internet display.
MySQL, PostgreSQL are both valid, functional choices that interact well with ODBC based tools on the Windows platform.

Open source data migration tool [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
My requirement is to migrate data from MySQL to PostgreSQL. Is there any free data migration tool which could do this effectively?
I have some huge data in MySQL which I need to convert to a PostgreSQL database. Henceforth I am looking for a data migration tool which could migrate tables (along with indexes, constraints, etc.) and data. I found Swiss SQL Data Migration tool to fit my requirement, but sadly it is not open source.
Is there some nice tool?
This list might help:
http://wiki.postgresql.org/wiki/Converting_from_other_Databases_to_PostgreSQL#Scripts.2C_programs
For pure data migration you might want to look into Kettle, an open-source ETL (Extract-Transform-Load) tool.

What is largest free datababase for SQL Server engine available for testing purposes? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
What is largest free datababase for SQL Server engine available for testing purposes?
You might try the EVE Online database dumps.
I don't know about "largest" database, but if you're just looking for sample data, I would consider AdventureWorks "large".

Resources