Hi,
In our current environment, the Windows Server has a minimal SQL Server 2000 installed on which it is only possible to connect to databases on a remote SQL Server cluster. It is impossible to create a new database on the machine itself.
This is what I found on BOL MSSQL 2000
Quote:
Connectivity Only
Installs only the relational database client connectivity components, including MDAC 2.6 (Microsoft Data Access Components), a requirement for connecting to SQL Server 2000 named instances. This option provides connectivity tools only, with no choice of client tools or other components
|
How can we do the same with SQL Server 2008?
I found information about Linked Server, but I'm not sure if that is what we're looking for. Linked Server seems to be to connect to some selected tables only. We want to connect to the whole database.
(We are planning a migration from MSSQL 2000 to 2008)