1.what is stored procedure?Its significance with example? 2.Explain about index with syntax and example? plz do reply.........
2 10598you are provided with the single table having say 4 col ie fname lname age city , now the all records with displying of only fname and lname is required but in this format say my name is abhay khanna it will come like this abhay-khanna rahul-roy gaurav-singh the above format is required
3 48921.what is the difference between view and cursor? 2.If we do any change in view will it affect the database,similarly when we do changes in cursor will it affect the databse?with certain example?Thanks
5 238661.what is the purpose of using alias name in sql server? with certain example? 2.what is cursor?will u plz explain me in detail with certain example?
3 9192Would it be a good idea to create an index on a table that always contains 10 records? Why or why not?
3 5511
What are views used for?
Write a code to select distinct records without using the DISTINCT keyword.
Differentiate between truncate vs delete in mssql?
How to disable triggers using "disable trigger"?
What are the types of sql server?
What are the components of sql server service broker?
How to insert stored procedure result into temporary table?
Explain what is raid and what are different types of raid levels?
Does the unique constraint create an index?
What is difference between createstatement and preparedstatement?
How will you monitor replication activity and performance? What privilege do you need to use replication monitor? : sql server replication
What do you know about system database? : SQL Server Architecture
What happens when the SQL Azure database reaches Max Size?
Can you pass expressions to stored procedure parameters?
What is bit data type? What's the information that can be stored inside a bit column?