You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database.
Now you are in charge of a SQL Server 2008 instance. There is a database named DB1 in the instance. At present about 90 GB of data is stored in DB1.
You made some rough calculations that every day about 1 GB of data is modified or inserted. You set the recovery model of DB1 to Simple. According to the
company requirements, during business hours, data loss of more than 120 minutes worth of transactions is unacceptable.
You have to choose a backup strategy which must comply with the following two requirements:
Using as little disk space as possible
Complying with the company requirements.
So what action should you perform to achieve this goal?
You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database.
Now you are in charge of a SQL Server 2008 instance. There is a database named Dworks in the instance.
The Dworks database has a table named Orderthings. The Orderthings table is partitioned on the OrderId column. The first partition contains integer values greater
than 100,000, while the second partition contains integer values between 1 and 100,000.
You have to add a new partition. The new partition should contain integer values greater than 200,000.
What should you do?
You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database.
Now you are in charge of a SQL Server 2008 instance. According to the company requirement, the names of all user-defined stored procedures must contain the
prefix usp_ on all instances.
Besides this, you must make sure that stored procedures that do not contain this prefix cannot be created by you.
What should you do?
Your company has just launched a new in-house application for call monitoring. However, the database is performing poorly and you have been asked to investigate
why. You have opted to use the Database Engine Tuning Advisor. What does this tool need to run?
You administer a SQL Server 2008 instance.
You configure a single Database Mail profile that is used to send reports to all the employees of your organization. The sp_send_dbmail stored procedure is used to
send a large volume of reports during business hours.
The reports to the manager take a long time to be delivered. You need to ensure that the reports to the manager are sent as quickly as possible.
What should you do?
You administer a SQL Server 2008 instance that contains a database named Sales. A SQL Server login named SalesAppLogin maps to a database user named
SalesAppUser in the Sales database.
You need to ensure that the database user can perform only the following tasks:
Execute all stored procedures that currently exist in the Sales database. Execute all stored procedures that will be created in the Sales database.
What should you do?
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance.
Now according to the requirement of the company CIO, users on the SQL Server instance must be able to use the OPENROWSET() function to query remote data
source.
In the options below, which sp_configure configuration option should you configure?
When you uninstall SQL 2008, you will find that certain files are not removed by the uninstaller. Which files/programs do you normally have to remove manually?
You work in a company which uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance.
There is a database named DB01 in the instance. The company CIO wants all the application developers can capture traces to troubleshoot the application that
uses the database DB1, and they can perform this by using SQL Server Profiler.
But they have to be given as little permission as possible. The company CIO assigns this task to you.
So what action should you perform to achieve this goal?
When you schedule a SQL Server job you can configure which individuals are alerted about its completion. What is the correct term given to these people that can
be alerted?