Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
title3.2 New features
  • Supports SQL Server 2014
    SQL Defrag Manager supports the use of SQL Server 2014.
  • Includes a new CLI option that initiates a defragmentation from the command line
    SQL defrag manager 3.2 includes a new command line option that initiates a defragmentation. Use the following CLI option:syntax:
    Panel
    borderStyledashed

    sqldefragc [[[–rebuild [online]] | –reorg] –instance <instance name> –database <database name> | –policy <policy name>]

    You have two options when using this code. You can:

    - Define the defragmentation as follows: specify "rebuild" or "reorg" where "online" is optional for "rebuild"; specify the "instance name"; and specify the "database name".
    - Define the defragmentation based on an existing policy by specifying the "policy name".

...