Rick,
Just to clarify what ColdFusionChris is doing there: the DATEADD and GETDATE functions are SQL Server T-SQL functions. They are executed as part of the query on the database server (which is why they aren't wrapped in pound signs).
-Carl V.
Rick,
Just to clarify what ColdFusionChris is doing there: the DATEADD and GETDATE functions are SQL Server T-SQL functions. They are executed as part of the query on the database server (which is why they aren't wrapped in pound signs).
-Carl V.