How can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role?
1034What 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?
1135What is database replication? What are the different types of replication you can set up in sql server?
956Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?
1003You 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
1051As 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?
1033You have a table with close to 100 million records recently, a huge amount of this data was updated now, various queries against this table have slowed down considerably what is the quickest option to remedy the situation?
904While using a cursor, how can you differentiate between a deleted row and a row that has been inserted with null data values?
1038
What is role playing dimension with two examples? : sql server analysis services, ssas
What are sql dirty pages?
Can you tell me about the concept of ER diagrams?
How can you append an identity column to a temporary table?
What is the command to change the recovery model?
What is the purpose of indexing?
How do I find the port number for sql server?
What is the use of group by clause?
What are the properties of the transaction?
Which feature in sql server 2008 has surprised you? You can name just one. : sql server database administration
When is the use of update_statistics command?
How to loop through the result set with @@fetch_status?
What is the difference between createstatement and preparedstatement?
What is ms sql server triggers?
What is store procedure? When do you use?