Forum Discussion
Sample public SQL database for learning purpose
- 1 year ago
Hi Tom_Y
You can set up a SQL server locally and connect either SSMS or Power BI to it.
Download the Developer version of SQL Server and install:
SQL Server Downloads | MicrosoftFollow these steps to download and restore AdventureWorks locally:
https://learn.microsoft.com/en-us/sql/samples/adventureworks-install-configure?view=sql-server-ver16&tabs=ssmsThen all that's left is to connect to the server (once it's ran) and use the server name as LOCALHOST. You may also need to add the port number too but typically you don't have to. And for the DB name it'll be the AdventureWorks db restored version.
It's been a while since I did this but should still be very valid.
Hi Tom_Y
You can set up a SQL server locally and connect either SSMS or Power BI to it.
Download the Developer version of SQL Server and install:
SQL Server Downloads | Microsoft
Follow these steps to download and restore AdventureWorks locally:
https://learn.microsoft.com/en-us/sql/samples/adventureworks-install-configure?view=sql-server-ver16&tabs=ssms
Then all that's left is to connect to the server (once it's ran) and use the server name as LOCALHOST. You may also need to add the port number too but typically you don't have to. And for the DB name it'll be the AdventureWorks db restored version.
It's been a while since I did this but should still be very valid.