When I generate scripts in sql server 2008 EM, it seems to insert the date/time in the script also.
How can I remove that?
When I generate scripts in sql server 2008 EM, it seems to insert the date/time in the script also.
How can I remove that?
Tools.. Options.. SQL Server Object Explorer..Scripting
Probably need to set "Include Descriptive Headers" = false
However, your question is unclear so this is a guess.