what are three different authentications to connect linked
servers?
Answer / vidhya sagar
Self mapping
Delegation
Remote Credentials
Is This Answer Correct ? | 5 Yes | 0 No |
Using query analyzer, name 3 ways you can get an accurate count of the number of records in a table?
While using a cursor, how can you differentiate between a deleted row and a row that has been inserted with null data values?
What is your recommendation for a query running very slow? : sql server database administration
What are three ways you can use an identity value inside a trigger? Why would you prefer one way over another?
Give a example to search fr a string in all stored procedure in sql server.
Is it important for a database administrator to understand the operating system and file access?
Explain how to use linked server?
How to end a stored procedure properly in ms sql server?
What is a trigger? Why we need it?
Does partitioning ssd reduce performance?
explain the storage models of olap? : Sql server database administration
hw you create table in sql using existing table and variable should be in specific order given ex : in old table empid empname empsal empage empbirthdate empaddrs like is there in new table we need it as EX: exmpname empage empaddrs empid empbirthdate like we want hw we create this as a table not view or nt reporting