September 2, 2011 at 12:03 pm
Comments posted to this topic are about the item Level 1: The Basic SELECT Statement
Gregory A. Larsen, MVP
October 7, 2011 at 7:45 am
Excellent article. I think these stairway articles are a great idea. I know will always benefit from reviewing and learning about the basics. There is ton of features in SQL that make it useful but a solid foundation in the basics is more beneficial than knowing all of the advanced stuff
October 7, 2011 at 8:06 am
As usual a stellar entry -- this stairway concept is invaluable.
A minor usability complaint... any way to make the code sample windows larger? Maybe it's my browser but they barely display the first word of each line.
Thanks in any case for these series -- this one in particular will be useful in filling gaps in my understanding, and may well get some of my SQL-phobic coworkers into the water.
October 7, 2011 at 2:38 pm
Thanks for putting this together.
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
December 15, 2011 at 1:11 pm
Great article! A minor typo (I think): Exercise #1 refers to "Human.Resources.Employee table". I think it should be "HumanResources.Employee table". What do you think?
Also I think the Level 3 link should be named "Implementing a Relational Model in SQL Server".
Cheers!
Paul DB
February 6, 2019 at 7:42 pm
Hello, I started working on this staircase and noticed the AdventureWorks database was used during the exercises. Which version of adventure works can I get this instance from? i have tried versions 2008,2012, and 2016 and i haven't found exactly the same instance.
Thanks
February 6, 2019 at 8:53 pm
imaaronacs - Wednesday, February 6, 2019 7:42 PMHello, I started working on this staircase and noticed the AdventureWorks database was used during the exercises. Which version of adventure works can I get this instance from? i have tried versions 2008,2012, and 2016 and i haven't found exactly the same instance.Thanks
It says which version and even where to get it right in the article.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 6, 2019 at 8:58 pm
Yes it does, but the SQL Server 2005 version no longer exists. You could probably change the code to support one of those other versions.
Gregory A. Larsen, MVP
February 6, 2019 at 11:28 pm
Good lord. I clicked on the link and it took me to codeplex, which says that it "is still available" if you click on a certain link which takes you to an archive search which returns nothing, just like you said.
That's a part of the reason why I always manufacture test data for my articles. I've seen things like this happen way too often with even 2nd party data samples.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 7, 2019 at 1:19 am
I was a bit curious as to why an 8 year old thread has suddenly become active so had a quick look at my installation of AdventureWorks2014 database, it contains the same schema and tales as used in the article, the provided sample code ran (on the whole) without modification; the only difference that I can see is the reference to EmployeeId and ContactId (within the article) which I believe is now called BusinessEntityId.
I have not verified against any other version of AdventureWorks HTH.
...
February 7, 2019 at 8:09 pm
Couldn't find any instances of Adventure Works 2005 anywhere, tried this website: https://www.microsoft.com/en-us/download/confirmation.aspx?id=10679
and
https://archive.codeplex.com/?p=MSFTDBProdSamples
could any one point me in the direction of the download?
Viewing 11 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic. Login to reply