Question : How to populate a table variable in SQL server with a set built in MS Access

I am using an XML parameter for a stored procedure that I am building out of a table variable.

However, the data for that table variable would be coming from a MS Access query.

Ideally, I would like to avoid creating a temporary table but my main concern is how to pass the data from MSAccess to SQl server.

Answer : How to populate a table variable in SQL server with a set built in MS Access

Google - Link Access table to SQL Server - seems right to me.
Random Solutions  
 
programming4us programming4us