Forum Replies Created

Viewing 15 posts - 53,926 through 53,940 (of 59,068 total)

  • RE: Can this be done without cursors?

    Heh... real problem is that Adam and a whole bunch of other folks think that what they've posted as a solution (including the one I "documentd"), are "Set Based". ...

  • RE: Cummalitive addition

    Ananth,

    How many rows are you talking about? It will make a difference...

  • RE: Cummalitive addition

    OP simply wants a running count, Karthick.

  • RE: How to prevent a rollback?

    Heh... BCP the data out to a file... use Bulk Insert to load it... amazing how fast it can be...

    Should never have any "data errors"... data should already be gleaned...

  • RE: How to make our download fast ?

    Heh... then there's that 😉

  • RE: sql2005 benefit

    Thanks, Rudy! That's exactly what I was looking for.

  • RE: problem with float data type

    The values are NOT the same! Look at what you have for "m"... not the same... none of them are the same...

  • RE: Update only changed rows, Insert only new rows

    Sure thing and thanks for the feedback, Randy... if you have any other questions, please don't hesitate to ask.

  • RE: What is the difference between Programmer and Good Programmer ?

    ...but it could also result in code that nobody else knows how to maintain.

    Heh... you should NEVER have that problem... "good" programmers also document their code especially when it comes...

  • RE: Database design

    3 rd normal form

    (or)

    What's the database for?

    What's going to be stored in it, for how long and why?

    Who's going to be using this and how?

    (or)

    both

    Both... you cannot design a...

  • RE: Database design

    Ahbijit,

    Karthick doesn't need a "trigger"... what he said was...

    I want to know about Database design. If we think about 'DataBase Design', which would trigger first in our mind ?

    ... and...

  • RE: drop constraint fails

    Heh... thanks for sharing the solution!

    It does show that in order to solve a problem, we sometimes need to know everything about the problem. But a fine line can...

  • RE: Sql Query Help

    Sure... the "N" part of the N(N) thing is just a way of assigning the derived table an alias of "N". The "(N)" part of that assigns the only...

  • RE: Query help needed ...

    Concur... We'd all be in deep doo-doo if we had to write "generic" solutions that met all needs from SQL Server 6.5 through 2k8.

  • RE: sql2005 benefit

    Hi Rudy,

    Do you happen to have an MS URL that states that so that I can calm some of the current "panic" occurring at work?

Viewing 15 posts - 53,926 through 53,940 (of 59,068 total)