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.
exec sp_detach_db @dbname='TestDB', 'false'
go
/*
Move the files to the new drive.
*/
exec sp_attach_db @dbname='TestDB', @filename1='e:\newfile.mdf', @filename2='f:\file.ldf'