Hello I have a table in Access that I'm trying to delete then update in TSQL. I know how to do it in Access, but how would I go about doing it from TSQL? In Access i run this:
DELETE table.*
FROM table;
But I didn't know how I should tell TSQL to look at the access.mdb from TSQL.