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 a constraint in SQL Server?
A constraint is an object that exists only within confines of a table. Constraints are much like they sound, i.e. - Rules which are enforced on data being entered, and prevents the users from entering invalid data into tables are called constraints. Thus, constraints super control data being entered in tables for permanent storage.
Which function is used in SQL Server to find the largest integer less than or equal to a specific value?
Which function is used to find the smallest integer greater than or equal to a specific value in sql server?
What is the basic functions for master, msdb, model, tempdb databases?
Describe Microsoft SQL Server 2000 ?
Why does inline or embedded SQL run faster than my stored procedures?
TRUNCATE TABLE EMP;, DELETE FROM EMP; -What Will the outputs of the above two commands (Queries) in SQL Server?
State true or false. EXISTS, SOME, ANY are operators in SQL ?
What is the use of CASCADE CONSTRAINTS?
What is the row size in SQL Server 2000?
How to SELECT TOP N records from mytable without using TOP keyword?