+ 1
Can we execute my SQL script or Oracle script in SQL server?
I have my SQL script and I want to run it in SQL SERVER 2008 so is it possible if yes then help me please
2 Réponses
+ 2
Depends, the syntaxes are almost the same, if you didn't use any specific function from one another. If it is ANSI then it works.
0
I had my SQL script but I had to change a lot there