Could someone tell me why my execute statement gives me an error 'Error converting data type nvarchar to datetime.'
Here's the statement:
execute insert_Contact1_1 'A50824380140',getdate
The first field is a nvarchar data type and second is a date type. Somehow it does not recognize the getdate function. Please help.
Thanks in advance
Here's the statement:
execute insert_Contact1_1 'A50824380140',getdate
The first field is a nvarchar data type and second is a date type. Somehow it does not recognize the getdate function. Please help.
Thanks in advance