The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
We’ve identified a reproducible issue in Fabric Data Pipelines:
✅ Stored Procedure activity succeeds when using a library variable connection to Azure SQL Database and passing a parameter.
❌ The same activity fails with error 2812 (“Could not find stored procedure”) when no parameters are passed.
This suggests Fabric uses different execution paths depending on whether parameters are present — and the no-parameter path doesn’t resolve the stored procedure correctly.
Add a dummy parameter to the stored procedure, e.g.:
@forceContext NVARCHAR(255) = NULL
This forces Fabric to use the more reliable execution path.
Please make Stored Procedure activity behave consistently regardless of whether parameters are passed — especially when using library variable connections. This would eliminate confusion and reduce brittle workarounds.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.