June 23, 2005 at 10:11 am
Is there a way to get access to an Access table through t-sql? I really don't want to always have to DTS the data
June 23, 2005 at 10:14 am
Create a linked server to the database, then query like this
Select * from LinkedServerName...TableName (play with the number of dots if it doesn't work... never did that with access).
June 28, 2005 at 8:19 am
Yes u can created a linked server to access and use it .
Check this out:
http://www.databasejournal.com/features/mssql/article.php/3085211
http://www.informit.com/articles/article.asp?p=360063&seqNum=1
June 28, 2005 at 8:33 am
BTW is always Three dots for MSACCESS. If the DB uses workgroup protection you may need further help(let me know) but if it is not you should be OK with the above
* Noel
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply