Forum Replies Created

Viewing 15 posts - 31 through 45 (of 54 total)

  • RE: backup script

    I'm not really crazy about the maintenance plans because of the error messages you receive. Maybe there is another way besides the way I set one up, but when...

  • RE: backup script

    You don't want to know!! I was brought in 6 months ago on a contract position to set up their maintenance because they have never had a dba. The...

  • RE: backup script

    Thanks for the replies...I was afraid I wouldn't get it to work. Guess I'll have to try another way. The problem is that managment wants to retain 2 days worth...

  • RE: Best Approach to Copy Data between Databases on same server

    That's exactly what we do also. I'm just saying that if you don't need replication, I wouldn't use it. If the data doesn't have to be current by the minute,...

  • RE: Best Approach to Copy Data between Databases on same server

    My own opinion is that for what you want to accomplish replication might be overkill. We have a reporting database on the same server as production as well as one...

  • RE: duplicate entries in a field

    I've created a test table and tested it and it works fine on the the data that looks like adress,NY,NY, but you're right I've found some exceptions. AUGH! The app...

  • RE: duplicate entries in a field

    This is a vendor product - and they are not willing to take the city out of that field.This  The  city is also stored in it's  own separate field and...

  • RE: duplicate entries in a field

    So, that wouldn't work either for my situation- right? I need to get rid of the second city after the second comma...but if there is only one comma, leave it...

  • RE: duplicate entries in a field

    ok- I just tried it in a test table and  it doesn't work.

    This is the update statement I'm using:

    update Tab_test

    set name=LEFT (name, LEN(rtrim(name)) -...

  • RE: duplicate entries in a field

    Sorry- you are correct, these statements do work. When I tested it - it showed me also the records that do not have a city whatsoever. But it does work...

  • RE: duplicate entries in a field

    Thanks, but both of these update statements get rid of both instances of the city. I need to retain one of the cities. Any ideas?

    Thanks!

  • RE: select query- invalid characters

    Thanks for all the suggestions. I'm going to start going through them and seeing which one works best till I can get this data cleaned up.

     

    Thanks!!

    Anita

  • RE: select query- invalid characters

    Thanks! I actully tried that this morning, but then I still got some addresses that looked like 25p49 which we know are not valid. I guess I'll have to clean...

  • RE: select query- invalid characters

    Another thing I forgot to mention was that the reason I can't use left(addressno,1) and check for a number is because some addresses have a space(blank) before the actual number....

  • RE: Import named range from excel

    Thanks for the tip!

Viewing 15 posts - 31 through 45 (of 54 total)