Hey Flowheater team,
I.m back with another little challenge that i need some advice or help with.
I'm converting a database of our client to one of our own databases, but they used some different parameters as the ones we can use.
Their account ID's are strings like C4F7C7CE-A4E0-DD11-9930-000C29CF5199, while the column we want to enter them into are numeric with a limit of 11. Normally i'd enter an auto ID here, but the catch is that some of their ID's are in the database multiple times for the same client with different addresses. These ID's need to stay the same. Therefore i don't think auto ID will do.
I guess a .net heater could do the trick, but i'm not a hero when it comes to .net, or maybe there's an even easier solution that i'm completely overlooking, so i wanted to know your take on this.
Thanks in advance for the help!