Hi, I have a stored procedure that takes a datetime input parameter. Sometimes this variable has a date and a time but for the procedure to work as intended I have to have date 00:00:00.000 only.
What is the fastest way to clear the timepart right away? I'm thinking of doing this on the first line of the proc.
graabein
What is the fastest way to clear the timepart right away? I'm thinking of doing this on the first line of the proc.
graabein