June 29, 2009 at 12:03 pm
Hi Folks
i finally got SP2 install for SQL Server 2005 Developer. I want to thank those of you who assisted.
I am at the next stage where I want to instal the sample databases and I have been reading a lot of forums where folks are also haveing issues finding Northwind and other database samples.
I have downloaded (SqlServerSamples_x64.msi), but it seems that all it contains is AdventureWorks.
Is this what I should be using for SQL Server 2005 ?
Is there a place to download Northwind and other database samples ?
I looked at
http://www.codeplex.com/MSFTDBProdSamples/Release/ProjectReleases.aspx?ReleaseId=4004
and folks did not seem to be very happy in what they wre getting, so I am confused as to what samples I should ge using
Thanks
Jim
June 29, 2009 at 12:15 pm
AdventureWorks is the better choice in my opinion. It's more complex than Northwind but it covers much more features of SQL Server 2005 and many samples in BOL (Books On Line) work with AdventureWorks
June 29, 2009 at 12:24 pm
JC (6/29/2009)
Hi Folksand folks did not seem to be very happy in what they wre getting, so I am confused as to what samples I should ge using
Thanks
Jim
So why R the folks not happy with Adventure works?
June 29, 2009 at 1:42 pm
It was not AdventureWorks so much. They were expecting to get Northwind DB sample and did not get it by downloading the executable so they were a wee bit perturbed, it seemd as some of the comments were not very nice. That's all. I did not get it also, so that's why I was asking about the two.
Thanks
Jim
June 29, 2009 at 2:42 pm
Check the thread below I have attached a current copy of Northwind 2008 in .bak you still need to alter NText and Image column to NVarchar(max) and Vabinary(max).
http://www.sqlservercentral.com/Forums/Topic672990-263-3.aspx
Kind regards,
Gift Peddie
June 29, 2009 at 2:55 pm
Thanks Gift Peddie
is it 32-bit or 64-bit or does it matter ?
Thanks
Jim
June 29, 2009 at 3:00 pm
I am not sure if it is relevant but you are running 2005 so you cannot use that .bak because it is for 2008 I have an MDF here so I will attach it to 2005 and post a 2005 .bak for you.
Kind regards,
Gift Peddie
June 29, 2009 at 3:01 pm
Thanks Very Much Gift Peddie
Jim
June 29, 2009 at 3:19 pm
Here is NorthWind for 2005 you still need to ALTER NText to Nvachar(max) and Image to Vabinary(max) just right click on the tables and go to modify and you should change it. And yes it is in compatibility 90 for 2005.
Kind regards,
Gift Peddie
June 29, 2009 at 3:22 pm
Gift Peddie (6/29/2009)
Check the thread below I have attached a current copy of Northwind 2008 in .bak you still need to alter NText and Image column to NVarchar(max) and Vabinary(max).http://www.sqlservercentral.com/Forums/Topic672990-263-3.aspx
Thanks, too! 😉
Sometimes a small Northwind is simpler than AW for quick tests.
June 29, 2009 at 3:30 pm
Florian Reischl (6/29/2009)
Gift Peddie (6/29/2009)
Check the thread below I have attached a current copy of Northwind 2008 in .bak you still need to alter NText and Image column to NVarchar(max) and Vabinary(max).http://www.sqlservercentral.com/Forums/Topic672990-263-3.aspx
Thanks, too! 😉
Sometimes a small Northwind is simpler than AW for quick tests.
Flo,
I am glad I could help.
🙂
Kind regards,
Gift Peddie
June 29, 2009 at 3:38 pm
Thanks from me too. It will be nice to have both the databases.
June 29, 2009 at 3:41 pm
Mayank Khatri (6/29/2009)
Thanks from me too. It will be nice to have both the databases.
I am glad I could help.
🙂
Kind regards,
Gift Peddie
June 30, 2009 at 7:32 am
There is also a lite version of AdventureWorks that includes simpler structures and less data, so that's another alternative (not better, just different) to Northwind. There's also an AdventureWorksDW that shows dimensional modeling of AW data.
I know there's lots of complaints about AdventureWorks, but I use it all the time for examples in books, & articles & presentations. It may not be perfect, but it's pretty good.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
June 30, 2009 at 9:50 am
Thanks Grant
I was wonderig what all these databases were:
AdventureWorks_Data.mdf
AdventureWorksDW_Data.mdf
AdventureWorksLT_Data.mdf
I don't suppose there are any instructions on how to see them in SQL Server Management Studio
Apparently there is more to installing them besides just running the executable
Thanks
Jim
Viewing 15 posts - 1 through 15 (of 21 total)
You must be logged in to reply to this topic. Login to reply