How do you clear a log file?
How will you add a dimension to cube? : sql server analysis services, ssas
How to delete exactly duplicate records from a table?
What are the different types of backup avaible in SQL SErver
Lets say due to N/W or Security issues client is not able to connect to server or vice versa. How do you troubleshoot?
Explain ms sql server reporting services vs crystal reports?
how to write the query to select the rows are in the order of either 1,3,5,7... or 2,4,6,8,...
7 Answers ADP, Satyam, Tech Mahindra,
How you can add messages to the nt event log from within a stored procedure?
What are the differences between stored procedure and the dynamic sql?
how to select 5 to 7 rows from a table, which contains 10 rows?
Why do we use functions?
how to update a null value field in sql server eg a table contains 3 fields id,name,salary and 3 records salary of 1 record is null i want update the nullfield 111 arun 300 112 ddd 200 113 ttt null i want to update table with add 100 to every record include null after updation the recrds should be 111 arun 400 112 ddd 300 113 ttt 100
How you can get a list of all the table constraints in a database?