I'm creating an integration software that will use 2 databases, the database from the current application and the database for my application.
The servers where the current application runs, only has SQL Server 2000 installed (and it can't be updated). So I would like to know if is possible to access the objects from this SQL Server 2000 database at my database (SQL Server 2005 Express)?
Thanks.