How can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role?
1084What 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?
1195What is database replication? What are the different types of replication you can set up in sql server?
1018Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?
1068You 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
1117As 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?
1102You 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?
955While using a cursor, how can you differentiate between a deleted row and a row that has been inserted with null data values?
1109
What is the difference between a primary key and a unique key? Are they the same?
What are different types of schemas?
Can you always create a cache of a report?
How can change procedure in sql server?
What is cdc in sql server?
How do I open a .db file?
Hi all, can any one please tell me the difference between sql server 2008 and orace 9i
What is Lock table in SQL?
What are sql dirty pages?
How to find Duplicate Records In table?
You have a stored procedure, which execute a lengthy batch job. This stored procedure is called from a trigger you do not want to slow the data entry process you do not want trigger to wait for this batch job to finish before it completes itself what you can do to speed up the process?
What is difference between createstatement and preparedstatement?
How many types of cursor type are there?
What are the tools available in market as an alternative to sql server reporting services?
Explain the steps to create and execute a user-defined function in the sql server?