Hi,
I have a scheduled SQL ETL job which has a stored procedure ,but it keeps on failing due to below error.
Message
Executed as user: domain/user. Schema change failed on object '[dbo].[tablename]'. Possibly due to active snapshot or other schema change activity. [SQLSTATE 42000] (Error 21386). The step failed.
This table is also getting replicated(transactional replication) to our reporting server.
Please advise....
The ETL logic is in the form of a stored procedure which is scheduled to run every hour..