Forum Replies Created

Viewing 15 posts - 1,201 through 1,215 (of 1,216 total)

  • RE: DB autogrew when it should not have

    Hi,

    if you have the Autogrow set to 10%, then it seems to me that it grew just as much as it is allowed to in one jump - original size...

  • RE: Multiple sysprocesses for single spid

    Hello,

    I may be wrong, but I think this behavior is due to Parallelism - more complex queries on large tables will be split into several processes running at the same...

  • RE: One big database or many small ones?

    Hi,

    just one more thing in addition to what has already been said:

    Do you have any processes in any of the databases that could cause extensive locks or use large proportion...

  • RE: RAID - Placing the data and log files

    We have currently 7 user databases on the server, one of them has around 90GB, the other are small (200-600 MB), have limited number of users (up to 10) and...

  • RE: RAID - Placing the data and log files

    andoi,

    your description almost matches what we were experiencing - I know that situation very well, our disks were at 100% most of the time, too. I agree with your proposal...

  • RE: What did you do before SQL?

    quote:


    Reminder: There are such things as "her" resume.


    You are absolutely right, Dale. But please,...

  • RE: What did you do before SQL?

    I prefer to write about history in the order it was happening, not backwards as usual in CV, so:

    studies - Hydrobiology and Ecology at university

    jobs -

    - TEMPUS/PHARE project coordinating assistant...

  • RE: How can I tell what's filling TEMPDB in 2000

    jscii, it looks like it should be enough, but there are operations which may require more space to be completed... I remember we got the same error a few times,...

  • RE: Multiple TOPs

    Hmm... I'm afraid these queries won't accomplish the goal (at least as I understand it), which is to select top 6 departments from EACH store - not the top 6...

  • RE: How can I tell what's filling TEMPDB in 2000

    I don't feel "strong" enough to give you advice about what's causing the problem and why, but I can at least answer one of the questions: Size of tempdb varies...

  • RE: RAID - Placing the data and log files

    I know I'm not answering the question, but it isn't entirely off topic.. I just wanted to remark that we had substantial problems with performance while using RAID 5 (almost...

  • RE: Number of times a Word appears in a string...

    Nice thing... may I suggest that it would be even better if you modify it so that it works automatically with words of any length? As it is, one has...

  • RE: Top and Distinct in same TSQL

    The above answer is what you need, I guess...

    I just wanted to comment on the error you were receiving: Reason is that the order is incorrect, distinct should come first,...

  • RE: Very Large Table

    Well, I'm not sure I understand the problem correctly, but one of the main questions seems to be whether the last row (with MAX(id)) always contains the highest entrydate -...

  • RE: Indexing single or multi columns?

    What ronc wrote about the optimizer explains my results in certain complicated queries where big tables (several millions of records in each) are joined: SELECT TOP 500 uses index and...

Viewing 15 posts - 1,201 through 1,215 (of 1,216 total)