单项选择题
You need to cleanse and standardize the data on potential survey participants prior to inserting it into the staging database. What should you do?()
A.Import the data into a staging table by using the OPENROWSET BULK statement. Execute a Transact-SQL stored procedure to cleanse the data and to insert the data into the database.
B.Import the data into a staging table by using the BULK INSERT statement. Execute a Transact-SQL stored procedure to cleanse the data and to insert the data into the database.
C.Create a SQL Server Integration Services (SSIS) package to import, standardize, and cleanse the data.
D.Create a CLR stored procedure to import the data into a staging table, to cleanse and standardize the data, and to insert the data into the database.
相关考题
-
多项选择题
You need to ensure that survey customers are automatically notified when their survey results are available. You must also ensure that customers can manage their own recipient lists. Which two actions should you perform?()
A.Create a Subscription Management interface that will allow customers to modify their recipient lists.
B.Create a custom Notification Services Content Formatter to send an e-mail message to customers when their survey results are available.
C.Create a custom Notification Services Event Provider to send an e-mail message to customers when their survey results are available.
D.Create a Notification Services custom delivery protocol to send an e-mail message to customers when their survey results are available.
E.Create Notification Services Event rules to send an e-mail message to customers when their survey results are available. -
多项选择题
YouaredesigningaperformancemonitoringplanforthedatabasethatsupportsAPP1.Youneedtomonitoronlynecessaryindicators.Whichindicatororindicatorsshouldyouincludein thebaseline?()
A.response times for frequently used queries
B.database backup and restore completion times
C.disk I/O
D.CPU utilization
E.network packet size
F.SOAP requests failed
