Questions tagged [database-tools]

19 questions
19
votes
7 answers

What are the real benefits of Visual Studio Team System Database Edition (GDR)?

Interested if anyone has used VSTS Database Edition extensively and, if so, which features did you find the most useful over the standard Visual Studio database projects? What are the most compelling features as opposed to alternative schema…
RobS
  • 9,295
  • 3
  • 33
  • 63
11
votes
1 answer

Auto-tuning tools for Postgres?

I am looking for tools to auto-tuning for postgresql database. Do you know any tools for postgres like DB2 Design Advisor in DB2, Database Tuning Advisor in Microsoft SQL Server or SQL Access Advisor in Oracle? Thanks for any links and ideas:).
pmoniq
  • 1,553
  • 2
  • 16
  • 22
3
votes
3 answers

Concept of In Memory Database and how to see if my data is being populated in HSQL DB?

I am using HSQL in memory database for test purpose of my application and using SQL Server as main database, now when am doing test then HSQL Database is being populated with same data that I have in my SQL Server, now I am trying to test particular…
Rachel
  • 91,207
  • 112
  • 255
  • 361
3
votes
5 answers

PostgreSQL schema design

What is your preferred way of designing PostgreSQL schemata? Would you recommend the use of specific graphical design tools or just design the schema on paper and create everything by hand?
akosch
  • 4,118
  • 7
  • 56
  • 80
3
votes
2 answers

SSDT: "Identifiers must include at least one name (for example, MyTable)"

Two days trying to find the origin of this error and can not ... My problem is the same: Link When i build my db project the following error occur: "Identifiers must include at least one name (for example, MyTable)" Build output: C:\Program Files…
3
votes
1 answer

VSTS database schema comparison not saving comments

We use VSTS 2008 with SP1 and GDR R2 installed. Found the next problem: 2 identical databases (for example Database1 and Database2); Database1 is a working database, Database2 is a production one; adding a new stored procedure to the Database1…
Alex
  • 30,696
  • 10
  • 74
  • 131
2
votes
3 answers

Ad hoc querying Oracle PL/SQL - for SQL Server developer

I used to do Oracle development many many years ago. I have spent most of the past 15 years doing mainly SQL Server, and where I have done Oracle work, been insulated from the workings by Web services etc. My question seems to have been asked on the…
kpollock
  • 3,583
  • 4
  • 38
  • 57
2
votes
2 answers

VSTS Database Edition Schema Comparison

We use VSTS Database Edition to version control our database schemas. I like the idea of how it is supposed to work but have a big issue with the Schema Comparison feature. I like to use it for my deployments to see what has changed in the project…
Denis Fradlin
  • 376
  • 2
  • 8
1
vote
3 answers

How do I join two tables from two different databases?

Is there any way to use a query and join two tables that is in two different database on the same server for DbVisualizer? I used the following for the SQL server Select * from table union select * from datbase.dbo.table2 I tried this for the…
MrM
  • 20,601
  • 29
  • 103
  • 136
1
vote
2 answers

How to create a database diagram for SQL Server in Visual Studio 2015?

I need to make a Visual Studio application that connects to a database in SQL Server, and I've seen a lot of people use the "create database diagram" for this, but the option doesn't appear in my Visual studio. The option to create a diagram should…
1
vote
4 answers

PHP - Where can I find a simple database tool that is easy for non-technical users to use?

I'm looking for a simple database admin tool that will allow non-technical users to perform data-entry into a database (imagine a striped down version of phpMyAdmin). It would preferably allow the developer to set restrictions on which tables and…
John Himmelman
  • 20,084
  • 20
  • 61
  • 79
0
votes
1 answer

Sqlite administration tool for inserting images from the file system ? (OSX or Linux)

Is there a free sqlite administration tool that let me easily insert/update images from the file system as blobs in certain tables ?. I am looking for a tool compatible with OSX and/or Ubuntu Linux.
Sergio
  • 8,032
  • 11
  • 45
  • 87
0
votes
3 answers

How to monitor SQL (which uses prepared stataments)?

When first developing an PHP app (MySQl, but using ODBC interfaces to allow for future expansion), I was simply assigning my SQL to a variable and calling odbc_exec(). That made debugging simple, as I just had to examine my variable $sql. Of course,…
Mawg says reinstate Monica
  • 34,839
  • 92
  • 281
  • 509
0
votes
1 answer

How to prevent DataGrip to show results from another query console?

When I have multiple query consoles open in DataGrip, I usually make several queries to database simultaneously. One query console - one query. When I execute query to database and switch the query console before I get the result from database, I,…
0
votes
0 answers

Any VS Code database tools that allows accessing postgresql databases from remote SSH host?

Company has all resources on AWS that required VPN. Majority of work is done by accessing a Linux workstation through SSH. With VS Code I am able to do the most development work through Remote SSH. There is still some work need to use psql in the VS…
xyliu00
  • 666
  • 9
  • 22
1
2