Results 1 to 2 of 2

Thread: SQL Server parameters

  1. #1
    Thomas Severinsen Guest

    SQL Server parameters

    Could any one tell me what the following parameters do under SQL Server 6.5:
    (right-click on a server and choose configure, under the server options tab,
    click on the parameters button).

    -T3632
    -m

    They were present when I installed MS SQL Server on one system and caused
    problems, but were NOT present when I installed on another system.
    I can`t find them anywhere in the online documentation.. please help!

    Thanks in advance..

  2. #2
    Guest

    SQL Server parameters (reply)

    On 9/3/98 6:24:32 AM, Thomas Severinsen wrote:
    > Could any one tell me what the following parameters do under SQL Server
    > 6.5:
    (right-click on a server and choose configure, under the server
    > options tab,
    click on the parameters button).

    -T3632
    -m

    They were
    > present when I installed MS SQL Server on one system and caused
    problems,
    > but were NOT present when I installed on another system.
    I can`t find them
    > anywhere in the online documentation.. please help!

    Thanks in advance..

    It seems that these are for how sql server starts (sql books on-line show more)
    but the -/m is for single user mode (should be easy to tell that)
    and the -/t is for a trace flag, I do not see 3632 trace flag in the on line.
    Anyway, that`s a start.
    John

Posting Permissions

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