SQL Attach Pierrot

Attach Pierrot

USE master
GO

exec sp_attach_db 'PierrotImports',

   @filename1 = 'drive:\<full path>\pierrotimports.mdf' ,
   @filename2 = 'drive:\<full path>\pierrotimports_log.ldf'