i have table students with fields classname,studname select * from students classname studname 1 xxxxx 1 yyyy 1 zzzz 2 qqqq 2 tttt 3 dsds 3 www i want the output should be No of students in class 1 : 3 No of students in class 2 : 2 No of students in class 3 : 2
5 10104what is the difference between group and having give an example with query and sample output
7 10162How To Change Column Ordinal Position in SQL Server 2005 using Query i.e I Want To Add Column at Particular Ordinal Position in SQL Server 2005
2 9513How can i give the restrictions for the data entry, if i wish to enter only I ,II, III, IV in the grade actegory of student table?
3 61341. Tell me your daily activities 2. If sql server installation fails at time installation what will do 3. Where does the sql server installation log details are stored 4. After the installation what will you do for memory configuration 5. What is the difference between SQL max maximum memory and AWE memory 6. How will you configure AWE memory 7. How will setup an email alert for the backup job 8. After the SQL installation what are the jobs will you configure 9. What does –g mean in the sql startup parameter 10. What is the difference between Bulked log and Full recovery model 11. What is the difference between mirroring and log shipping 12. What are the steps to be followed before in-place up gradation 13. After installing the patch the sql server does not start and application team tells to rollback the changes .In this scenario what will you do
2540
Determine when an index is appropriate?
How do I shrink an ldf file?
Where is trigger in sql server?
What are page splits?
What does COMMIT command do?
Define msdb database?
Which is better statement or preparedstatement?
How can I create a report based on a query? : sql server management studio
Which tcp/ip port does the sql server run on? How can it be changed?
What are the components of sql server service broker?
What are distributed partitioned views?
What method is used by the Command classes to execute SQL statements that return single values?
What is difference between equi join and inner join?
Does any body please help me what question's have asked for SSRS in the interview?
What do you mean by an execution plan? Why is it used? How would you view it?