Results 1 to 6 of 6

Thread: Configuration options

  1. #1
    Join Date
    May 2009
    Posts
    41

    Configuration options

    Hi

    Is there any system view in sql server 2000 conrresponding sys.configurations in SQL Server 2005
    Actually i want to manipulate with some of the advanced options(like c2 audit mode and all). but how do i know their current status.

    thanks!!!!

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    Check with sp_configure.

  3. #3
    Join Date
    May 2009
    Posts
    41
    thanks 4 ur reply!!!
    but
    sp_configure will alow me to set the options
    i want to view what are the current settings.
    is there any way in sql server 2000??

  4. #4
    Join Date
    Sep 2002
    Posts
    5,938
    You can view them with sp_configure in all versions of sql server.
    Last edited by rmiao; 08-04-2009 at 02:42 PM.

  5. #5
    Join Date
    Nov 2002
    Location
    New Jersey, USA
    Posts
    3,932

  6. #6
    Join Date
    May 2009
    Posts
    41
    Got u guys!!!
    thanks a lot!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •