This may seem like a simple one. I've got a datetime variable that I'm declaring in a stored procedure. How do I set it to be the current date?
(
@today datetime=Now
)
This gives me a "syntax error converting datetime from a character string."
thanks in advance,
H. Barnes
(
@today datetime=Now
)
This gives me a "syntax error converting datetime from a character string."
thanks in advance,
H. Barnes