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 are the Stored procedures (sprocs) in SQL Server?
Stored Procedures are logically grouped set of transect-SQL statement bundled up into a single unit that perform a specific task. They allow for variables and parameters as well as selection and looping constructs.
What is the FOREIGN KEY in SQL Server?
What are the steps you will take to improve performance of a poor performing query in SQL Server?
How to convert timestamp data to date data (datetime datatype) in SQL Server?
What is difference between function and stored procedure in sql server?
Is it possible to create only structure of the table without copying data in SQL Server?
How to know which INDEX a table is using in SQL SERVER?
What is the Referential Integrity in SQL Server?
Why does inline or embedded SQL run faster than my stored procedures?
Which virtual table does a trigger use?
Which operator tests column for the absence of data in SQL Server?