Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MS Access SQL to T-SQL Convertor [closed]

Is there a tool that will convert MS Access SQL to T-SQL?

like image 776
Carl Rippon Avatar asked Oct 19 '25 14:10

Carl Rippon


1 Answers

For my queries, I would prefer to do them by hand rather than let a tool do the translation.

I do not know of a tool, but here is a decent cheatsheet

http://weblogs.sqlteam.com/jeffs/archive/2007/03/30/Quick-Access-JET-SQL-to-T-SQL-Cheatsheet.aspx

like image 89
Raj More Avatar answered Oct 21 '25 05:10

Raj More