I apologize if this is a redundant question but I was not quite sure on the phrasing as I am weak on SQL and Database development.
I am using SQLTools Pro against an local Access 2003 MDB. I want to be able to run a Delete Query I created within the database itself (query is called "Delete Old Duplicates") . I'm assuming that would be considered a stored procedure?
Can I do this in SQLTools or must I do it using a COM method?
I am using SQLTools Pro against an local Access 2003 MDB. I want to be able to run a Delete Query I created within the database itself (query is called "Delete Old Duplicates") . I'm assuming that would be considered a stored procedure?
Can I do this in SQLTools or must I do it using a COM method?
Comment