I have a user that is getting the following SQL exception when trying to run a stored procedure that has a date parameter as input:
"The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value."

The interesting thing is that any machine that this user logs into and runs the application the same thing happens. It only happens to this user. But someone else can log into the same machine and it works fine.

Is there some master NT profile that is set up within the domain that might be causing this?

Any help or suggestions would be greatly appreciated.