Forum Replies Created

Viewing 15 posts - 136 through 150 (of 349 total)

  • RE: data transferring from main server to stand by

    Dear Anoop,

    How many tables do u have in ur database and which table has the higest row count.

    from

    Killer

  • RE: how to find out how many total records in DB???

    Hi,

     

    Total no of records in a table

    select count(*) from tablename

     

    Total number of records in a database

    For userdefined table

    SELECT

        [TableName] = so.name,

    [Table id]=so.id,

        [RowCount] = MAX(si.rows)

    into #Temp1 FROM...

  • RE: Hyper Threading

    Hi,

     

     

    Processors enabled with HTT share more resources (for example, execution resources) on the same physical processor than do multiple-core processors. For example, multiple-core processors have separate...

  • RE: Performance Problem

    Hi,

    We have few deadlocks but they are normal per navision documentation.

    i am trying to looking in other areas and let u all know.

     

    from

     

    Killer

     

     

  • RE: Performance Problem

    Hi ,

    HTT is set to OFF.

    Pls help in this regard.

     

    from

    Killer

  • RE: DTS -Issue, Very Strange

    Hi,

    Do ur 6th text file has a date field or binary text.

    HTH

    from

    Killer

  • RE: Scheduled JOB to bounce SQL

    Dear Michael,

    It is impossible to schedule a job in sql server to restart SQL services

    U have to create a batch file which will restart ur SQL Services.

    u can use net...

  • RE: Performance Problem

    Hi Vik,

    I will check for HT and let u know .

     

    from

    Killer

  • RE: Performance Problem

    Hi,

    Thanks for all ur help .

    The application was slow before the client purchased the new server but the old server have only 6 GB of RAM.

    Now the server have 32...

  • RE: Performance Problem

    Hi,

    AWE is enabled and stopped and restarted the sql services.

    from

    Killer

  • RE: data transferring from main server to stand by

    Hi,

    As this time ur datafile size is 3 GB so u can go for 3 or 4 times backup a day.

     

    or u can do one more things

    create a standby...

  • RE: Today''''s article - Bogus resumes and unblushing lies

     

    I too agree with steve.

  • RE: Data Warehouse Developer

    Hi,

    In what u are Good ?

  • RE: Memory Problem

    Yes ,We have number of tables in buffer (memory) but that is our need because these tables are used number of times most freq.

    But they have only few records as...

  • RE: Memory Problem

    Hi,

     

    AWE option is enabled . Yes there are few locks on the tables but that is normal for our application.

    We have enterprise edition and we have setup dynamic memory allocation.The CPU utilisation...

Viewing 15 posts - 136 through 150 (of 349 total)