2004-12-22, 04:44 PM
Yep, I tried that as well.
Also, tried, creating a View that just had getdate() in the select statement. But SQL Server doesn't allow Scalar functions not to have a parameter, all scalar functions must have a parameter.
Only way to get around this is to handle it outside the application.
Also, tried, creating a View that just had getdate() in the select statement. But SQL Server doesn't allow Scalar functions not to have a parameter, all scalar functions must have a parameter.
Only way to get around this is to handle it outside the application.