Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图弄清楚如何运行我在创建数据库脚本的单独文件中的存储过程。
我试图避免将存储过程脚本直接放入创建数据库脚本中,因为我会将相同的代码放入 2 个地方。
有谁知道如何从文件执行存储过程?