How to Run a Query on a Remote SQL Server?

Answers were Sorted based on User's Feedback



How to Run a Query on a Remote SQL Server?..

Answer / vinod

By Using linked server we can get data from remote servers, and we can fire a query on remote server. we need to use three part naming conventions for this.

servername.databasename.dbo.tablename

Is This Answer Correct ?    4 Yes 1 No

How to Run a Query on a Remote SQL Server?..

Answer / guest

Use the OpenRowSet Function to Run a Query on a Remote SQL
Server.

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More SQL Server Interview Questions

What is the importance of concurrency control?

0 Answers  


What is apply operator in sql?

0 Answers  


Which system tables contain information on privileges granted and privileges obtained

1 Answers  


what's the maximum size of a row? : Sql server database administration

0 Answers  


Explain the difference between HTTP and HTTPS in database?

0 Answers   Wipro,






What is a group function explain with an example?

0 Answers  


You have to store user responses of ‘yes’ and ‘no’ what kind of data type is best suited for this task?

0 Answers  


How to find which stored procedure is currently running in sql server?

0 Answers  


What is 'write-ahead log' in sql server 2000 ?

0 Answers  


What is the maximum size of sql server database?

0 Answers  


How to check table values in sql server?

0 Answers  


what is the difference between a primary key and a unique key? : Sql server database administration

0 Answers  


Categories