Link to home
Start Free TrialLog in
Avatar of motioneye
motioneyeFlag for Singapore

asked on

Sybase sp_configure

Hi,
When I execute sp_configure, it only return me few below as per screenshot, where is the others? which I saw many configuration from sybase central tool. what I can do in order to run sp_configure only to display me disk io or any related group?
Avatar of RiteshShah
RiteshShah
Flag of India image

run this command and check sp_configure again

sp_configure 'show advanced option',1
reconfigure

sp_configure
if you want to run full command at a time rather than two separate than use this


sp_configure 'show advanced option',1
reconfigure
go
sp_configure

ASKER CERTIFIED SOLUTION
Avatar of IncisiveOne
IncisiveOne
Flag of Australia 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
Avatar of motioneye

ASKER

Hi,
Its working now :) I have no idea why last time it didn't work at all, after several hours then when I executed same command it worked as intended.
Maybe you were logged into MSSQL and you thought you were logged into Sybase.