File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
samples/features/r-services/Getting-Started/Customer-Clustering Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
-- to match the directories of your installation!
6
6
USE master ;
7
7
GO
8
- RESTORE DATABASE Tpcx1b
9
- FROM DISK = ' C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\Backup\Tpcx1b .bak'
8
+ RESTORE DATABASE tpcxbb_1gb
9
+ FROM DISK = ' C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\Backup\tpcxbb_1gb .bak'
10
10
WITH
11
- MOVE ' Tpcx1b ' TO ' C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\DATA\Tpcx1b .mdf'
12
- ,MOVE ' Tpcx1b_log ' TO ' C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\DATA\Tpcx1b .ldf' ;
11
+ MOVE ' tpcxbb_1gb ' TO ' C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\DATA\tpcxbb_1gb .mdf'
12
+ ,MOVE ' tpcxbb_1gb_log ' TO ' C:\Program Files\Microsoft SQL Server\MSSQL13.MSSQLSERVER\MSSQL\DATA\tpcxbb_1gb .ldf' ;
13
13
GO
You can’t perform that action at this time.
0 commit comments