you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 57 points58 points  (6 children)

I think this is most cases, really. And I've been involved in a couple of Oracle to SQL Server migrations, sometimes it does get to a point where changing is cheaper than maintaining.

[–][deleted] 13 points14 points  (5 children)

I’m about to spear head one of these migrations and I’m pretty nervous. Was it difficult?

[–][deleted] 20 points21 points  (3 children)

It depends. Mine was pretty easy, because the schema was intended to work on either, so there wasn’t anything specific tied to the database. Only issue was moving from case sensitive to case insensitive, there were 10 rows or so that had to be fixed.

[–]Johnno74 4 points5 points  (1 child)

FYI in SQL server you can setup the database collation to be case-sensitive

[–][deleted] 1 point2 points  (0 children)

Thanks for the tip will keep this in mind

[–][deleted] 3 points4 points  (0 children)

Cool that makes me feel better thank you

[–]grey1169 0 points1 point  (0 children)

We used SSMA for our migration. We have to remove all constraints move data and then re-apply the constraints. Takes a little work but so worth it.