Forum Replies Created

Viewing 15 posts - 52,606 through 52,620 (of 59,070 total)

  • RE: trigger problem

    Heh... I love instant confirmation! Thanks, Chris!

  • RE: TSQL: Computing Balance

    antonio.collins (2/11/2008)


    i'm confused. assuming there's some column that can order the payments sequentially/chronologically, can't this be solved with a simple self join?

    Yep... and that "simple self join" is classified...

  • RE: Datediff usage

    Don Bernstein (2/11/2008)


    unless you think that SqlServer may some day refuse to convert the Datediff result to a datetime field

    That's kind of what I'm thinking... doesn't take much extra time...

  • RE: Extended Procedure

    Could it be that simple? Your original post said you added an extended sp called "xp_add" yet in your latest post you say you are using "xp_add1". Do...

  • RE: Generating Missing Dates and Numbers

    John Beggs (2/11/2008)


    I don't know why I didn't think of this last week, but the problem (in my case) was in the database compatability level. I was working in...

  • RE: trigger problem

    Print commands, like rowcounts, can sometimes be made to bubble up through the app.

    However, I agree... I prefer to use Raiserror properly rather than the likes of PRINT......

  • RE: Should DBA's need to know the physical details of a SAN??

    ALZDBA (2/11/2008)


    Learn to work together with your SAN-admin(s).

    Don't exceed thier level, but hand over the needed hints, so they can figure out for themselves your guidance makes sence !...

  • RE: Narrow down the recordset

    Ok... what would you do to return more information from each row using that method?

  • RE: trigger problem

    Heh... I guess I get carried away a bit on the "little" stuff, Johan. 😉 But, you're correct... it's a crucial error that both Newbies and those that write...

  • RE: Generating Missing Dates and Numbers

    Dunno what to say... like I said, the following code which you posted, works fine on my machine... no errors of any sort...

    [font="Courier New"];WITH T1 AS

    ( SELECT CAST('2007-01-01' AS DATETIME)...

  • RE: Temp Tables and Dynamic SQL

    Of course, not being always swayed by "official" documentation, I've tried it... only to be frustrated by the very same error messages as Kalhara was. I'd have to agree...

  • RE: Extended Procedure

    Ok... understood...

    Run the following query from SSMS and let's make sure that the "server" (your Developer's Edition) can see the file...

    EXEC master..xp_fileexist 'C:\Program Files\Microsoft SQL Server\MSSQL\Binn\add.dll'

  • RE: Extended Procedure

    I know... you said that before...

    WHICH MACHINE is that on! Is it on the SQL Server or on your DESKTOP computer?

  • RE: Temp Tables and Dynamic SQL

    Now we're talking! Verifiable documentation from MS (usually) works for me! Thanks, Chris!

  • RE: Generating Missing Dates and Numbers

    Heh... maybe the 3rd time will be the charm...

    PLEASE copy and paste the exact error you're getting... I get no errors when I run the code you posted in the...

Viewing 15 posts - 52,606 through 52,620 (of 59,070 total)