|
Question |
Rating |
View Answer |
|
Can a particular event in SQL Server 2005, such as the CREATE USER command, have more than one DDL trigger assigned to it? |
|
View Answer |
|
What does the CREATE SERVICE statement do in SQL Server 2005? |
|
View Answer |
|
Explain in brief about Microsoft SQL server? |
|
View Answer |
|
You have a large table that you wish to partition to improve performance. The table contains many columns of data about customers and you decide that basic information about each customer will remain in the current table. Extended information, such as shipping instructions, secretaries' names, etc. will be moved to a new table along with the PK. What type of partitioning is this? |
|
View Answer |
|
What is the cost threshhold for parallelism in SQL Server 2005? |
|
View Answer |
|
You have created a database snapshot on SQL Server 2005 for the sales database to capture the end-of-month activity. The next day your server fails and you need to recover to a standby server using the previous night's backups. How do you recover the snapshot? |
|
View Answer |
|
How can SQL Server Agent Mail send messages in SQL Server 2005? |
|
View Answer |
|
What is the difference between Varchar and Varchar2? |
|
View Answer |
|
What does this return? declare @i int select @i = -5 select +@i |
|
View Answer |
|
What is a transaction isolation level and What is the advantage of it? What are different options that we set for a transaction isolation level? Transaction isolation levels are used when we go for transactions in stored procedures used in Transact SQL. |
|
View Answer |
|
What is DESCRIBE command in SQL Server?What is its purpose?How to use it? |
|
View Answer |
|
In Reporting Services 2005, how is Report Builder typically deployed to end users? |
|
View Answer |
|
If you received a "Performance Critical" status in the SQL Server 2005 replication monitor, what does this mean? |
|
View Answer |
|
Explain about analysis services? |
|
View Answer |
|
What does the Log Reader agent in SQL Server 2005 replication do? |
|
View Answer |
|
How many devices can communicate concurrently? |
|
View Answer |
|
What tool is available for ad hoc reporting by non IT end users in Reporting Services 2005? |
|
View Answer |
|
Which of the following modules within SQL Server 2005 cannot be signed with a digital signature? |
|
View Answer |
|
You want to be sure that your Scalable Shared Database is as available as possible. Which of the following is not needed for this? |
|
View Answer |
|
Write sql query for retrieving employee names from employee table who are having salary greater than 5000 without using where clause? |
|
View Answer |