Hello.
I'm trying to create a stored procedure which would compare an ID from external MS-Access table with an ID in a table within SQL and succeed or fail based on their comparison. Is there a way to do it using T-SQL, something like
select @var = max(ID) from \\server\database.mdb\tablename
Any help would be appreciated.
Igor.
I'm trying to create a stored procedure which would compare an ID from external MS-Access table with an ID in a table within SQL and succeed or fail based on their comparison. Is there a way to do it using T-SQL, something like
select @var = max(ID) from \\server\database.mdb\tablename
Any help would be appreciated.
Igor.