Viewing 3 posts - 1 through 4 (of 4 total)
Tried with @execute_query_datebase='Database' Still no luck
May 20, 2020 at 4:33 am
#3753137
Step need to just fetch the data from table by using select statement and the result needs to attach in email notification.
That is the objective.
May 20, 2020 at 3:31 am
#3753130
Hi Anthony,
I tried with Execute as well getting issue ,Tried with table same error.user have admin access,Tried with sa user too still same issue.
DECLARE @query NVARCHAR(MAX)
DECLARE @query1 NVARCHAR(MAX)
SELECT @query1='select *...
May 19, 2020 at 9:42 am
#3752804