Any thoughts why this happened?
I have a stored procedure that works well in my development db but not in production copy of db.
I noticed that the problem occurs when the stored procedure does not accept null value.
The procedure goes like this:
spmary_weekly_task '5/29/2003 11:59:00 PM', '', 8529851
I have a stored procedure that works well in my development db but not in production copy of db.
I noticed that the problem occurs when the stored procedure does not accept null value.
The procedure goes like this:
spmary_weekly_task '5/29/2003 11:59:00 PM', '', 8529851