Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
TomasL
Starting Member
1 Post |
Posted - 2011-08-25 : 11:41:51
|
Hello,I'm using the SSMA (Sql Server Migration Assistant) for Oracle.I have managed to convert and migrate a schema (with some minor problems) to a sql server database. Since I have got into case sensitivity problems in the replicated database I dropped the database.When I synchronize the metadata in the SSMA explorer it still displays that the database exists. I have tried different synchronize options but to no avail.Anyone who knows how to solve this problem?RegardsTomas |
|
jen
Master Smack Fu Yak Hacker
4110 Posts |
Posted - 2011-09-09 : 15:55:01
|
perhaps create a new database target with case insensitivity and see if that resolves the conflict?--------------------keeping it simple... |
|
|
|
|
|