dbTalk Databases Forums  

Tool recomendation

comp.databases comp.databases


Discuss Tool recomendation in the comp.databases forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
usawargamer@yahoo.com
 
Posts: n/a

Default Tool recomendation - 01-26-2007 , 09:21 AM






We currently use Sybase and DB Artisan (8.12) from Embarcadero on a PC
runing Windows

DB Artisan is overkill for my needs, as all I need is:


1 - the ability to run queries, sort the result set on screen, cut &
paste to Excel


2 - an autocomplete feature where if I alias a table (example - from
deal_master dm) then I can type the alias . and a box pops up with
valid column names


3 - the ability to search objects for a name (example - all tables /
views /stored procedures containg the column "main_account")

I do not need a gui that helps me join tables (i.e. the GUI in MS Query
in Excel)


I am unhappy with the slowness of DB Artisans search speed (the older
versions seemed much faster) and also the autocomplete mysteriously
stops working. I use 8.12


What are some good alternative products that would meet my needs?


Reply With Quote
  #2  
Old   
Robert Klemme
 
Posts: n/a

Default Re: Tool recomendation - 01-26-2007 , 10:13 AM






On 26.01.2007 16:21, usawargamer (AT) yahoo (DOT) com wrote:
Quote:
We currently use Sybase and DB Artisan (8.12) from Embarcadero on a PC
runing Windows

DB Artisan is overkill for my needs, as all I need is:


1 - the ability to run queries, sort the result set on screen, cut &
paste to Excel


2 - an autocomplete feature where if I alias a table (example - from
deal_master dm) then I can type the alias . and a box pops up with
valid column names


3 - the ability to search objects for a name (example - all tables /
views /stored procedures containg the column "main_account")

I do not need a gui that helps me join tables (i.e. the GUI in MS Query
in Excel)


I am unhappy with the slowness of DB Artisans search speed (the older
versions seemed much faster) and also the autocomplete mysteriously
stops working. I use 8.12


What are some good alternative products that would meet my needs?
You could do it directly from Excel. For the searching of tables /
columns you can query system tables / views.

Just my 0.02EUR...

robert


Reply With Quote
  #3  
Old   
usawargamer@yahoo.com
 
Posts: n/a

Default Re: Tool recomendation - 01-26-2007 , 10:34 AM



I may not have been clear.
Excel has MS Query which is very limited, and I'd rather not use it.
MS Query doesn't show you what tables / views / triggers / stored
procedures are available in each database and server.



On Jan 26, 11:13 am, Robert Klemme <shortcut... (AT) googlemail (DOT) com> wrote:
Quote:
On 26.01.2007 16:21, usawarga... (AT) yahoo (DOT) com wrote:





We currently use Sybase and DB Artisan (8.12) from Embarcadero on a PC
runing Windows

DB Artisan is overkill for my needs, as all I need is:

1 - the ability to run queries, sort the result set on screen, cut &
paste to Excel

2 - an autocomplete feature where if I alias a table (example - from
deal_master dm) then I can type the alias . and a box pops up with
valid column names

3 - the ability to search objects for a name (example - all tables /
views /stored procedures containg the column "main_account")

I do not need a gui that helps me join tables (i.e. the GUI in MS Query
in Excel)

I am unhappy with the slowness of DB Artisans search speed (the older
versions seemed much faster) and also the autocomplete mysteriously
stops working. I use 8.12

What are some good alternative products that would meet my needs?You could do it directly from Excel. For the searching of tables /
columns you can query system tables / views.

Just my 0.02EUR...

robert- Hide quoted text -- Show quoted text -


Reply With Quote
  #4  
Old   
Lennart
 
Posts: n/a

Default Re: Tool recomendation - 01-26-2007 , 11:01 AM





On Jan 26, 4:21 pm, usawarga... (AT) yahoo (DOT) com wrote:
Quote:
We currently use Sybase and DB Artisan (8.12) from Embarcadero on a PC
runing Windows

DB Artisan is overkill for my needs, as all I need is:

1 - the ability to run queries, sort the result set on screen, cut &
paste to Excel

2 - an autocomplete feature where if I alias a table (example - from
deal_master dm) then I can type the alias . and a box pops up with
valid column names

3 - the ability to search objects for a name (example - all tables /
views /stored procedures containg the column "main_account")

I do not need a gui that helps me join tables (i.e. the GUI in MS Query
in Excel)

I am unhappy with the slowness of DB Artisans search speed (the older
versions seemed much faster) and also the autocomplete mysteriously
stops working. I use 8.12

What are some good alternative products that would meet my needs?
You could check out:

http://squirrel-sql.sourceforge.net/

I haven't used it very much myself, but others seem happy with it. It
has completion (don't know if it meets your needs though). Another
thing I like about it is the possibility to validate sql stmts against
mimers sql validator service.

As mentioned I haven't used it very much, but it is free of charge so
you can determine for your self whether it meet your needs.

/Lennart



Reply With Quote
  #5  
Old   
Robert Klemme
 
Posts: n/a

Default Re: Tool recomendation - 01-26-2007 , 11:32 AM



On 26.01.2007 17:34, usawargamer (AT) yahoo (DOT) com wrote:
Quote:
I may not have been clear.
Excel has MS Query which is very limited, and I'd rather not use it.
MS Query doesn't show you what tables / views / triggers / stored
procedures are available in each database and server.
.... and I said that you can query system views / tables to get at that
information. :-)

robert



Reply With Quote
  #6  
Old   
AlterEgo
 
Posts: n/a

Default Re: Tool recomendation - 01-26-2007 , 01:51 PM



usawargamer,

Even though you don't need the join capabilities, MS Query has drag and drop
capabilities for columns. Is that not workable?

SourceForge.net probably has a couple of query builders.

-- Bill

<usawargamer (AT) yahoo (DOT) com> wrote

Quote:
We currently use Sybase and DB Artisan (8.12) from Embarcadero on a PC
runing Windows

DB Artisan is overkill for my needs, as all I need is:


1 - the ability to run queries, sort the result set on screen, cut &
paste to Excel


2 - an autocomplete feature where if I alias a table (example - from
deal_master dm) then I can type the alias . and a box pops up with
valid column names


3 - the ability to search objects for a name (example - all tables /
views /stored procedures containg the column "main_account")

I do not need a gui that helps me join tables (i.e. the GUI in MS Query
in Excel)


I am unhappy with the slowness of DB Artisans search speed (the older
versions seemed much faster) and also the autocomplete mysteriously
stops working. I use 8.12


What are some good alternative products that would meet my needs?




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.