Viewing 15 posts - 166 through 180 (of 184 total)
Cheers. I initially thought about that but I thought it was too simple lol. Many thanks it seems to have worked. Sometimes the best solutions are the easiest ones!!
December 22, 2008 at 9:09 am
Basically I am trying to amend a work mates sql script. Currently his code is as follows.
SELECT OP.Attendance_ID, dbo.udf_providerCode(OP.PAS_data_source) AS providerCode, dbo.PBC_Providers.providerName,
OP.NHS_Number,
OP.Postcode_of_Usual_Address,...
December 22, 2008 at 8:21 am
In both cases they would be classed as 1 day. so a value of 1 should be returned. The time isn't involved in the calculation.
December 10, 2008 at 7:48 am
could you basically explain the logic behind using NOT ISNULL to acheive results.
November 26, 2008 at 4:55 am
I tried this script and it produces the dupes for other codes. I would like it to produce only the dupe records having POD = 'OPFA'
November 7, 2008 at 7:45 am
Just one more thing. I was just playing around with script similar to yours for finding mismatched names. when I use the GROUP BY clause I get 1491 records. When...
November 6, 2008 at 9:55 am
Thank you very much. I think i should be able to work it from there. That is makes a lot of sense.
November 6, 2008 at 8:09 am
It is just a once of thing that i was given to do. I imported the data from an excel file. The reference table contains the correct data i.e...
November 6, 2008 at 7:41 am
What is the best method for identifying those duplicate records when i add extra colums as that iniformaiton would be quite importnat for my manager.
November 5, 2008 at 10:11 am
How do I enebale server and workstation services and I am not sure what I am supposed to do in the msdb database. Could you expand a little more....
October 31, 2008 at 8:02 am
it says i do not have access to this network resource and that I should contact my network administrator. The computer used to be an old pc from work which...
October 31, 2008 at 5:41 am
Viewing 15 posts - 166 through 180 (of 184 total)