Can sql server be linked with other servers like oracle?



Can sql server be linked with other servers like oracle?..

Answer / Avaneesh Kumar Sahu

Yes, SQL Server can be linked with other servers such as Oracle using various methods. One common method is by setting up a linked server in SQL Server and then creating a linked server object for the Oracle database. After that, you can execute queries against the remote Oracle server from within SQL Server.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

Difference between: - Delete & Truncate - Table & View - Constraints & Triggers

1 Answers   United Healthcare,


Why do you need a sql server?

1 Answers  


Explain about Joins?

1 Answers   Infosys,


What is replication with database mirroring? : sql server database administration

1 Answers  


WHAT OPERATOR PERFORMS PATTERN MATCHING?

2 Answers   CarrizalSoft Technologies, CTS,


What is the usage of the sign function?

1 Answers  


What do you mean by cardinality?

1 Answers  


How to get the definition of a user defined function back?

1 Answers  


Define cursor locking

1 Answers  


What are the advantages of user-defined functions over stored procedures in sql server?

1 Answers  


Difference Between varchar and nvarchar datatype?

3 Answers   Satyam,


Can a unique index be created on a column, which contains null?

1 Answers  


Categories