I am trying to schedule a job which executes stored procedure and populates data into Table. I am not sure why job keeps failing with below message.
The OLE DB Provider "SQLNCLI10" for linked server "sql10" reported an error. Execution terminated by the provider because a resource limit was reached. [SQLSTATE 42000] (Error 7399) Cannot fetch the rowset from OLE DB provider "SQLNCLI10" for linked server "sql10"..[SQLSTATE 42000] (Error 7421) OLE DB provider "SQLNCLI10" for linked server "sql10" returned message "Query timeout expired".[SQLSTATE 42000] (Error 7412). The step failed.
Please help!!