Forum Replies Created

Viewing 15 posts - 1 through 15 (of 268 total)

  • RE: Practical Methods: Naming Conventions

    table , table [transaction]

    or

    table tuser, table ttransaction

    the t prefix helps when it comes to some common reserved words.

    I don't mind using t and v as prefixes on tables and views,...


    You must unlearn what You have learnt

  • RE: Why is this subject to deadlocks?

    I just got swamped, I was meaning too, and so on...

    Finally searched through my gmail 🙂

    Thanks for the help Jeff, it was not my intention to delay this much.

    And I...


    You must unlearn what You have learnt

  • RE: Why is this subject to deadlocks?

    Hi guys,

    I am just dropping by to give a very belated thank you to everyone on this thread.

    We implemented:

    UPDATE t(HOLDLOCK,ROWLOCK)

    WHERE ...

    IF @@ROWCOUNT = 0

    BEGIN

    INSERT t

    WHERE NOT EXISTS(SELECT * FROM t(HOLDLOCK,ROWLOCK)...


    You must unlearn what You have learnt

  • RE: Why is this subject to deadlocks?

    Hi,

    There still are issues, but we are going to oversee the whole process.

    There is plenty of room for improvements

    As to EXIST or NOT TO...


    You must unlearn what You have learnt

  • RE: Why is this subject to deadlocks?

     Like this:

     KEYWORD COLUMN| SEP |CODE COLUMN

                                 |       |

                      SELECT|       |col1

                         FROM|       |theTable

                                 |       |

    Sorry about all the formatting Jeff

    I just opened the topic in INTERNET EXPLORER, which...


    You must unlearn what You have learnt

  • RE: Why is this subject to deadlocks?

    You are a real formatting fascist 🙂

    It gave me an idea for an editor that has 3 fields,

    where the first one is CAPITALIZED by default and right-aligned,

    the middle one is...


    You must unlearn what You have learnt

  • RE: Why is this subject to deadlocks?

    Thanks for all the input Jeff!

    and yes, the original proc can be coded more efficiently 😉

    "if you do put an explicit transaction in the proc, you must do error checking...


    You must unlearn what You have learnt

  • RE: Why is this subject to deadlocks?

    Wow thanks Jeff!

    That quite some reply :-), and I am very happy!

    Great points, I will rewrite the proc for better upsert - processing logic with some of the modifications you...


    You must unlearn what You have learnt

  • RE: Why is this subject to deadlocks?

    I'd love to format the post better, how is that done ? 😉


    You must unlearn what You have learnt

  • RE: SQL Sudoko

    Other sql soduko's:

    http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=50372

    Nice job David P. 🙂

    rockmoose


    You must unlearn what You have learnt

  • RE: Problem starting SSAS 2005

    Hi fellows,

    I am having a similar problem. I can develop and deploy AS projects. In the business intelligence studio I can browse dimensions. But when trying to browse a successfully processed...


    You must unlearn what You have learnt

  • RE: Hits and Misses

    Very good and interesting article

    Thanx.


    You must unlearn what You have learnt

  • RE: Split CSV file - this is different

    Yup, nice and slick.

    And bcp is a great tool.


    You must unlearn what You have learnt

  • RE: Split CSV file - this is different

    Hi,

    I tried to do this in 1 select, and this is what I came up with,

    there is probably room for improvement but seems to work


    You must unlearn what You have learnt

  • RE: Split CSV file - this is different

    By using bcp. ( see BOL for this )

    There was a discusiion here:

    http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=44176


    You must unlearn what You have learnt

Viewing 15 posts - 1 through 15 (of 268 total)