Hiya fellas,
Is it possible to set a global variable that will
remain until a second batch query is executed...
delcar @@var int
set @@var = <something>
go
query..
go
query...
It says that the var is not declared. Is there some way around this?
thanks in advance for your help,
rtdvoip
Is it possible to set a global variable that will
remain until a second batch query is executed...
delcar @@var int
set @@var = <something>
go
query..
go
query...
It says that the var is not declared. Is there some way around this?
thanks in advance for your help,
rtdvoip