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.
我想要@@servername创建一个类似的功能。所以,新的@@mycustomname将返回我设置的东西,然后我可以@@mycustomname在我部署的 T-SQL 脚本中使用。
@@servername
@@mycustomname
有没有办法做到这一点?
不,你不能。这些是保留关键字。
您希望在某种程度上等同于全局变量,不幸的是它不存在。
你能做的最好的就是声明一个函数。