Dear Experts,
Sorry I am unable to find TSQL forum,Might be i have posted in wrong window.
Please help me to convert the below oracle unique index constraint to SQL server.
CREATE UNIQUE INDEX UK_IDX_TLOG ON TLOG_TB (CASE MSG_TYPE WHEN '200' THEN TXN_AUTH_ID END );
Please do the needful