asp.net - How to replace diacrita charaters from other master table in sql server -


i wanna implement export flat file functionality through asp.net following conditions:

check every column each rows of table diacritic character   if exists  value diacritic char master table          if exists                replace          else               add diacritic character master table null value                , remove record resultset 

i wanna implement functionality in t-sql.so please guide me on issue considering performance too.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -