Welcome, Guest Ohm namah shivoy
www.faqpanel.com
Home | ASP.Net | C-Sharp | Winforms | MS SQL | AJAX | XML | .Net Training*** | Search
Invite friends 
Extras 
VS Tips & Tricks
Top 10 .Net Tools
Special folders in ASP.Net
VS Find Combobox
 ASP.Net Interview Questions and Answers
What is the DEADLOCK ?
A deadlock is a situation in which two transactions conflict with each other and the only resolution is to cancel one transaction.
State true or false. EXISTS, SOME, ANY are operators in SQL ?
What command is used to create a table by copying the structure of another table in SQL Server?
What is the advantage of SET NOCOUNT ON?
How to convert timestamp data to date data (datetime datatype) in SQL Server?
What is difference between function and stored procedure in sql server?
What is a transaction and what are ACID properties?
What is the basic functions for master, msdb, model, tempdb databases?
What is the FOREIGN KEY in SQL Server?
How many Columns per SELECT statement is possible in SQL Server?
Explain an outer join?