多项选择题
You need to ensure that the stored procedure that inserts new loan requests can access data in tables that are stored in another database on the same SQL Server instance. Which two actions should you perform?()
A.Ensure that the stored procedure and the tables are owned by users that are associated with the same SQL Server login.
B.Ensure that the stored procedure and the tables are owned by the same database user.
C.Ensure that the stored procedure and the tables use the same database schema.
D.Configure the multiuser database option on both databases.
E.Configure the cross-database ownership chaining option on both databases.
相关考题
-
单项选择题
YouneedtodesignthestorageoftheapplicationtextsforUIelementstofulfilltherequirements.Whichtableandcolumndesignshouldyouuse?()
A.Languages (LanguageID, Name)Elements (ElementID, Description)ElementLanguages (ElementID, LanguageID, Text)
B.Languages (LanguageID, Name)Elements (ElementID, LanguageID, Description, Text)
C.Languages (LanguageID, Name)ElementTexts (LanguageID, Text)ElementDescriptions (ElementID, Description)
D.Languages (LanguageID, Name)Elements (ElementID, Description, Text) -
单项选择题
Youneedtoprovideanalystreportingcapabilitiesthatfulfillthebusinessrequirements.Whatshouldyoudo?()
A.Add a Report Viewer control to APP3.
B.Add an Internet Explorer ActiveX control to APP3. Set the controls URL to the A Datum Corporation Report Manager.
C.Create a hyperlink in APP3 that references the Report Manager.
D.Create a proxy class to the Report Server Web service. -
单项选择题
You are upgrading the database servers that are used by all of the companys applications. As the first step in the upgrade, you upgrade the development database servers. You need to verify that the upgrade of the database servers did not introduce any errors into the databases. What should you do?()
A.Execute unit test scripts for each stored procedure in each database.
B.Execute the stored procedures in the SQL Server Management Studio debugger, and verify the results.
C.Set the database compatibility level on the database servers to 80.
D.Execute the application user interface test scripts to verify proper operation.
