Viewing 15 posts - 61 through 75 (of 76 total)
Thanks to both of you for your help!!
December 10, 2008 at 6:10 am
To answer your question, I'm syncing field name's and auditing 'changed' values based on the Primary Key (This will be the same in both tables)
I'm NOT concerned with non-matching fields......
November 24, 2008 at 9:13 am
Thanks Chris,
Thats excellent, Just the job!
July 25, 2008 at 5:59 am
My original query is fine...
There is NO problem with the data.
In both mine and your queries there is (currently) one record match.
What I'm saying is that if there is a...
July 25, 2008 at 5:08 am
Thanks Jeff,
Your solution deletes the 1 record in the dbo.abn_extract table that exists in the WHERE clause... However, I need to delete ALL records in the dbo.abn_extract table where there...
July 25, 2008 at 4:15 am
This is for Christoper's first reply above...
In the first example, records 1,2,3 & 5 have the same Address value, therefore 'Mcmullen Road/N /n/nDarlington/nDurham' must be returned as it's the...
July 21, 2008 at 10:02 am
Thanks guys
Just tried out the reply from thegreatsamarth, worked a treat (just altered the UPDATE dbo.TSort line).
Fantastic!!
July 21, 2008 at 4:34 am
Thanks Ramesh
I'm getting the following error message though..
Msg 207, Level 16, State 1, Line 8
Invalid column name 'RowNumber'.
I'll check out the other post from thegreatsamarth...
July 21, 2008 at 4:27 am
Thanks guys,
I created this function, based on CHARINDEX ... (I didn't mention previously, but the the field I wish to output to has a field size of 30. Hence the...
June 17, 2008 at 5:30 am
It is strange that the query requires a database name, but it works!
Many thanks to all that helped me.
Tony, you deserve a star.
May 30, 2008 at 4:09 am
Thanks guys.
Firstly, Tony I tried your example with a SELECT statement to begin (and NOT EXISTS), which is fine (displays 2 rows - as expected)
SELECT * FROM
KP.ADD K
WHERE NOT...
May 30, 2008 at 3:10 am
Thanks to all concerned.
Sorry I'm late getting back, but I'll try them out now.
Very much appreciated!
March 18, 2008 at 2:25 am
It was successful.
Many thanks
February 19, 2008 at 2:15 am
If no Status values = 'Checked',
then I don't want to delete any records.
February 18, 2008 at 1:23 pm
Sorry, I mean the latter.
If any row where Status = 'Checked' then delete ALL records, irresspective of the values.
So if the Customer table has 100 rows and only 1...
February 18, 2008 at 12:26 pm
Viewing 15 posts - 61 through 75 (of 76 total)