Forum Replies Created

Viewing 15 posts - 856 through 870 (of 1,086 total)

  • RE: selecting max of 2 records per account

    I think that will only match the TOP 2 lnkey's and hence only return those values.  I was looking at this last night and having a great deal of difficulty. ...

  • RE: CASE in computed column

    Can you post your code?  This should work, but there may be something a second set of eyes might catch.  [You may want to look at a Trigger for Update and...

  • RE: SQL query

    You betcha.  I just hope someone else has used this method and has some values to populate your table.  That could end up being a long, long list....

  • RE: SQL query

    Ooops.  I just thought about this and you will have to do a bit more coding on the update to split each word up.  You should be able to do...

  • RE: SQL query

    I would recommend a function.  You can use that to fix your current data and then call it in your code to fix spelling errors from the front-end when the...

  • RE: Top value

    Ron_k, I tried this using a #TempTable (and dropping tblCase since I did not know the data and it looked to be a simple join with a where clause) and...

  • RE: Top value

    tblclinical_record_master.clrec_sysid is the problem.  It is unique, yet you are using it in the GROUP BY.  Think in terms of using your current SELECT as a sub-select and get the...

  • RE: Can someone verify this for me?

    Frank, I recently had the opportunity to try this on a machine that did not have SP3a.  Got the same results... 

  • RE: The Stored Proc n00b

    Look at this posting:  "Need trigger to split 1 filed to 4 (Pages 

  • RE: is there a "Clean" funcion in SQL?

    Interesting Remi.  Someone else, (I cannot remember who - probably Frank) posted a better direction for my function in its original form and now you have given me another approach.  I...

  • RE: is there a "Clean" funcion in SQL?

    This is based upon a table called "AP" with an InvoiceNum field and an update to a CleanInvoiceNum field.  See if this will help you. 

    (Generally, Invoice checking like this...

  • RE: Need trigger to split 1 filed to 4

    Hopefully not, but either way it taught me something...

  • RE: Need trigger to split 1 filed to 4

    My head is not in the game on this one!    I was rushing out of work and again, misread the posting.  You are...

  • RE: Need trigger to split 1 filed to 4

    Without a WHERE statement, I think you would be UPDATing the entire table...

  • RE: INSERTING DEFAULT VALUES INTO TARGET TABLE

    If you pass a value, (even a NULL) to table, then the DEFAULT set on the table will not fire.  In other words, TableA has [id], [text], [date] with a DEFAULT...

Viewing 15 posts - 856 through 870 (of 1,086 total)