How to resolve the metadata issue when using a stored procedure as source in SSIS?
So you want to use a stored procedure as source (EXECUTE dbo.usp_YourProcedure) in your SSIS data flow but all it gives you is some weird could not determine metadata error… That can be resolved with an easy step – RESULT… Continue Reading