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?
How you can move data or databases between servers and databases in sql server?
What is a fill factor?
How can you find out which stored procedures are recompiling?
What is a transaction and why is it important?
Explain a differential backup?