What are some of the hidden/trick DBCC commands?
3.3 Other sites with DBCC information. 3.4 Fixing a Munged Log Performing any of the above may corrupt your ASE installation. Please do not call Sybase Technical Support after screwing up ASE. Remember, always take a dump of the master database and any other databases that are to be affected. isql Platform Specific Issues – Linux ASE FAQ Index ——————————————————————————- 3.1: How to set TS Role ——————————————————————————- 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 Back to top ——————————————————————————- 3.2: DBCC Command Reference ——————————————————————————- Here is the list of DBCC commands that have been sent into