What is cte?
Which one is faster ienumerable or iqueryable?
How do you optimize a stored procedure query?
Can we create non-clustured index on a clustered index ?
How can i insert data inro a table with 3 columns using FORALL?
how do you restrict number of rows for a particular value in a column.For example:there is a table called fruits,having apples,bananas ,papayas.I dont want to have more than 100 apples in that table ,so how can u restrict number of rows for apple to hundred?
Can we debug stored procedure?
what are the disadvantages of mysql? : Sql dba
what is cursor. write example of it. What are the attributes of cursor.
How to update salary of employees department wise?
Why use triggers in sql?
What program will open a mdb file?
what are enums used for in mysql? : Sql dba