I want a function similar to @@servername to be created. So, the new @@mycustomname will return something I set up and then I can use @@mycustomname in my deployed T-SQL Scripts.
Is there a way to do it?
I want a function similar to @@servername to be created. So, the new @@mycustomname will return something I set up and then I can use @@mycustomname in my deployed T-SQL Scripts.
Is there a way to do it?