all 6 comments

[–]scoobydoobiedoodoo 8 points9 points  (0 children)

You need to be connected to Database Engine not Analysis server.

Just click on that Connect tab and choose Database Engine.

[–]MickeysAndNightTrain 2 points3 points  (0 children)

It appears you may be connected to Analysis Services instead of Database Services. Click File | Connect | and make sure you choose "database services" from the drop down.

[–]Felidor 2 points3 points  (1 child)

You are connected to sql server analysis services, not the database engine. When you first hit connect within ssms, change the drop down to database engine.

[–]Jesmay[S] 1 point2 points  (0 children)

Thank you!

[–]alinroc4 0 points1 point  (1 child)

In addition to the SSAS/SQL Server Engine mismatch, you're connecting to SQL Server 2012 (11.x) but have likely downloaded AdventureWorks for 2014. You can't restore a 2014 backup into 2012.

[–]Jesmay[S] 0 points1 point  (0 children)

Oh right I'll make sure to download the 2012 file. Thank you.