July 5, 2006 at 10:58 am
Hello all,
I need to concatenate external arguments to an execute statement. Need the right syntax
e.g
declare @server varchar (30)
declare @db varchar(30)
exec [@server].[@db].[dbo].spu_procedure @remoteserver = @localServer output
this statement gives me errors.
Pls help
July 5, 2006 at 11:17 am
Use Dymanic SQL Statement.
July 5, 2006 at 11:21 am
pls how do i use dynamic sql statement
July 5, 2006 at 3:56 pm
Thanks
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy