PhotoGallery News
Brought to you by:
akossyrev
Unpack into c:\temp, start MSSQL Query Analyzer and execute:
restore database pic from disk='c:\temp\pic_template.bak'
Make sure that directory d:\data exists, otherwise restore database using this statement:
restore database pic from disk='c:\temp\pic_template.bak' with move 'pic_data' to '<your path>\pic_data.mdf',
move 'pic_log' to '<your path>\pic_log.ldf'