How to get the count of distinct records. Please give me the
query?
Answer Posted / madhavi.bandreddi
select count(*) from (select distinct * from tablename)as
dummytable
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What action plan is preferred if sql server is not responding?
What is multi-statement table-value user-defined function?
Describe in brief databases and sql server databases architecture.
What is collation sensitivity?
what are the different ways to return the rowcount of a table?
How to create a local temporary stored procedure?
What are different types of schemas?
Is truncate autocommit?
Tell me can we use custom code in ssrs?
What are a scheduled jobs?
Explain an incremental backup?
What is impersonation? What are the different impersonation options available in ssas? : sql server analysis services, ssas
IF more than one Site is accessing the same Database server and I want to move the DB with Minimum down time? How will you do
Explain about remote stored procedure?
What is a result set object returned by odbc_exec()?