Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
backup database PlantData to disk='E:\PlantData.bak'
go
restore database PlantData2004 from disk='E;\PlantData.bak'
WITH MOVE 'PlantData_data' to 'd:\MSSQL\MSSQL\Data\PlantData2004_Data.mdf',
MOVE 'PlanData_Log' to 'd:\MSSQL\MSSQL\Data\PlantData2004_Log.ldf'