B bobfin Registered User. Local time Today, 11:20 Joined Mar 29, 2002 Messages 82 May 26, 2006 #1 Within a T-SQL script in SQL Server 2000, is there a way to read records in an Access table? The Access database is on a network drive (O:\Npv\Npv.mdb) and the table is called tblProposals. I want to insert seelcted fields into an SQL table.
Within a T-SQL script in SQL Server 2000, is there a way to read records in an Access table? The Access database is on a network drive (O:\Npv\Npv.mdb) and the table is called tblProposals. I want to insert seelcted fields into an SQL table.
FoFa Registered User. Local time Today, 05:20 Joined Jan 29, 2003 Messages 3,653 May 26, 2006 #2 You can link the Acces DB to your sql server. You can use DTS to transfer data. Depends if it is a one time thing or on going.
You can link the Acces DB to your sql server. You can use DTS to transfer data. Depends if it is a one time thing or on going.