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?
between cast and convert which function would you prefer and why?
What are the advantages dts has over bcp?
What does it mean if @@cursor_row returns a negative number?
What are the different types of replication you can set up in sql server?
What is the preferred way to create a clustered and non-clustered index? Which index should you create first the clustered or non-clustered?
What information is maintained within the msdb database?
Can a table be moved to different filegroup?
Which database stores information about replication?
Can the “if update (colname)” statement be used in a delete trigger?
Why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it?