SSRS how to use SnowFlake as a data source

739 Views Asked by At

I created a 64-bit ODBC User DSN for SnowFlake driver. The SnowFlake data source is not showing in hte list of user or dsn when i'm trying to create a connection. Is snowflake driver allowed in MS Visual Studio 2017?

1

There are 1 best solutions below

1
Sujan S ghosh On

Its supported, whether you create user DSN or System DSN, the DSN will reflect while you try to create new ODBC connection using that DSN.

Example, I created a user DSN in ODBC Data Sources 64 bit and using a ODBC tool such as Excel or Flyspeed to create connection using the DSN,its reflecting the user DSN.

enter image description here

Regards, Sujan