synapse play so hard 60935 Posts user info edit post |
I have the server address and login info, what utility can I use to access my database and run SQL querys? 8/3/2005 1:32:19 PM |
msb2ncsu All American 14033 Posts user info edit post |
Oracle's SQL Plus should do the trick, pretty sure that is free. TOAD is another I remember offhand but you would have to just use the shareware trial. 8/3/2005 1:37:21 PM |
esgargs Suspended 97470 Posts user info edit post |
can you SSH into the server?
That is the easiest way possible.
Else, http://www.mobiustech.net/qtsql/ 8/3/2005 1:39:29 PM |
synapse play so hard 60935 Posts user info edit post |
ps - doing this on a windows machine would be grrrreat 8/3/2005 2:03:45 PM |
MiniMe_877 All American 4414 Posts user info edit post |
when I took CSC 440 (Databases), we used Squirrel SQL, its a sourceforge project
http://squirrel-sql.sourceforge.net/
From what I remember, I got it working with Microsoft SQL Server 2000, MySQL, and Oracle 9i 8/3/2005 2:14:27 PM |
Incognegro Suspended 4172 Posts user info edit post |
obligatory "google, motherfucker" 8/3/2005 6:18:18 PM |
hyeroller519 All American 2864 Posts user info edit post |
You could write some VBA code in Excel and use DAO 8/3/2005 10:04:42 PM |
jman_ncsu Veteran 357 Posts user info edit post |
access 8/3/2005 10:05:55 PM |
philihp All American 8349 Posts user info edit post |
six responses to synapse, and the question, "what database is the server running?" has not come up yet. 8/3/2005 10:51:03 PM |
esgargs Suspended 97470 Posts user info edit post |
That's cuz he clearly doesn't have SSH or terminal access
and he basically needs a frontend to connect to the database server using ODBC/JDBC. 8/4/2005 1:27:55 AM |
Wolfmarsh What? 5975 Posts user info edit post |
I use DBTools Pro for all non-mssql servers, and MS SQL Enterprise manager for all MSSQL servers. 8/4/2005 7:35:52 AM |
synapse play so hard 60935 Posts user info edit post |
I ended up using the Query Analyzer tool included with MS SQL Server, works perfectly
Query Express looks like a quick and easy standalone product too, would have used that if I didn't have a SQL Server install disk. 8/5/2005 9:09:13 AM |