Answer Posted / guest
Linked Servers is a concept in SQL Server by which we can
add other SQL Server to a Group and query both the SQL
Server dbs using T-SQL Statements.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Explain the phases a transaction has to undergo?
What is normalization and its types?
What is the stored procedure?
Explain table valued parameters in sql server? Why tvp used?
How to create a trigger for insert only?
What is raid? : SQL Server Architecture
Mention the different types of triggers?
How to check status of stored procedure in sql server?
List the different normalization forms?
How to get @@error and @@rowcount at the same time?
Other than truncate statement, which other command can by-pass the trigger on the tables?
You have a table ‘test’ which is a copy of northwind employee table you have written a trigger to update the field ‘hiredate’ with the current date
What is the purpose of forms?
Can a stored procedure call itself or a recursive stored procedure? How many levels of sp nesting is possible?
Explain different backup plans?