Re: sqlservr

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: David Gugick (davidg-nospam_at_imceda.com)
Date: 09/24/04


Date: Fri, 24 Sep 2004 11:10:41 -0400

CMLC wrote:
> We have a MSA1000 storage and he had problems with the
> controller's firmware version affecting SQL Server. We
> made a firmware upgrade and aplied patch 8.00.973 on SQL
> Server from Microsoft Support to solve the problem but we
> need to track if we are getting problems with other
> hardware components, that's way we installed the new fix
> and must activate flag 818. When i tried to activate the
> flag i had the problem that i posted, how can i activate
> the flag in cmd line ? how can i make shure that the flag
> is on ? Hope this give you an idea of my situation here,
> i'm not shure as well that i'm thinking correctly on this
> issue, that's way i posted here my situation to have some
> feedback about it :)
>
> By the way, i notice that you are from imceda, i have been
> trying Coefficient for the last week, i like a lot the
> tool.
>
> Thanks again, i will try out different sintax in the cmd
> line. If you have other tips, they are welcome :)
>
> CMLC
>
>> -----Original Message-----
>> CMLC wrote:
>>> Hi David,
>>>
>>> Thanks for the answer, but how can i say that the flag in
>>> on ?? for instance if i try
>>> Net Start MSSQLSERVER -T355363667
>>> the servers runs ok as well
>>>
>>> Thanks
>>>
>>
>> You can also use the sqlservr.exe application. It's possible the
>> trace flags can only be set by calling the EXE directly (not sure).
>> See that topic in BOL for the command-line parameters.
>> sqlservr [-sinstance_name] [-c] [-dmaster_path] [-f]
>> [-eerror_log_path] [-lmaster_log_path] [-m]
>> [-n] [-Ttrace#] [-v] [-x] [-g number] [-O] [-y number]
>>
>> Can't you just create a shortcut to the application and run the
>> shortcut? Are you trying to start the sql server remotely? Please add
>> more details. As you indicated in your orignal post, you seem to
>> already know about the command-line. What trouble are you having?
>>
>>
>>
>> --
>> David Gugick
>> Imceda Software
>> www.imceda.com
>>
>> .

Maybe I missed it in your post, but what error are you seeing when you
start SQL Server from the command-line?

If you are only looking for confirmation the trace flag status, use
DBCC TRACESTATUS (an example):
DBCC TRACESTATUS(3205)
dbcc traceon (3205)
DBCC TRACESTATUS(3205)
dbcc traceoff (3205)
DBCC TRACESTATUS(3205)

-- 
David Gugick
Imceda Software
www.imceda.com


Relevant Pages

  • Re: sqlservr
    ... controller's firmware version affecting SQL Server. ... made a firmware upgrade and aplied patch 8.00.973 on SQL ... and must activate flag 818. ... >Can't you just create a shortcut to the application and ...
    (microsoft.public.sqlserver.server)
  • Re: The fastes way to transfer sql data
    ... Each record has a flag which will indicate if that record ... > a Sql Server CE and I wish to do a synch of the Win CE DB from the Win XP ... the rows, and when it sees that the rowstate is added, it will automatically ... will invoke the DELETE command when you call Update. ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Consequences of Error 644?
    ... If you get the errr while running DBCC - The error is telling you that a row ... but the index entry for some index is missing... ... It says that the problem is a SQL Server ... will happen repeatedly when the customer does the same work which caused the ...
    (microsoft.public.sqlserver.server)
  • Re: slow queries for a particular database
    ... DBCC execution completed. ... Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx ... If there is other database activity going ...
    (comp.databases.ms-sqlserver)
  • Re: Why is SELECT INTO writting to the tran log? (simple recovery mode
    ... You beat me to it Erland... ... It shows the trace flag 160 configured locally, ... on Googles comes from your post. ... Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx ...
    (microsoft.public.sqlserver.server)