How can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role?
1080What 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?
1189What is database replication? What are the different types of replication you can set up in sql server?
1017Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?
1064You 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
1111As 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?
1093You 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?
952While using a cursor, how can you differentiate between a deleted row and a row that has been inserted with null data values?
1106
What do you understand by mirroring and mention the advantages of the mirroring?
How to choose all records from the table?
Does a sql server 2005 select statement require a from?
You want to generate a report that is formatted as a chart. Can you use the report wizard to create such a report?
How many instances per computer are there in sql server 2000?
Can we use custom code in ssrs?
How to create function with parameter in sql server?
How check triggers in sql server?
how to trace the traffic hitting a sql server? : Sql server database administration
What is update_statistics command?
What are different types of collation sensitivity?
What is service broker? : sql server database administration
What is report server project?
How to copy data from one table to another table?
Explain alternate key, candidate key and composite key in sql server?