Is there a way to pass parameters from SSRS dataset to Snowflake.Previously I am connecting SSRS to SqlServer DB and passing parameter as @client_id.I want to move queries to run on snowflake.But i don't know how to pass parameter to query.
When I use standard parameters against Snowflake I get
syntax error @client_id is unexpected
