Tagged Questions

1
vote
4answers
36 views

What strategies are available for migrating Access databases to SQL server-based applications?

I'm considering undertaking a project to migrate a very large MS Access application to a new system based on SQL Server. The existing system is essentially an ERP application with a couple of dozen …
1
vote
3answers
20 views

Hibernate Mapping Through Another Entity

Consider this simple database schema: User Course StudentCourse Student +-------------+ +-------------+ +-------------+ +-------------+ | -user_id |1 …
0
votes
1answer
10 views

Using Db2Mon is there a way to distinguish between clients connecting using type 2 and type 4 driver?

Well, The question explains all, Using DB2mon tool, Is there a way to tell which client is connecting using which type of connection (type 2 jdbc or type 4 jdbc connection)? All of the connections are …
3
votes
4answers
86 views

What is the difference between graph-based databases and object-oriented databases?

What is the difference between graph-based databases (http://neo4j.org/) and object-oriented databases (http://www.db4o.com/)?
11
votes
8answers
3k views

Is there a way to create a SQL Server function to “join” multiple rows from a subquery into a single delimited field?

To illustrate, assume that I have two tables as follows: VehicleID Name 1 Chuck 2 Larry LocationID VehicleID City 1 1 New York 2 1 Seattle 3 …
2
votes
2answers
18 views

Suggestions for a hosted database

I would like to have a SQL database online, but don't want to deal with its care and feeding. There are some commercial offerings out there for hosted DBs, for example Amazon SimpleDB. Can anybody …
1
vote
2answers
38 views

long running queries: observing partial results?

As part of a data analysis project, I will be issuing some long running queries on a mysql database. My future course of action is contingent on the results I obtain along the way. It would be useful …
0
votes
1answer
24 views

Android database backups

Hi everybody, I'm looking for ways to back up the database of my app on an Android phone. I know that SQLite databases are just files, so I'd expect to be able to just copy the file to SD-card if one …
0
votes
2answers
86 views

Should I use messaging instead of a database

I am designing a system that will allow users to take data from one system and send to other systems. One of the destination systems has a sophisticated SOA (web services) and the other is a …
4
votes
3answers
82 views

A completely managed database solution?

Hey, I'm looking for an open source database engine, that is completely written in C# (no any native dll, not mixed mode, etc...). It should support basic actions on tables (INSERT, UPDATE, SELECT, …
2
votes
6answers
1k views

jdbc driver for Microsoft SQL Server CE(Compact Edition) 3.5

hi there, I want to be able to explore the contents of a DB for this version of the DB. I was thinking of using the Squirrel DB client (which needs a JDBC driver). Therefore, I'm looking for a JDBC …
0
votes
2answers
71 views

Why a larger table is faster than new smaller one?

We have a large table in SQL Server with almost 40.000.000 records. it took considerable time to running queries on it. so we decided to leave all old and out of date records there and move usable …
1
vote
5answers
72 views

Alternative to database for storing data?

I was using SQL Server Compact Edition (local-database) for my application. But while I was using the entity framework, I kept experiencing a very annoying UpdateException. My database only has two …
3
votes
6answers
72 views

Which approach would you use for this specific DB Design Issue ?

Just looking for opinions on the following 2 scenarios. We have a table where we store our outbound sms-messages. Everytime one of our services sends a premium rate message, it stores them in this …
1
vote
5answers
50 views

The best way to manage database changes

What is the best way to manage database changes? I need to have a solutions regardless the database client's language. Also I'd like to be able to use specific database features in those changes such …

1 2 3 4 5 461
15 30 50 per page