Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
We are facing a strange issue while running one SP(Execute SP_NAME), when I'm calling this SP from my QVD Gen it is throwing one error (Table Not Found) attaching the log File.
But when i'm executing the same SP in my SS Studio it is giving me proper records but failing in QVD Gen, any guess.
-----------------------------------------------
Point to note: till 2 days back it was running well but today some changes have been done in that SP after that it has been failing in my QVD Gen(But same time running well SS Studio sounds strange)
see the screenshot
Thanks for the info.
Try
sql {call dbo.SP_NAME} ;
Hi,
Try this
SQL
GRANT EXEC ON dbo.SP_NAME TO <UserName>
Hi All,
It was the issue with the DB Server it was not allocating the enough resources to execute.
Thanks everyone for their suggestions.
Hi Amit
Please close this thread by marking the correct answer so that it will benefit others who might have similar problem.
Thanks
Sasi