Supported Queries

All Access QueryDefs are translated into SQL Server Transact-SQL views, procedures, and/or functions, including variable column Crosstab queries and multiple table updates. SQL Server Views, Procedures and/or Functions are created from Access Select, Union, and Crosstab queries and SQL Server Procedures are created for all Access Action (Update, Append, Make Table, and Delete) queries and variable column Crosstab queries. Parameters are fully supported for all queries.

 

When converting to MS-SQL 2000, Access built-in functions are translated into SQL Server functions when equivalent functions or constructs are available. Scriptoria implements most VBA functions, like Format, and DateSerial) using CLR (Common Runtime Language) MS-SQL user-defined functions that call equivalent VB.Net  functions when converting to MS-SQL 2005.

Remarks