Answers

Question and Answer:

  Home  Sybase

⟩ How do I set TS Role in order to run certain DBCCs?

Some DBCC commands require that you set TS Role in order to run them. Here's how to set it:

Login to Server as sa and perform the following:

sp_role "grant", sybase_ts_role, sa

go

set role "sybase_ts_role" on

go

 178 views

More Questions for you: