How can a database be repaired?
What are the differences between triggers and stored procedures?
Where are full-text indexes stored?
Write a sql query to delete duplicate records from a table called table1
Which data type columns are the best candidates for full-text indexing?
What stored procedure can you use to display the current processes?
You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?
What is database replication?
Can you force a query to use a specific index?
How you can get a list of all the table constraints in a database?
John exports information periodically from a microsoft sql server database to an oracle database what is the best way to do this?
Write a sql query to sort on different column name according to the parameters passed in the function?
What will happen if a column containing char type data is changed to the nchar data type?
Your company has 50 branches all over the country all the branches, including the head office have sql server as the database every night all 50 branches upload certain information to the head office which replication topology is best suited for the above scenario?
You have several tables, and they are joined together for querying. The tables contain both clustered indexes and non clustered indexes to optimize performance, how should you distribute the tables and their indexes onto different file groups?