can an automatic recovery be initiated by a user? : Sql server administration
No Answer is Posted For this Question
Be the First to Post Answer
What is database replication?
how to find nth highest salary
103 Answers Cognizant, IBM, NexGen, Oracle,
What are security principals used in sql server 2005?
How are SQL Server databases physically stored under Windows 2000?
Mention the different authentication modes in sql server.
you notice that the transaction log on one of your databases is over 4gb the size of the data file is 2mb what could cause this situation, and how can you fix it? : Sql server administration
What does top operator do?
Describe the left outer join & right outer join. : sql server database administration
How can you transfer data from a text file to a database table? Or how can you export data from a table to a comma delimited (csv) file? Or how can you import data from ms access to a table in a database? Or how can you export data from a table to an excel file?
What is NOT NULL Constraint in sql server 2012?
what is new philosophy for database devises for sql server 7.0? : Sql server database administration
table:employee EID ENAME MID(manager ids) 101 rama null 102 sita 101 103 siva 101 104 ganesh 103 . . . . . . for 103 ID the manager ID is 101(RAMA) and for 104 manager is SIVA if i give employee id (EID) you have to tell the manager for that EID write query? eample:if i give 102 .The query output should be manager for 102 ID that it should print RAMA as output