Sign in | Join
Last post 07-08-2009 8:28 AM by om_prakashp. 1 replies.
Sort Posts: Oldest to newest Newest to oldest
hi all,
below code is not returning data but executing
plz some one help
create proc test1 (@t1 varchar(100))
as beginexec('SELECT * FROM DataSource WHERE DataSourceName IN ('+@t1+')')end
exec test1 'Ace Data S,ESIS Data Source'
thnq
create
as
end