Forum Discussion
Contoso Dataset
mibu , As far as I understand, you need to have your own database.
say Azure SQL, then that will be url
or local SQL server then you will url like localhost or localhost \sqlexpress
You can create new database
In case you want to install express edition
SQL - https://www.youtube.com/watch?v=ThCZYuYAbnY&list=PLPaNVDMhUXGblXMYDB1P46cBhwPXRVgiD
- mibu2 years agoMicrosoft Employee
Hi Amit!
Thanks for the guidance and your awesome part 1 SQL video on YouTube here
From what I learned, I was able to successfully restore ContosoRetailDW.bak
So, awesome... halfway there.
Then... I try and perform Step 5 from above: Connect to Analysis Services in SQL Server Management Studio and restore ContosoRetail.abf backup file to Contoso_Retail OLAP database as follows:
But then I get the following error message:
TITLE: Connect to Server
------------------------------Cannot connect to localhost\SQLEXPRESS.
------------------------------
ADDITIONAL INFORMATION:A connection cannot be made to redirector. Ensure that 'SQL Browser' service is running. (Microsoft.AnalysisServices.AdomdClient)
I confirmed 'SQL Server Browser' service is running...
In fact, all SQL Services are running... except for SQL Server Agent (SQLEXPRESS)...
I start it... but then it automatically stops... I can't get it to stay Running.
Going Start... typing run... typing services.msc and checking all SQL
------------------------------
No connection could be made because the target machine actively refused it #.#.#.#:# (System) (Numbers masked for security purposes.)
------------------------------
BUTTONS:OK
------------------------------amitchandak Thoughts on how to work though this Analysis Services issue and complete Step 5,6,7?
Thanks!
Best,
mibu