Search Results

1
vote
7answers
172 views

Parameters in query with in clause ?

Hi all, I want to use parameter for query like this : SELECT * FROM MATABLE WHERE MT_ID IN (368134, 181956) so I think about this SELECT * …
0
votes

What is best tool to compare two MSSQL databases (schema and data)?

Database Workbench can made it too http://www.upscene.com/products.dbw.index.php Cross data …
0
votes

The Next-gen Databases

I heard also about NimbusDB by Jim Starkey Jim Starkey is the man who "create" Interbase who work on Vulcan (a Firebird fork) and who was at the begining of Falcon for MySQL …
0
votes

Best cross-platform/SQL GUI?

Check this : http://www.sqlmaestro.com/ or this http://www.sqlmanager.net/ (MySQL, P …
1
vote

Tool to migrate data between different DBMS?

you can use some specific tools like dbcomparer http://www.clevercomponents.com/products/dbcompar …
0
votes

Tool to convert MS-Access Database to SQL script

You can take a look at Database Comparer …
0
votes

Listing all tables in a database

Here is a nice site about extracting METADATA Firebird …
0
votes

Is SQL IN bad for performance?

If you can use other things than IN : do it (I was using IN in some case not really the good way : I can easily replace with exist and it is quicker) In your case : It seems not so bad. …
0
votes

What is the most efficient/elegant way to parse a flat table into a tree?

I find good article about this http://www.alberton.info/talks …
0
votes

Free SQL comparison tool

You can use Database Comparer Database Comparer is free for non-commercial use. …
0
votes

Do you use Scimore SQL database ?

FAQ is a quite nice start Can I get access to the source code? [ScimoreDB]Yes, sign a support contract …
0
votes

Firebird Database & Linux Red Hat Base Server for FireBird Database

Firebird is a great database and recently win Best project for enterprise at Sourceforge Community Choice Awards. I use …
1
vote

How to get the millisecond value from a Timestamp field in firebird with Delphi 2007

Firebird dbx drivers exist (you can try them): http://sites.google.com/site/dbxfirebird/ (free) …
0
votes

A database for python 3?

I know there is some Python driver for Firebird but …
0
votes

mysql performance

If you want to replace SQL Server, I hope you don't use CTE's or others useful SQL features MySQL don't have... …

1 2 next
15 30 50 per page