I had a situation today where I have a stored procedure that is structured as follows:
1: CREATE PROCEDURE _Entity_GetByKeywordTypeDateRange(
2: @keyword varchar(255) = null,
3: @typeA bit = 0,
4: @typeB bit […]
I had a situation today where I have a stored procedure that is structured as follows:
1: CREATE PROCEDURE _Entity_GetByKeywordTypeDateRange(
2: @keyword varchar(255) = null,
3: @typeA bit = 0,
4: @typeB bit […]