Forum Replies Created

Viewing 15 posts - 61 through 75 (of 335 total)

  • RE: Need statistics update several times a day to prevent slow database

    This statement is directly copied from Axapta (ask Bill 🙂 )

    The 4 parameters are actually not very special, @P1 and @P3 are the same, a 3 digit company identifier. @P4...

    Wilfred
    The best things in life are the simple things

  • RE: Checking for Fragmentation level in sql server 2005 database

    ...so that i can shrink the database. ...

    Shrinking the database will lead to fragmentation.

    Wilfred
    The best things in life are the simple things

  • RE: Data being written to LDF and periodically flushed to mdf causing dB to stop processing

    could you give the following information:

    - memory for MSSQL server

    - where data and logfiles are placed (on same disk?)

    - How heavily is tempdb used and where are those tempfiles placed...

    Wilfred
    The best things in life are the simple things

  • RE: Data being written to LDF and periodically flushed to mdf causing dB to stop processing

    It's a misunderstanding that LDF files are not used in SIMPLE mode. Every transaction is recorded in LDF files, regardless of the recovery mode. But if your database is in...

    Wilfred
    The best things in life are the simple things

  • RE: Need statistics update several times a day to prevent slow database

    Thanks for your reply.

    I added the executionplan, but this is as it runs now (performing well).

    I'll add another version if it's performing bad

    Wilfred
    The best things in life are the simple things

  • RE: Need statistics update several times a day to prevent slow database

    Forgot to say:

    - Os is windows 2003 enterprise 64bit

    - MSSQL is 2005 Enterprise 64bit with SP3

    - 32GB memory, 27GB for MSSQL

    - dedicated (non-virtual) server

    Wilfred
    The best things in life are the simple things

  • RE: Unique Id

    "Let me see ... seems your for an amputation of your left leg?"

    "No ?? .... Aha! My appointment is B5010D2A-F8F9-482B-AC29-C1351ECE52C8"

    "Oh yes, you're pregnant, let's see how the baby is doing"

    :-D;-)

    Wilfred
    The best things in life are the simple things

  • RE: Unique Id

    Ever thought about the datatype "'UNIQUEIDENTIFIER" ?

    Wilfred
    The best things in life are the simple things

  • RE: server built

    You're starting from the wrong direction. First, specify your requirements (how many databases, type of database, how many users, which features do you need etc) This leads to a server...

    Wilfred
    The best things in life are the simple things

  • RE: 2005 SP3 Cum update 4

    seems microsoft did not post the correct zipfile. Send a message to them with this error.

    Wilfred
    The best things in life are the simple things

  • RE: 60 calls per per second with failover cluster

    instead of a failover cluster, consider a mirrored database with a witness server

    Wilfred
    The best things in life are the simple things

  • RE: Transaction Log Backup-----Emergency

    A large logfile means something is running on your database. Did the full backup ran properly?

    Check databaseactivity: Is the logfile still growing? There must be a process which is blowing...

    Wilfred
    The best things in life are the simple things

  • RE: Random problems

    Seems this article is also in random order ? :-D:-D

    Wilfred
    The best things in life are the simple things

  • RE: Best way to copy data?

    There are a lot of options, but these wil depend on the amount of data and your network configuration. For example, you could:

    - backup the source database and restore it...

    Wilfred
    The best things in life are the simple things

  • RE: Performance degradation after update statistics

    - You're sure the slow response is not caused by another issue? (network, other resources on the server)? (Can you reproduce a "slow" query?)

    - You're sure the indexes are not...

    Wilfred
    The best things in life are the simple things

Viewing 15 posts - 61 through 75 (of 335 total)