Which stored procedure will you be running to add a linked
server?
Answer Posted / guest
sp_addlinkedserver, sp_addlinkedsrvlogin
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is database white box testing?
Which sql server table is used to hold the stored procedure scripts?
Benefits of Stored Procedures?
What is an execution plan? How would you view the execution plan?
How do I edit a procedure in sql server?
What is the difference between ‘having’ clause and a ‘where’ clause?
What is mean by dml?
What is the difference RDBMS and Graph Database?
Does dbcc checkdb requires db to be in single_user mode? : sql server database administration
What are the indexes in sql server?
What is coalesce and check constraint in sql server?
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?
Is sql server implemented as a service or an application? : Sql server database administration
can any body tell me how to know the password of current user in sql server
What is de-normalization and what are some of the examples of it?