Hi,
How can I create a global variable?
I have several stored procedures that I would like
to share a few global (and will be static) variables?
I;ve tried declaring them using @@ but they are not
recognized once
the SP in which they where declared is exited.
Thanks
ds
How can I create a global variable?
I have several stored procedures that I would like
to share a few global (and will be static) variables?
I;ve tried declaring them using @@ but they are not
recognized once
the SP in which they where declared is exited.
Thanks
ds