What is the full form of ddl?
what is the main difference between after trigger and instead trigger.
what is mean by crystal repoart? ahere we will mainly use that?
how to change column into row in sql
What do you think of this implementation? Can this be implemented better?
When do u use clustered index and non-clustered index?
How will u get 5 years back record?
How will you know when statistics on a table are obsolete?
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
Explain atomicity?
How can you get @@error and @@rowcount at the same time?
Explain foreign key in sql server?
What are the five major components of a dbms?