How can you transfer data from a text file to a database table? Or how can you export data from a table to a comma delimited (csv) file? Or how can you import data from ms access to a table in a database? Or how can you export data from a table to an excel file?
Give an example of why you would want to denormalize a database
How many full-text indexes can a table have?
How can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role?
What will be the value of @@fetch_status if a row that was a part of the cursor resultset has been deleted from the database after the time the stored procedure that opened the cursor was executed?
What is the importance of concurrency control?
How you can get the list of largest tables in a database?
When you should use a low fill factor?
Define cursor locking
What is database replication? What are the different types of replication you can set up in sql server?
Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?
Explain the dbcc pintable command when would you use it?
You have a table ‘test’ which is a copy of northwind employee table you have written a trigger to update the field ‘hiredate’ with the current date
Is it true, that there is no difference between a rule and a check constraint?
As a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this?