As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
although there may be several duplicates similar to this, but none of them solves my issue.
I have a windows application, which is currently working fine with SQL Express 2008 in Visual Studio 2010. It has one database file.
I want that the applications database should reside on one of the computers in a network, and rest of the networked computers should interact with the central database, I have installed SQL Server 2008 on one of the computers on the network. What more I have to do? I am tored of trying..
SQL Server may require some configuration on server and/or client to get network connections going.
See this other question on this site for a good discussion of the things that may need doing: How to connect to SQL Server from another computer?
Related
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I'm looking for database management tool for PostgreSQL to host on Ruby. It would be nice to see and manage whole database and data on my Ubuntu VPS.
Is there any tools for this?
Maybe there is something similar like phpMyAdmin? Maybe as gem for Rails?
Thanks!
Squirrel is what I use to manage any JDBC-compatible database from my client PC. Both remote and local instances are supported. Alternatively, the postgres command-line application works fine for queries.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Are there any free Mac OSX IDEs for SQLite that you would recommend? I've seen some answers on SO from 2009 and 2010, but nothing recent. If the SQLite manager for Firefox is still the one to go with, great, I'll try it. I was just wondering if something else has come along since then that people like more. There's nothing specific I'm looking for in terms of capabilities, just a tool that's as reliable, user friendly, and as full featured as possible.
Typically I use Firefox plus the SQLite Manager Extension.
Not free, but I use Navicat Premium as a front end for MySQL, Postgres, SQlite, MS SQL, Oracle.
I have a real love/hate relationship wiht Navicat - it's full featured and generally works well, but the doesn't adhere well to Mac UI standards.
Hope that helps, at least a little.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I setup an AppHarbor application only to find out that it does not support embedded RavenDB. It looks like it may be coming soon to AppHarbor. In the mean time, all it does is throw an error as shown here.
Does anyone have any recommendations for shared hosting providers that support RavenDB? I am working on a small project, so free would be awesome (which is why I looked towards AppHarbor).
AppHarbor now has a great RavenDB add-on from the guys at RavenHQ.
I have already reported and discussed the issue on the RavenDB mailing list (hint).
http://groups.google.com/group/ravendb/browse_thread/thread/af98f98a35289ad1/f9e040d8acfd0c72
You do understand that every deploy (and even possibly between deploys) that your data will be wiped/reverted to the source control version?
If that is fine and the data set is small, run RavenDB in-memory mode and seed the data to it.
Else as you mention RavenNest (hosted RavenDB for AppHarbor) is coming soon, Ayende and team are testing it internally I last heard.
You can try www.winhost.com as described here:
How can I run RavenDB in a shared hosting environment?
It has the so desired Full Trust Allowed which is something one should look for in the case of RavenDB to avoid the current security permissions problems...
NOTE: I just tried this host and can confirm that it works great with RavenDB in Full Trust... :-)
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Let me preface with saying that I'm used to using Sequel Pro on a mac for doing my database administration (table creation and inline data editing).
I have now been asked to do some oracle work as well and I'm looking for an Oracle client that has much the same feature set as Sequel Pro.
I must be able to ssh first and log into the database second. Edit data in a table view and be able to run queries easily.
The only product I've found on my own has been navicat. However its workflow has been driving me up a wall. :)
Any recommendations? keeping under 500 bucks would be nice... I know about Toad but it's wickedly expensive and I'd like to hold off on asking for that if there is an adequate substitute. :)
Thank you,
-=Bryan
SQL Developer... It won't do the SSH stuff natively, though. But for all the other tasks it's pretty awesome for free.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm looking to release a really simple application for windows Phone 7. Unfortunately, My Apps need to store some data in the device. say a Database.
My colleague found one SQLite library - http://sviluppomobile.blogspot.com/2010/03/sqlite-for-wp-7-series-proof-of-concept.html
But How about Linq to SQL or EF for Windows Phone 7. Any Library for this?
In the initial release of Windows Phone 7 you have no SQL Server Compact or similar. Because no user app can call P/Invoke no other mobile/compact database will work.
To store content you have to use Isolated Storage and build something with this. See this: http://winphone7db.codeplex.com/
Perst works well under Windows 7
SQLite worked fine for me. Complex joins are slower, but that I bet that would be true for any database. I have over 50MB of data in case you are wondering.
You could try using SQL Server Compact.
Info about compact and linq