Question
EXEC sp_addlinkedsrvlogin
@rmtsrvname = "Northwinds",
@useself = "false",
@locallogin = "sa",
@rmtuser = "Admin",
@rmtpassword = NULL
a.
sp_addlinkedsrv
b.
sp_addlinkedserver
c.
sp_addlinkedsrvlogin
d.
none of the mentioned
Posted under SQL Server
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Which of the following command tells that all local users are logged in as “sa” in the following code?
Similar Questions
Discover Related MCQs
Q. Point out the wrong statement.
View solution
Q. Which of the following SQL syntax elements is dictated by the SQL dialect levels?
View solution
Q. Which of the following query combines data from more than one SQL Server instance?
View solution
Q. The easiest way to start is to create a linked server ‘localhost’ by using _____________
View solution
Q. To use the .NET Framework Data Provider for SQL Server, an application must reference the _____________ namespace.
View solution
Q. Point out the correct statement.
View solution
Q. Valid Code for Creating a SqlConnection Object would be ____________
View solution
Q. Code snippet for having a named instance of SQL Server would be ___________
View solution
Q. Point out the wrong statement.
View solution
Q. Which of the following is enumeration for ADO.net with SQL Server?
View solution
Q. Syntax for closing and opening the connection in ADO.net is _______________
View solution
Q. Which of the following gives trusted Connection from a CE device?
View solution
Q. The main features of dotConnect for SQL Server includes ___________
View solution
Q. __________object is used to fill a DataSet/DataTable with query results in ADO.net.
View solution
Q. Point out the correct statement.
View solution
Q. LINQ query to retrieve a selection of customers, each with their high-value purchases is _____________
View solution
Q. LINQ Query to list all purchases of $1000 or greater made by customers who live in Washington.
View solution
Q. Point out the wrong statement.
View solution
Q. Which of the following sample code is used to select data Using LinQ To SQL?
View solution
Q. Which of the following code snippet would traverse through all result objects ?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond SQL Server? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!