View Single Post
  #4  
Old 11-16-2012, 11:45 AM
sehall
Fire Beetle
 
Join Date: May 2003
Posts: 7
Default

It's probably best if you do use Mysql or another SQL database that's really ANSI compliant. SQL Server has issues when attempting to execute the SQL scripts directly into it. (data types, syntax). It'd take a lot of work to make the script readable by SQL Server. I'm a DB programmer that works on SS full time, and I attempted to see if I could get the data into SS but there were too many issues.
Reply With Quote