From 6567045fb56438b0fc21bee540785cf54879eb7f Mon Sep 17 00:00:00 2001 From: Yassine Date: Tue, 30 May 2017 09:50:10 +0200 Subject: [PATCH] Update setup.sql --- .../python/getting-started/bike-sharing prediction/setup.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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