Forum Replies Created

Viewing 15 posts - 466 through 480 (of 600 total)

  • RE: Upgrade is blocked

    Sorry I meant management studio..

    no it doesn't install...that

    only configuration manager

  • RE: Upgrade is blocked

    Okay since I can't do an inline upgrade..I copied out the MDF & LDF.

    then I uninstalled SQL 2000, rebooted.

    when I install SQL 2005 it doesn't install Enterprise manager...when I look...

  • RE: Check to drop temp table.

    Thanks Nabha!

    Exactly what I needed.

    Good karma to you.

  • RE: Did a trans log dump now my trans log backup isn't working..

    I figured it out

    thanks anyway

  • RE: Cross DB join

    Thank man...

    It's saying invalid column name borrowerid

  • RE: Maximum ID with other columns

    Thanks Mark!!

  • RE: Missing SQL Agent

    Go it, must be admin

    Thanks guys..

  • RE: Odd Audit Request

    Interesting responses..

    Thanks guys!

  • RE: Distinct one column

    Thankagain..

    what if I need to add a where clause to the above query

    Where l.branchoffice not in ('01','02')

  • RE: Distinct one column

    Thanks Dave!!!

    Thanks to the rest of you guys also!

    Good karma to you!

  • RE: Distinct one column

    Sorry Dave you are correct I meant to be on the 2005

    how do I do that calculation?

  • RE: Distinct one column

    SET ANSI_NULLS OFF

    GO

    SET QUOTED_IDENTIFIER OFF

    GO

    select l.loanid, l.branchoffice, l.AcquiredFrom,

    l.previouslnnum, b.lastname, b.firstmiddlename,

    p.addressline1, p.addressline2, p.city,

    p.state, p.zip, l.originalamt,

    s.primstat, p.appraisalvalue, l.glplan

    --FROM loan L, property P, borrower B, status s

    FROM loan L

    ...

  • RE: Distinct one column

    Okay..pretty sure I need the columns in the other tables

    I have no idea how to do that can you give me an example?

  • RE: Distinct one column

    That didn't work, here's the entire statment:

    SET ANSI_NULLS OFF

    GO

    SET QUOTED_IDENTIFIER OFF

    GO

    select distinct l.loanid, l.branchoffice, l.AcquiredFrom,

    l.previouslnnum, b.lastname, b.firstmiddlename,

    p.addressline1, p.addressline2, p.city,

    p.state, p.zip, l.originalamt,

    s.primstat, p.appraisalvalue, l.glplan

    --FROM loan L, property P, borrower B,...

  • RE: How do I

    Thanks man

Viewing 15 posts - 466 through 480 (of 600 total)