DBA > Job Interview Questions > Sybase Interview Questions and Answers

How do I set TS Role in order to run certain DBC

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

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

(Continued on next question...)

Other Job Interview Questions