Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I'm inner joining 2 tables on a string field and the processing time is long. I'm thinking of using a unique identifier instead of a string for the join. I will need to creating a mapping table for the string and the unique identifier for both the tables. Anyone with similiar use case, pls kindly let me know detail implementation steps. And whether this is workable?
Thank you!
Maybe it would be better to index the string columns? At least as a first step, before you make things complicated.