How can you set static variables in enterprise manager? I think 'static variables' is the correct term. Basically, I would like to do something like:
SELECT blah
FROM tableBlah
WHERE blahID = @@myStaticBlahID
Can I create and set these @@ variables in EM?
Thanks in advance
DT
SELECT blah
FROM tableBlah
WHERE blahID = @@myStaticBlahID
Can I create and set these @@ variables in EM?
Thanks in advance
DT