.NET Tutorials, Forums, Interview Questions And Answers
Welcome :Guest
 
Sign In
Register
 
Win Surprise Gifts!!!
Congratulations!!!




Find questions, FAQ's and their answers related to .NET, C#, Vb.Net, Sql Server and many more.


Post New Question Subscribe to Interview Questions
 
Quick Links For Interview Questions Categories:
ASP.NetWindows Application  .NET Framework  C#  VB.Net  ADO.Net  
Sql Server  SharePoint  Silverlight  OOPs  JQuery  JavaScript/VBScript
BiztalkPatten/PracticesIISWCFWPFWWF
NetworkingAptitudeOthers  All    
 

Others Interview Questions and Answers

Which command is the reverse of PIVOT command?

Author: shankey          Posted Date: July 31, 2011    Category: Others     Points: 40

UNPIVOT Command is the reverse of PIVOT command

Which command is use to convert column values into column name?

Author: shankey          Posted Date: July 31, 2011    Category: Others     Points: 40

Pivot table is use to convert column values into column name. It can be use to rotate the table.

What is Pivot?

Author: shankey          Posted Date: July 31, 2011    Category: Others     Points: 40

Pivot table is use to sort,count and total data stored in one table or spreadsheet and create second table based displaying summarized table.

List commands to copy data from one table to another?

Author: shankey          Posted Date: July 31, 2011    Category: Others     Points: 40

-Insert into select
-Select into

are the two commands to copy data from one table to another.

How can you create script of objects in database?

Author: shankey          Posted Date: July 31, 2011    Category: Others     Points: 40

Sql Server Management Studio can be use to generate script of all the objects in database server.

List How to copy tables,schema and views from one server to another?

Author: shankey          Posted Date: July 31, 2011    Category: Others     Points: 40

-Detach database from one server and then attach database to another server
-Create Script of all objects and then run on another server
-User SSMS wizard

What is DBCC commands?

Author: shankey          Posted Date: July 31, 2011    Category: Others     Points: 40

It is use to perform following tasks
-Maintainece task like indexing, file group
- Task that display more information after gathering them.
- Misc Task such as removing dll from memory

What is Page Compression?

Author: shankey          Posted Date: July 31, 2011    Category: Others     Points: 40

It internally use row compression and prefix compression to compress the data.

What is Row Compression?

Author: shankey          Posted Date: July 31, 2011    Category: Others     Points: 40

In Row compression changes the format of the physical storage of data.

Can we declare variables with xml data type?

Author: shankey          Posted Date: July 31, 2011    Category: Others     Points: 40

Yes, variables can be declared of xml data type that can hold xml data



Hall of Fame    Twitter   Terms of Service    Privacy Policy    Contact Us    Archives   Tell A Friend