Forum Replies Created

Viewing 15 posts - 106 through 120 (of 349 total)

  • RE: Getting all SQL servers including their objects on a server

    Hi buddy,

     

    The osql-l will give u the listing of sql server whose services are on but doesnt give the server name whose sql services are stopped.

     

    for details i had discussed...

  • RE: Current Users in the system

    I buddy,

     

    If u want to know how many users are presently connected to ur SQL Server.

    The u can know it from a procedure called sp_who2 this will give u the...

  • RE: Processor Tuning

    Dear ,

     

    I know there are number of counters given in the performance counter window.I need to know where i can find the counter written in my question.

     

    Total Server Memory counter...

  • RE: stress test

    Dear,

    I download sqliostreee.exe from a website and read the document and in that there it was written that the stress test is basically to check the drives there is no...

  • RE: CPU Bottleneck

    Dear Arul,

    Related to sql server2000.

     

    from

    Killer

     

     

  • RE: database in loading state

    Hi Helen,

    Did ur restore team restored the Database on the existing database?

    Refresh the management consol.Or put the database online.

    It must be in single usermode.Get it configured for multi users.

     

    from

    Killer

  • RE: Kill the Open Transaction.Spid is still running

    Hi,

    Before u kill any process have a look what type of lock that particular table holds.

    As ur query have 3 locking effects Intent Exclesive (modifying the data),Exclusive Lock(X) locks the...

  • RE: Server agent error 1314

    Hi,

     

    Also check do the server is running under Fiber mode.If not then enable  light weight pooling.

    Set the value to 1.

    I am sure that the SQL user is mapped to Domain...

  • RE: RPC call

    Hi,

     

    Create the linked server then execute the query like this

    exec [192.234.5.3].[master].[dbo].[sp_who]

    from

    Killer

  • RE: Server agent error 1314

    hi,

     

    exec sp_configure

     

    u have to enable permission to update system tables then u can enable light weight pooling

     

    from

    killer

  • RE: Server agent error 1314

    Hi ,

     

    Pls check lightweight pooling is enabled.

    If it is disabled pls put it on.

    HTH

    Killer

  • RE: memory usage

    Hi Lucky,

    Thanx for ur reply.

    The version of Sql Server is :

    Microsoft SQL Server  2000 - 8.00.760 (Intel X86)   Dec 17 2002 14:22:05   Copyright (c) 1988-2003 Microsoft Corporation  Enterprise Edition on...

  • RE: dbcc shrinkfile

    hi ,

     

    in simple recovery mode u cant shrink the file it should be in full or bulk mode.

    Secondly before u run the shrinkfile command run backup log command.

    before u do...

  • RE: Dirty pages in memory

    Dear Rudy,

     

    U are write one the point but also wrong.

    First the checkpoint is issued and then the lazy writter writes the data from buffer cache to the disk.

    The reason i...

  • RE: DBCC CheckDB vs DBCC CheckTable

    hi,

     

    are u executing the dbcc checktable command on the right database.

     

    Pls check the database name .

     

    HTH

    from

    Killer

Viewing 15 posts - 106 through 120 (of 349 total)