That's a bad idea because SQL statements may differ not only in the syntax but also the performance. You should fix the real problem and get a MS SQL Server installation with which you can do real work.
Regarding your specific question, you may want to explain to us what exactly "*=" and @@IDENTITY is doing. Both are not standard SQL, so it may be a good idea to avoid such constructs in the first place.