Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by chlorineKid

  1. chlorineKid

    Stored Procedures - How do I Loop through results

    Yes, I'd agree with that. I always avoid cursors unless there is NO other way to solve the problem. They are extremely slow so they are best avoided. CK
  2. chlorineKid

    Stored Procedures - How do I Loop through results

    You probably need to use a cursor for what you are trying to do: Look up cursor in BOL and it will explain the syntax, etc. CK
  3. chlorineKid

    chlorineKid

    Thanks for your reply, CK
  4. chlorineKid

    chlorineKid

    Example data: bad suburb column: Correct suburb file is as below new market Newmarket Sandiriham Sandringham So we've got mispellings, etc. The address columns are in incorrect separate columns. CK
  5. chlorineKid

    Possible to copy table1 from database 1 server1 to another server ?

    Why not bcp it out of one table, then bcp it in to the other. A bit laborious but it should work. ck
  6. chlorineKid

    data comparison

    Because the performance on them is often extremely slow. But of course if they are the only way to solve the problem I guess I'll have to live with it CK :-)
  7. chlorineKid

    data comparison

    Hi all, I'm looking for ideas on how to approach the following: I've got a table in a SQL server database which has a whole lot of person information in it. This table needs to be "cleaned" so that the suburb and city fields are in a very specific format. There is a file with the...
  8. chlorineKid

    chlorineKid

    Hi all, I'm looking for ideas on how to approach the following: I've got a table in a SQL server database which has a whole lot of person information in it. This table needs to be "cleaned" so that the suburb and city fields are in a very specific format. There is a file with the...

Part and Inventory Search

Back
Top