Viewing 2 posts - 1 through 2 (of 2 total)
Hi,
Still I face the problem.
Thanks,
sandhya
May 16, 2006 at 1:14 am
#638064
Thanks for the response. the following would also work:
declare @machineName varchar(20)
select @machineName = macname from machine
exec('select * from [' + @machineName...
May 4, 2006 at 6:22 am
#635892