Viewing 15 posts - 316 through 330 (of 354 total)
brilliant,
It works, I used the following within my query...
,
(datalength(wk.SESS_PER_WEEK) - datalength(replace(wk.SESS_PER_WEEK, 'X', ''))) as 'X',
(datalength(wk.SESS_PER_WEEK) - datalength(replace(wk.SESS_PER_WEEK, '/', ''))) as '/',
(datalength(wk.SESS_PER_WEEK) - datalength(replace(wk.SESS_PER_WEEK, '\', ''))) as '\',
(datalength(wk.SESS_PER_WEEK) - datalength(replace(wk.SESS_PER_WEEK, '#',...
April 3, 2007 at 5:51 am
Hi,
Thanks for that. I dont really want to go the temporary table route because I have got throusands of records that I need to do this too and then...
April 3, 2007 at 5:47 am
Thanks for that,
Its good to know that someone else has had the same problem with this too. I did it very simply by just making a table from the original...
March 5, 2007 at 2:10 am
Hello again,
Its very strange, filters just dont work but I do a MAKE table from the linked table and the filters work fine so this is how I have resolved...
February 26, 2007 at 1:56 am
Brilliant,
Thanks you so much for that. I knew there was going to be an option somewhere but I wouldnt have found that one for a long time.
Everything is exporting properly...
February 21, 2007 at 8:23 am
Ah ha,
Not sure how I managed it but I used -1 against the query and this works fine.
Thanks
Debbie
February 8, 2007 at 7:47 am
Just tried it and it works which is great because now I can exchange my <> clause in all my tables where I may have problems because of NULL fields.
Just...
February 7, 2007 at 5:40 am
Thanks for that,
I tried the above but didnt get any results back.
SELECT ID.MNAME, sd.*
FROM dbo.Import_FULL sd INNER JOIN #ATTENDANCES_a ID
ON sd.Forename = ID.FNAME AND sd.DateOfBirth = ID.DOB AND sd.Surname = ID.SNAME
AND sd.DFES...
February 7, 2007 at 4:43 am
Thanks for that. I was hoping to not go for an outer join though in this case. Maybe a conversion or something in the where clause to convert all Nulls...
February 7, 2007 at 4:16 am
I have used that but Ive deleted all the 10 records rather than just the 5 records where the FROM date is earlier than the other from date.
Whoops, Ill have...
January 30, 2007 at 9:32 am
Excellent,
This might be better for me. I will try and get this into my query and let you know how it goes.
Debbie
January 30, 2007 at 9:27 am
Thanks for that,
It looks a bit scary,but I will definitely give it a go!
Debbie
January 30, 2007 at 2:10 am
I cannot thank you enough. Its worked perfectly. Although now I need to sort out all those records where there is an open attendance (WHERE PAT_TO_DATE IS NULL) which should...
January 26, 2007 at 8:40 am
I cannot thank you enough. Its worked perfectly. Although now I need to sort out all those records where there is an open attendance (WHERE PAT_TO_DATE IS NULL) which should...
January 26, 2007 at 8:40 am
Viewing 15 posts - 316 through 330 (of 354 total)