I got syntax error:
restore school-class school-class from disk = 'E:\sql\backup\school-class_db_200307260600.BAK'
with replace,
move 'school-class_db_200307260600_data' to 'd:\sql\data\school-class_db_200307260600_data.mdf',
move 'school-class_db_200307260600_log' to 'd:\sql\data\event-pass_db_200307260600_log.ldf',
use school-class-bak
go
insert into school-class.dbo.customer_order select * from school-class-bak.dbo.class_id where id = 007
-----here is the err msg
Server: Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near '-'.
Server: Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near '-'.
Server: Msg 170, Level 15, State 1, Line 1
Line 1: Incorrect syntax near '-'.