How can you list all the table constraints in a database?
explain extended properties
What are the results of running this script?
You are creating an application where users are asked their gender in the gender combo box you have three options: ‘male’ , ‘female’ and ‘i choose not to disclose’ these options are stored in the table as 1, 0 or null which datatype should you use?
How can you stop stored procedures from recompiling?
You accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover?
What is a livelock?
What are alternate keys?
What does it mean to normalize a database and why would you do it?
‘Order by’ is not allowed in a view how can you sort information from a view?
You have to store user responses of ‘yes’ and ‘no’ what kind of data type is best suited for this task?
How do you use a subquery to find records that exist in one table and do not exist in another?
Can a cursor be updated? If yes, how you can protect which columns are updated?
What is xdr?
How can you set the threshold at which sql server will generate keysets asynchronously?