Skip to content

Commit 6567045

Browse files
authored
Update setup.sql
1 parent 4d5d877 commit 6567045

File tree

1 file changed

+2
-2
lines changed
  • samples/features/machine-learning-services/python/getting-started/bike-sharing prediction

1 file changed

+2
-2
lines changed

samples/features/machine-learning-services/python/getting-started/bike-sharing prediction/setup.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-- Before we start, we need to restore the database
2-
-- Step1: Download the compressed backup file (url)
2+
-- Step1: Download the backup file (url)
33
--Save the file on a location where SQL Server can access it. For example: C:\Program Files\Microsoft SQL Server\MSSQL14.MSSQLSERVER\MSSQL\Backup\
44

55
-- 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
1212
WITH
1313
MOVE 'velibDB' TO 'C:\Program Files\Microsoft SQL Server\MSSQL14.MSSQLSERVER\MSSQL\DATA\velibDB.mdf'
1414
,MOVE 'velibDB_log' TO 'C:\Program Files\Microsoft SQL Server\MSSQL14.MSSQLSERVER\MSSQL\DATA\velibDB.ldf';
15-
GO
15+
GO

0 commit comments

Comments
 (0)