Drops a mirror server.
DROP MIRROR SERVER mirror-server-name
Removes the specified mirror server definition from the database.
The mirror database stops. If the mirror database is the only database running on the server, then the server also stops.
Read-only scale-out and database mirroring each require a separate license.
You must have the MANAGE ANY MIRROR SERVER system privilege.
Automatic commit.
Not in the standard.
This example creates, and then drops, a mirror server named scaleout_primary2:
CREATE MIRROR SERVER "scaleout_primary2" AS PRIMARY connection_string = 'server=scaleout_primary1;host=winxp-2:6871,winxp-3:6872'; DROP MIRROR SERVER "scaleout_primary2";