News

Looking a solution for – How to recover deleted views in SQL Server 2019, 2017, 2016, 2014, 2012? If yes, then relax!
We are very pleased to announce today that SQL views from the SQL Server connector available at the end of the week in PowerApps. Leveraging SQL Views will allow you to combine data in SQL Server ...
Why are there INFOMATION_SCHEMA and catalog views in SQL Server that do very similar things? For example, to retrieve a list of tables in a database, I can do it via sys.tables or INFORMATION ...
I enjoy using query types with views in order to perform advanced queries that I cannot do via EF transformations. Right now, I am forced to use arbitrary SQL statements in migrations to build my ...