Hi,
User name -TEST
1. Database A
2. Database B
Test user have rights to access both A&B database. I want disable to access & connect Database A.
use Database A
go
REVOKE CONNECT FROM TEST
please confirm, does this script valid or invalid? after execute this script TEST user can able to connect Database B.
Thanks