I managed to link the SQL server and succesfully did it .
Thanks very much to you all.
But now how to add a linked access dataebase.
I tried the following :
USE master
GO
EXEC sp_addlinkedserver
'Test',
'OLE DB Provider for Jet',
'Microsoft.Jet.OLEDB.4.0',
'\\Proliant_2500\ads\Commission\Data\Cost Analysis.mdb'
GO
It does affect one row , but then when i go to the linked server and try to browse the table it comes up with an error. Any help here then please
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.