Forum Replies Created

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

  • RE: Advice on where to look.

    What is the Avg Queue length on the log disk?

    Regards

    Piotr

    ...and your only reply is slàinte mhath

  • RE: User rights in sql 2005

    I'd try to create server level DDL trigger and hook it up to ALTER DATABASE event. Then depending on the EVENTDATA and login executing the statement you might decide to...

    ...and your only reply is slàinte mhath

  • RE: Getting error in create Trigger

    I think I came across something alike in the past. It turned out that after GO, newline was encoded 'unix style' with one character only (0x0A) instead of the sequence...

    ...and your only reply is slàinte mhath

  • RE: Left Outer Join Calculation

    It may be probably worth to mention that having the right table conditions in the WHERE clause made the left join effectively an INNER join, because the conditions filtered out...

    ...and your only reply is slàinte mhath

  • RE: Migrating from sql 2005 to sql 2008

    SSIS Ole DB Destination also has checkbox to keep identity values from the source. In general, this component has all features available in bcp.

    Regards

    Piotr

    ...and your only reply is slàinte mhath

  • RE: SQL 2005 link to SQL 2000 not picking up index

    Wow, that's a good one Andrew :blink:

    Andy, have you tried to run the query with exactly same data for join on the SQL 2000 locally? Would it pick the index?...

    ...and your only reply is slàinte mhath

  • RE: view performance deteriorated significantly

    Is there a possibility that an index on one of the tables was dropped?

    Can you post the execution plan of the view?

    Regards

    Piotr

    ...and your only reply is slàinte mhath

  • RE: SQL 2005 link to SQL 2000 not picking up index

    It is REMOTE join hint:

    From BOL:

    REMOTE

    Specifies that the join operation is performed on the site of the right table. This is useful when the left table is a local...

    ...and your only reply is slàinte mhath

  • RE: spam posts and duplicate registrations

    Hi, I found my login has appended number. Tried to strip it off in profile editor, but it says that "Piotr Rodak" cannot be used because it's taken. So now...

    ...and your only reply is slàinte mhath

  • RE: Do nothing in a sql statement--help

    I mean, from the design point of view: you have the same set of parameters and the same set of return values unless an exception occurs. If you have a...

    ...and your only reply is slàinte mhath

  • RE: view performance deteriorated significantly

    Maybe the amount of data eventually changed the execution plan and you are getting table scans? Did you check fragmentation of indexes on the tables in the view? Maybe you...

    ...and your only reply is slàinte mhath

  • RE: filtering server side

    I think you may come across various sorts of performance issues if you have more data. Sometimes it is better to create a dynamic SQL, fit it with parameters and...

    ...and your only reply is slàinte mhath

  • RE: Do nothing in a sql statement--help

    Hi,

    I think that you may need to think about the issue again. If you 'do nothing' in one case and return a rowset in the second, it means that your...

    ...and your only reply is slàinte mhath

  • RE: CXPacket waits when creating an indexed view

    Ok, there was an old issue in SQL 2000 with undetected deadlocks, and though it was fixed, I saw 'hanging' (CXPacket locks) SELECT.. INTO query not longer than 2 weeks...

    ...and your only reply is slàinte mhath

  • RE: CXPacket waits when creating an indexed view

    Would you mind showing the CREATE INDEX statement? As Gail says in this thread, CXPacket waits may stem from lagging parallel operations. Have you tried to set MAXDOP to lower...

    ...and your only reply is slàinte mhath

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