How can I access and use free databases from Murach's book?

  • Thread starter Thread starter WWGD
  • Start date Start date
Click For Summary
The discussion centers around the free databases provided in Murach's SQL Server 2016 book, emphasizing that these databases can be saved as .sql or text files and executed as queries. Users express confusion about whether the download includes a database server or just scripts, with many noting that the files appear to be scripts rather than a full server installation. There is a desire for a more user-friendly interface, like a shell, for easier database management and querying. Participants mention the need for reasonably large databases for practice and compare the utility of SQL Server and MySQL. The conversation also touches on the challenges of scripting databases and the efficiency of using shells for database management, with some advocating for tools like Toad for better functionality. Overall, the focus is on the practicality of using the provided scripts for database practice and the limitations of relying solely on scripts without a comprehensive management tool.
WWGD
Science Advisor
Homework Helper
Messages
7,772
Reaction score
12,992
Technology news on Phys.org
Does it have a shell included, or is it only the server? As in "Here is your new database and there is the link to toad!" And is it better than MySql?
 
It is in .sql, which is just a text file. You can just open it, copy the full text, paste it and run it as a query. I haven't tried with MySql. I know it runs in SQl Server and I got my new database in less than a minute. EDIT: These are the databases to be run with SQL Server, maybe MySQL; not the full server.
 
Last edited:
So it's just a bunch of scripts? At least as far as I could see. I haven't checked the executive, but the name suggests, that is only a self-extracting file for the scripts.

I thought it was a database server, possibly including a shell. Who needs scripts?
 
fresh_42 said:
So it's just a bunch of scripts? At least as far as I could see. I haven't checked the executive, but the name suggests, that is only a self-extracting file for the scripts.

I thought it was a database server, possibly including a shell. Who needs scripts?
If you want a server download SQL Server or My SQL for free. I need the scripts to practice querying. Specially for reasonably-large databases/tables.
 
I have once installed another database (HyperFile) including shell and ERD tool. It was part of a programming IDE for lazybones. You can write programs in hours and the installation doesn't require to set up the system for days, as in VisualC e.g. Unfortunately only the demo version, which runs out in time. But it can handle large files pretty well. If I had to deal with databases more often, I think I would buy toad as a shell. Never seen something better, including the shells that came with the database servers from Oracle to MySql.
 
fresh_42 said:
I have once installed another database (HyperFile) including shell and ERD tool. It was part of a programming IDE for lazybones. You can write programs in hours and the installation doesn't require to set up the system for days, as in VisualC e.g. Unfortunately only the demo version, which runs out in time. But it can handle large files pretty well. If I had to deal with databases more often, I think I would buy toad as a shell. Never seen something better, including the shells that came with the database servers from Oracle to MySql.
But I don't think scripting a database is simple. Do you script your own?
 
Not in the case described above. There you only modell it and let the shell do the job, including all joins. In SQL you only have those create scripts. Once you have one, you can easily build copies of it.
 
fresh_42 said:
Not in the case described above. There you only modell it and let the shell do the job, including all joins. In SQL you only have those create scripts. Once you have one, you can easily build copies of it.
I think we may be using the term 'script' differently here. The script as I am using it is the code you run to generate the full database.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
1K
Replies
5
Views
2K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
65
Views
5K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 13 ·
Replies
13
Views
3K