i have a table #temp1(id, Name groupname ) and record
like this 1 R1 S
2 R3 S
3 R2 S
4 R4 D
5 R5 D
6 R6 K
7 R7 K
8 R8 L
9 R9 L
10 R10 L
11 R11 K
and i want to display record based on user defind sorting
order e.g.
1 R4 D
2 R5 D
3 R6 K
4 R7 K
5 R11 K
6 R1 S
7 R3 S
8 R2 S
9 R8 L
10 R9 L
11 R10 L
Answer Posted / pradip jain
Hi Ram, what new you are done man?
you have posted same answer as me.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what do you understand by change data capture?
Can you pass expressions to stored procedure parameters?
What is normalization according to you and explain its different levels?
Explain data warehousing in sql server?
What is an execution plan? When would you use it?
Why should one not prefix user stored procedures with ‘sp_’?
Differentiate between mongodb vs. Sql server?
What are the recovery models for a database?
What is @@error in sql?
What are the events recorded in a transaction log?
How to replace null values in expressions using isnull()?
Can sql servers link to other servers?
what is database replicaion? : Sql server database administration
Explain the different index configurations a table can have?
What is use of except clause?