File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
samples/features/machine-learning-services/python/getting-started/bike-sharing prediction Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
-- Before we start, we need to restore the database
2
- -- Step1: Download the compressed backup file (url)
2
+ -- Step1: Download the backup file (url)
3
3
-- Save the file on a location where SQL Server can access it. For example: C:\Program Files\Microsoft SQL Server\MSSQL14.MSSQLSERVER\MSSQL\Backup\
4
4
5
5
-- 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
12
12
WITH
13
13
MOVE ' velibDB' TO ' C:\Program Files\Microsoft SQL Server\MSSQL14.MSSQLSERVER\MSSQL\DATA\velibDB.mdf'
14
14
,MOVE ' velibDB_log' TO ' C:\Program Files\Microsoft SQL Server\MSSQL14.MSSQLSERVER\MSSQL\DATA\velibDB.ldf' ;
15
- GO
15
+ GO
You can’t perform that action at this time.
0 commit comments