diff --git a/samples/features/machine-learning-services/python/getting-started/bike-sharing prediction/setup.sql b/samples/features/machine-learning-services/python/getting-started/bike-sharing prediction/setup.sql index e28c4968..be05439a 100644 --- a/samples/features/machine-learning-services/python/getting-started/bike-sharing prediction/setup.sql +++ b/samples/features/machine-learning-services/python/getting-started/bike-sharing prediction/setup.sql @@ -1,5 +1,5 @@ -- Before we start, we need to restore the database --- Step1: Download the compressed backup file (url) +-- Step1: Download the backup file (url) --Save the file on a location where SQL Server can access it. For example: C:\Program Files\Microsoft SQL Server\MSSQL14.MSSQLSERVER\MSSQL\Backup\ -- In a new query window in SSMS, execute the following restore statement, but REMEMBER TO CHANGE THE FILE PATHS @@ -12,4 +12,4 @@ RESTORE DATABASE velibDB WITH MOVE 'velibDB' TO 'C:\Program Files\Microsoft SQL Server\MSSQL14.MSSQLSERVER\MSSQL\DATA\velibDB.mdf' ,MOVE 'velibDB_log' TO 'C:\Program Files\Microsoft SQL Server\MSSQL14.MSSQLSERVER\MSSQL\DATA\velibDB.ldf'; -GO \ No newline at end of file +GO