阅读背景:

如果在sql server中不存在,则创建存储过程

来源:互联网 

Oracle does "create or replace" statements. Sql server does not seem to - if you are scripting out from Enterprise Manager, it instead suggests "drop and create" instead. Drop and create is undesirable in any situation where you've done grants on the stored procedure, because it tosses out any grants your database administration team has done. You really need "create or replace" to help with separation of conerns between developers and administrators.Oracle does "create or replace" statements. Sql




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: