Return all rows with TSQL when a Microsoft Reporting Services parameter is null
This examples uses the Microsoft SQL Server 2008 example database AdventureWorks (http://msftdbprodsamples.codeplex.com/) If you want to return all rows of a table when a parameter is null, use the TSQL function isnull: declare @productModelID as