Multiple choice technology databases

We can not execute a stored procedure on either local or remote SQL Server.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Stored procedures CAN be executed on both local and remote SQL Servers. The statement claims the opposite ('cannot execute'), making it false. Remote procedure execution is a standard feature that allows procedures to run on linked servers or across distributed database environments.