I am getting error when i was migrating table from Oracle to SQL Server for CI(case insensitive) database
Violation of PRIMARY KEY constraint 'LXK_INTERFACE_CONFIG_INFOR_
But there is only one record as above in oracle Like (CUSTOMER, OUT, TRILLIUM).
These are the two different records in oracle db
Customer Out Trillium CleanseURL=http://xxxxxxxxxxxx7654/G/Cleanser/CustomerData/PrimaryCustomer/Address;MatchURL=http://trillium_qa.lex.lexmark.com:7654/G/RMatcher/CustomerData/PrimaryCustomer
and
CUSTOMER OUT TRILLIUM selectMaxRetryCountPROP=5;selectMaxBackoffIntervalPROP=2;selectTimeoutPROP=0;updateMaxRetryCountPROP=5;updateMaxBackoffIntervalPROP=2;updateTimeoutPROP=0;PublishMaxRetryCountPROP=5;PublishMaxBackoffIntervalPROP=2;PublishTimeoutPROP=0;URL=http:/xxxxxxxxxx8510/jboss-net/services/TrilliumWebService
But why sql server accepting both as same records and throwing PK voilation error, though the db is CI and last column values are also different.
Please help me in this regard.
- Edited by Vinai Gandla 1 hour 33 minutes ago