As what you say doesn't quite make it clear what it is you think you're saying, I will simply state the situation as I understand it and you can tell me if that confirms or contradicts what you thought you were saying :
Access can have a virtual (Linked) table which is simply a link through to a SQL Server table.
I don't believe there has ever been a facility in SQL Server that allows the revers (A link through to an Access table).
There is a facility in SQL Server (Data Transformation Services or DTS) that enables it to manipulate data from an Access database and even to get data imported from there into its own databases.
This is my understanding from SQL Server 2000. I may be wrong on this side of things and hopefully someone will correct me if I am, but I'm pretty sure that's how things are.
You can use your linking tables as local table,Everythin g will be fine such as access table.
I don't know is it possible to link Access 2007 to SQL Server 2008 due to higher version than access. I think it can be linked to SQL Server 2005 or upgrade Access 2007 to 2010.
The distinction is that if you have a table in SQL Server then one can link to it from Access; but we're saying that if you have a table in Access then one cannot connect to it from SQL Server. I however have never tried to do the latter. When I have data in Access that I want to put in SQL Server, I CREATE the table in SQL Server, link to it in Access, then do an INSERT from the local table to the linked table.
Perhaps there's a wizard somewhere in SQL Server that makes this process easier? I can't say as I have not even a year of experience with SQL Server Management Studio.
Comment