SQL Server datasets [closed] - sql

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I would like to know if there are any SQL Server ready datasets which one can use. I know there's AdventureWorks (which i'm already using), but i would like to know if there are more.
I also open for paid solutions.
Thank you,
Vítor Barreto

Kimberly "The Queen of Indexing" Tripp of SQL Skills fame has a few very good, pretty large sample downloads available for free:
https://www.sqlskills.com/sql-server-resources/sql-server-demos/
And if you want a really enourmous data set - you can download the whole (anonymised) Stackexchange dump from here:
https://archive.org/details/stackexchange

Related

Translate SPARQL-TO-SQL queries [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am doing an experiment to query RDF data on top of existing Relational DBMS's. So, Does anyone know a tool to translate SPARQL queries to SQL?
Thanks all.
Look for tools providing W3C standard R2RML e.g. D2RQ.

Sample sql product Data [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Looking for a open source range of data. Needs to be a range of products with variations e.g. books, shoes, hats, cds, dvds, dog toys, you get the idea, random products.
Also needs to be for a sql database.
Anybody got any suggestions where I might find such data?
Try doing a search for Northwind database samples. Microsoft also has some free database setups to us for practice. You can download these from their website.

Reputable source for Mark Pilgrim's "Dive into Greasemonkey" [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Given that Mark Pilgrim pulled his "Dive into Greasemonkey" on 2011-10-06, what is a reputable source for it?
I don't want to go to a malware infested website to get it. For instance, is www.freetechbooks.com reputable?
The internet archive (Wayback Machine) still has it. Here is the last recorded snapshot, from July 26, 2011.
Note that that book was last updated in 2005 and is extremely out of date. The site itself says (said) this:
This book is badly out of date and will probably never be updated. You can find more up-to-date information on the Greasemonkey wiki.

Real time lightning strike API [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm looking for an API that will provide real-time lightning strike data in a metro area and searches have come up short. Please send me the link and an overview of your experience if you have worked with one in the past.....
Thanks!
I would recommend that you have a look at the Vaisala Global Lightning Dataset GLD360 system.
Turns out, there are two big players:
1) Vaisala
2) NAPLN
We chose to use NAPLN.

Is there still a free CDDB database left? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm building a program that needs to interact with a cd database. Googling showed me projects like freedb or gnudb, but it seems those are long dead (last activity on freedb's forum is 2007 before it got flooded with spam). Freedb still works, but is not maintained, and returns messy results. Does anyone know of an active CDDB project that is accessible freely?
Although there's no strict CDDB service I can find, MusicBrainz offers a web service that can do the same things and more. It also emulates a CDDB, more info on the link Brad provided.
You can access it at http://musicbrainz.org/ws/2/
Information on the API here: http://wiki.musicbrainz.org/XMLWebService