Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Dynamic Columns as parameter in where clause

$
0
0
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

Viewing all articles
Browse latest Browse all 3145

Trending Articles