How to achieve Paging of records in SQL SERVER?
What are the different types of replication? How are they used?
What is check constraint in sql server?
What is amo? : sql server analysis services, ssas
Where views are stored in sql server?
What is your recommendation for a query running very slow? : sql server database administration
How to count duplicated values in a column in ms sql server?
what is create database syntax? : Sql server database administration
What is a coalesce function?
Do you know what are the reporting services components?
What is deadlock and how to avoid the deadlocks.
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
How to disable a login name in ms sql server?