Which Transact-SQL statement should you use?
You administer a SQL Server 2012 server that contains a database named SalesDB.
SalesDb contains a schema named Customers that has a table named Regions. A user
named UserA is a member of a role named Sales.
UserA is granted the Select permission on the Regions table and the Sales role is granted
the Select permission on the Customers schema.
You need to ensure that the Sales role, including UserA, is disallowed to select from the
Regions table.
Which Transact-SQL statement should you use?
Which task should you select?
Which Change Type values should you select?
DRAG DROP
You are developing a SQL Server Integration Services (SSIS) package that imports data into
a data warehouse.
You are developing the part of the SSIS package that populates the ProjectDates dimension
table. The business key of the ProjectDates table is the ProjectName column.
The business user has given you the dimensional attribute behavior for each of the four
columns in the ProjectDates table:
ExpectedStartDate – New values should be tracked over time.
ActualStartDate – New values should not be accepted.
ExpectedEndDate – New values should replace existing values.
ActualEndDate – New values should be tracked over time.
You use the SSIS Slowly Changing Dimension Transformation.
You must configure the Change Type value for each source column.
Which Change Type values should you select? (To answer, drag the appropriate value from
the list of values to the correct location or locations in the answer area.)
Which three actions should you perform in sequence?
DRAG DROP
A SQL Server Integration Services (SSIS) project has been deployed to the SSIS catalog.
The project includes a project Connection Manager to connect to the data warehouse.
The SSIS catalog includes two Environments:
Test
Production
Each Environment defines a single Environment Variable named ConnectionString of type
string. The value of each variable consists of the connection string to the test or production
data warehouses.
You need to execute deployed packages by using either of the defined Environments.
Which three actions should you perform in sequence? (To answer, move the appropriate
actions from the list of actions to the answer area and arrange them in the correct order.)
You need to ensure that the login for the ticketing application cannot access other production databases
You administer a single server that contains a Microsoft SQL Server 2012 default instance
on which several production databases have been deployed.
You plan to install a new ticketing application that requires the deployment of a database on
the server. The SQL login for this application requires sysadmin permissions.
You need to ensure that the login for the ticketing application cannot access other production
databases.
What should you do?
Which data flow transformation should you use?
You are designing a SQL Server Integration Services (SSIS) data flow to load sales
transactions from a source system into a data warehouse hosted on SQL Azure. One of the
columns in the data source is named ProductCode.
Some of the data to be loaded will reference products that need special processing logic in
the data flow.
You need to enable separate processing streams for a subset of rows based on the source
product code.
Which data flow transformation should you use?
You need to ensure that the Merge Join transformation works correctly without additional transformations
You are developing a data flow transformation to merge two data sources. One source
contains product data and the other source contains data about the country in which the
product was manufactured. Both data sources contain a two-character CountryCode column
and both use SQL Server. Both data sources contain an ORDER BY clause to sort the data
by the CountryCode column in ascending order.
You use a Merge Join transformation to join the data.
You need to ensure that the Merge Join transformation works correctly without additional
transformations. What should you do? (Each answer presents a part of the solution. Choose
all that apply.)
You need to ensure that the minimum amount of disk space is used to store the data in the customer table
You need to ensure that AgentPortalUser can send email messages
You are creating an application that will connect to the AgentPortal database by using a SQL
login named AgentPortalUser. Stored procedures in the database will use sp_send_dbmail
to send email messages.
You create a user account in the msdb database for the AgentPortalUser login. You use the
Database Mail Configuration Wizard to create a Database Mail profile. Security has not been
configured for the Database Mail profile.
You need to ensure that AgentPortalUser can send email messages.
What should you do?
Which command should you use?
You are developing a SQL Server Integration Services (SSIS) package.
The package is stored as the myPackage.dtsx file in the root directory of the C drive of the
SSIS server.
You need to run the package from the command prompt.
Which command should you use?