Hi,
I want to convert the below mentioned index from oracle to SQL Server.
create index IDX_XXX on ASSETTABLE (TRUNC(TIME_STAMP), ASSET_ID)
I try to use CAST function instead ofTrunc, but it shows Error. Please Provide a solution for me.
Balakrishnan APD