How do you find the error, how can you know the number of
rows effected by last SQL statement?
Post New Answer View All Answers
How to create an index on a view?
what is isolation level at dead lock?
What is dirty page?
What is oltp (online transaction processing)?
What is sql server profiler trace data file?
What happens if null values are involved in datetime operations?
Can we use having clause without group by?
Where are full-text indexes stored?
What is the difference between delete and truncate statements?
What are the security related catalog views? : sql server security
How do you check sql server is up and running?
How do I install only the client tools of sql server 2000?
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?
What is fill factor and pad index?
How to create nested stored procedure?