System Functions MSSQL Tutorial

if db_name() <> 'pubs'
   raiserror('Error in InstPubs.SQL, ''USE pubs'' failed!.',22,127) with log
GO