Link to home
Start Free TrialLog in
Avatar of Abdu_Allah
Abdu_Allah

asked on

Using MS SQL Server Management Studio to set the database property Trustworthy to on?

hi, I want to use MS SQL Server Management Studio to set the database property Trustworthy to on, how can I do that?
Please note I do not want to use T-SQL to do that but from MS SQL Server Management Studio itself.
ASKER CERTIFIED SOLUTION
Avatar of chapmandew
chapmandew
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
whilst i understand you dont wanna use t-sql how hard is this

ALTER DATABASE your_db_name
SET TRUSTWORTHY ON;