Hello all,
I am making use of variables in my TSQL queries. As my script has grown, I have separated each part by GO
, now the problem is I need access to variables at the top of my script.
How can I still access these variables?
Hopefully, this is something simple and straightforward.
Thanks all