what stored procedure would you use to view lock information? : Sql server administration
No Answer is Posted For this Question
Be the First to Post Answer
How many clustered indexes there can be on table ?
Once setting replication, is it potential to own a publisher as sixty four bit sql server and distributor or subscribers as a thirty two bit sql server?
How to override dml statements with triggers?
What happens if the update subquery returns no rows in ms sql server?
What are cursors in ms sql server?
What is transaction server consistency?
Can you create a logon trigger in sql server 2005 express edition?
What is the difference between a Application Server and a Database
What is the distinction amongst delete and truncate?
what’s the difference between Covering Indexes and Clustered Indexes ? how to use clustered index small ?
Explain the properties of the relational tables?
Hi, I have a table A which has four rows as follows Table A ------- empname salary ------- ------ A 1000 B 2000 C 3000 A 1000 B 2000 D 5000 I need the following output: empname salary ------- ------ A 1000 A 1000 B 2000 B 2000 Thanks in advance