My current database is in SQL Server and we are moving to snowflake. Can I use this connector to fetch data and fill detail screen to do necessary operations like save, update and delete records through detail and list screens
Hi Phani,
If you want to extract data from your SQL Server database to a Snowflake, consider the following:
The Snowflake component has an extensive documentation page, you can see there it supports inserting data into Snowflake:
Be aware you need to do some transformations, SQL Server is a relational database Snowflake is a Non-SQL database.
Regards,
Daniel
My current database is SQL Server and it will be migrateing to Snowflake, so no sql server interaction needed.
I am preparing a POC to check the Outsystems to Snowflake connectivity. Can you please help me with creating a solution.
Thanks
Phani
The Snowflake connector is well-connected, following the instructions on the Documentation tab of the Forge component should be enough to get it working. There is also the demo app from which you can inspect how to use the connector.
There is really nothing else one can help you with, there is documentation and working sample application