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
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)
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