I have a stored procedure that simply merges data from 2 tables and inserts the records into a 3rd table. Is there any way to add a button that simply executes the stored procedure? I don't even need to pass any values with this SP. Something like this.
CustomQuery("EXEC populate_schedules");
CustomQuery("EXEC populate_schedules");