Wednesday, January 21, 2015

sql check parameter for null values

Use a statement like
(isnull(@param,'') ='' or @param=param)

No comments:

SSL Error - The connection for this site is not secure

 After cloning a git repo of dot net framework website and trying to run it all I could see was this error Turns out the fix was to simply e...