|
Home > Archive > microsoft.public.sqlserver.server > November 2002 > Which command to use?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Which command to use?
|
|
|
| I don't remember which command to run to get the systems (SQL 2k)
configuration values.
Hope someone can fill me in here.
Thanks
Ronny
| |
|
| Hi,
sp_configure 'show advanced options',1
go
reconfigure with override
go
sp_configure
Regards
Hari Prasad
MSSQL DBA
"rohan" <ronny.hansen@hsd.no> wrote in message
news:aqo1vf$1m6$1@news.teledanmark.no...
> I don't remember which command to run to get the systems (SQL 2k)
> configuration values.
> Hope someone can fill me in here.
>
> Thanks
> Ronny
>
>
|
|
|
|
|