aaronjonmartin
Technical User
This may be easier than I realise but if anybody could help me with this I would appreciate it.
I want to build a stored procedure which takes a date and some details about a user. I want it to compare the date with the current date/time and if it is not passes the current date/time insert the details of the user into a table, if it is passed the current date/time I want to exit the stored procedure without inserting anything.
Is this possible? How can this be done?
"It's so much easier to suggest solutions when you don't know too much about the problem."
Malcolm Forbes (1919 - 1990)
I want to build a stored procedure which takes a date and some details about a user. I want it to compare the date with the current date/time and if it is not passes the current date/time insert the details of the user into a table, if it is passed the current date/time I want to exit the stored procedure without inserting anything.
Is this possible? How can this be done?
"It's so much easier to suggest solutions when you don't know too much about the problem."
Malcolm Forbes (1919 - 1990)