![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Can a SQL Server 2008 server have a linked server that is SQL Server 2008 R2?? We presently use a SQL Server 2008 for reporting which links to a SQL 2005 server that will be replaced by a SQL 2008 R2 server, we need to link to a SQL Server 2008 R2 database from a SQL 2008 server. Note: The linked server is only used for selecting and reading data, not writes or edits/updates. Why not? You can create a linked server to a database that isn't even |
#3
| |||
| |||
|
|
The version of SQL Server at the other end of the pipe makes no difference. It's the connecting software (Native Client, ODBC, OLE DB, etc.) that's the limiting factor. |
#4
| |||
| |||
|
|
On Aug 4, 2:25 pm, "Bob Barrows" <reb01... (AT) NOyahoo (DOT) SPAMcom> wrote: The version of SQL Server at the other end of the pipe makes no difference. It's the connecting software (Native Client, ODBC, OLE DB, etc.) that's the limiting factor. Thank you, do the two above-mentioned versions of SQL Server have different "Native Client" software?? You can still connect to the other database via SQLOLEDB or ODBC if |
#5
| |||
| |||
|
|
You can still connect to the other database via SQLOLEDB or ODBC if worse comes to worst. Why don't you try it and see if it works? |
![]() |
| Thread Tools | |
| Display Modes | |
| |