Nice to have

AlexGAlexG Posts: 24
edited April 10, 2006 8:57AM in SQL Compare Previous Versions
Hi,

I would like to make request to Sql compare developers.
please make option to add custom note or script at begining of file
(before of after comments) :) and make file read only

Example

select
'script= put you file name'+ char(13)+
@servername as char(20))+ char(13)+
'dbname= ' + cast(DB_NAME()as char(20)) + char(13) +
'execution date= '+ cast(getdate()as char(24))+ char(13)+
'executed by = '+ system_user


1. It will force standards when working with team of programmers
2. it will allow to save execution output as proof deployment for auditing

I already posted same question in forum

http://www.red-gate.com/messageboard/vi ... servername

Comments

  • Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hi,

    Thanks, we can sure look into it. In my opinion, a USE statement should go here, too, to prevent you from running the script on the wrong server if you're in the habit of saving the script and running it later!
This discussion has been closed.