Activity overview
Latest activity by mshupe
How to Deploy GRANT EXECUTEs with the stored procedures
I compared two databases and deployed the differences. Unfortunately, the GRANT EXECUTE statements were not deployed along with the stored procedures. How can I have them included?
Note that there ...
Is it possible to filter on sys.object.modify_date?
Our development database has diverged from production. So I would like to take a copy of the production schema and update it with only the changes that have been made to the development database si...