Menu

PhotoGallery / News: Recent posts

Database template for MS SQL added into release (pic_templaz

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'

Posted by alex 2007-05-06