0
votes
1answer
6 views

i cannot find where the database is called in sdk notepad sample project

When I look at the notepad sample provided by the android SDK I see all of the database work is done in the notepaddataprovider class. I never see that class getting called so I don't understand how ...
0
votes
0answers
707 views

MS Access Sample database with `.accdb` extension

I am trying out different ADO.Net connections in VS 2010 (for different databases : Sql Server, MS Access). I do have SQL Server installed. But I don't have MS Access 2007, only 2003. So I tried to ...
1
vote
4answers
1k views

Sample XML databases?

Are there any notable (large) sample XML databases? For SQL there are the world and Sakila sample MySQL databases, for example. However a similar Google search for a good XML sample database doesn't ...
1
vote
2answers
906 views

Sample star schema dataset

I'm looking for some OLAP data preferably in star schema (or snowflake) for testing a new tool. I've already got the Foodmart database that Mondrian provides. Type of data is not important as long as ...
0
votes
3answers
167 views

Methods of maintaining sample data in a database

Firstly, let me apologize for the title, as it probably isn't as clear as I think it is. What I'm looking for is a way to keep sample data in a database (SQL, 2005 2008 and Express) that get modified ...
2
votes
4answers
1k views

sql script to creat a new database

I have following script. I dont know how to create new database in sql server 2005. I run following scirpt, and it create tables under model instead of seperate databse. it look massy. how can i ...
1
vote
2answers
155 views

Creation of sample data in database tool @ sqlserver

I need a database tool where i can easily add information to it. Example: I have 2 tables, customers and invoices. The database tool must show me input fields of the customer and invoices. invoice ...
1
vote
4answers
4k views

Can't download adventure works database 2005 from codeplex

Can't download adventure works database 2005 from codeplex. Where else can I find and download it??? I've been searching it online, I found some results but i can't download any of them. Any help is ...
6
votes
3answers
4k views

Why so few full database schemas sample online?

It is a bit strange to me about database schemas sample which I think most of the projects will need to design a database for it. but when I try to find sample online, it is really rare (eg. full ...
28
votes
16answers
25k views

Good Databases with sample data

Does anybody know of any sample databases I could download, preferably in CSV or some similar easy to import format so that I could get more practice in working with different types of data sets? The ...