Hi All,
I have query which has 20 columns along with alias names for the column. The plan is to have two parameters one is for where clause. This where clause will have something like ‘where columnname1 like @column1 and columnname2 like @column2’ an
I have query which has 20 columns along with alias names for the column. The plan is to have two parameters one is for where clause. This where clause will have something like ‘where columnname1 like @column1 and columnname2 like @column2’ an