RelationalDBDesign
SiteMap
Business Rules
Cursors Views
Database Creation
SQL Monitoring
Database Web Apps
Data Manipulation
Access Features
Building Access DB
Enterprise Issues Business Rules
«Prev
Next»
Business Rules
Transaction Locking
Define Transactions
Three Transactions Modes
Define Isolation Levels
Identify Nested Transactions
Transaction Isolation - Quiz
Optimistic Pessimistic Locking
Deadlock Transaction Blocking
Avoid Server Deadlocks
Commit Rollback Transaction
Manage Distributed Tx
Error Handling Testing
Transaction Locking Conclusion
Server Interaction
Assign Use Variables
SQL Server Functions
SQL Function Statements
Date Time Functions
Reporting Errors
SQL Raising Errors
Programming Concepts Conclusion
SQL-Server Triggers
Trigger SQL Server Utility
Three Trigger Types
Enforcing Business Rules
Creating SQL Triggers
Practice Creating Triggers
Creating Triggers - Exercise
Implementing SQL-Server-Triggers
Modifying Triggers
Deleting SQL-Server Triggers
Testing SQL-Server Trigger
SQL Trigger Conclusion
SQL Triggers-Quiz
Stored Procedures
What is SP
Enforcing Business Rules
Creating SP
User Defined SP
Stored Procedures - Exercise
Modifying Procedures
Deleting Stored Procedures
System Extended SP
Error Handling
Using Output Parameters
Executing Stored Procedures
Testing Stored Procedures
Different SP Conclusion
Stored Procedure - Quiz
Accessing Remote Data
Enterprise Manager Server
Adding Remote Login
Remote Data Sources - Quiz
Each question is worth one point. Select the best answer or answers for each question.
1.
Which of the following is the best general-purpose way to configure repeated access to remote data in SQL Server?
Please select the best answer.
A.
Linked server
B.
Remote server
C.
Neither, they are both the same.
D.
OPENQUERY
2.
Fred wants to execute a remote stored procedure on the Denver server. A linked server exists from the Tampa server to the Denver server, but Fred receives a security error. Which of the following is the most likely reason?
Please select the best answer.
A.
He does not have administrator privileges.
B.
His login is not mapped correctly to a valid login or security context on the Denver server.
C.
He is not executing the stored procedure from the administrator's workstation.
D.
The administrator added a remote server, not a linked server, to the Denver server.
3.
What is the difference between OPENROWSET and OPENQUERY?
Please select the best answer.
A.
There is no difference; both require previously configured linked servers.
B.
OPENROWSET uses a previously linked server, whereas OPENQUERY does not.
C.
OPENQUERY uses a previously configured linked server, whereas OPENROWSET can be used for one-time ad hoc remote access.
D.
Neither OPENROWSET nor OPENQUERY can access remote data sources.