sql query to find out sql server configuration deatils?

  • any sql query to find out sql server configuration details

    1. data and log file path

    2. data and log file are set to constant value

    3. Instant file initialization is enabled

    etc.

    any solution?

  • use databasename

    go

    select * from sys.sysfiles

    go

    select * from sys.database_files

    -------Bhuvnesh----------
    I work only to learn Sql Server...though my company pays me for getting their stuff done;-)

  • sumith1andonly1 (1/10/2013)


    3. Instant file initialization is enabled

    Enforce it via group policy

  • i mean check whether 'Instant file initialization' is enabled or not?

  • you will need to find a way to query secpol.msc for the correct value then.

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply