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

null date parameter for a stored procedure

$
0
0
I have a stored procedure that has a parameter of date named dateStored.

The default value is null.

In the stored procedure I have  a merge statement that the select part has a filter like this:

where term=2018 an

Viewing all articles
Browse latest Browse all 3145

Trending Articles