As part of the upgrade to SQL Server 7.0 we are changing all "= NULL" to "IS NULL" in stored procs. I have one that declares a parameter as "@parm = NULL". SQL Server 6.5 nor 7.0 will accept "@parm IS NULL" when declaring. Any advise?