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