Viewing 15 posts - 61 through 75 (of 128 total)
Thanks for that, i'll have a read. In answer to your questions
Is there a foreign key between the 2 tables? there is no foreign key
Is it possible for a record...
July 12, 2010 at 9:39 am
Thanks for the reply. I need to delete the associated record in the wce_linkto table too. For every row in the wce_history table there is a linked row in wce_linkto...
July 12, 2010 at 7:47 am
That's great. i was playign with the select to get the update but that's going to save me loads of time. Thats for the help.
June 21, 2010 at 9:54 am
That's got it. Thanks very much for the help. I'll be keeping that script close to hand 🙂 Thanks again.
June 21, 2010 at 9:29 am
Hi Dan,
I think I am a little confused. Currently in your example all the records have the same client id. based on your example you what the learners client ID...
June 21, 2010 at 8:56 am
I just figured it with some help.
This is what i needed
Update q
Set q.client_id = c.client_id
From wce_contact c
...
April 7, 2010 at 9:05 am
Thanks for the help. Becuase i was using VBScript i managed to do something in that and got the result i needed.
I know this is a SQL forum and...
January 13, 2010 at 9:26 am
Hi,
I thave added both but when i print them to screen before they are inserted i get the following with no dates. It's just writting the code. Any ideas?
INSERT INTO...
January 13, 2010 at 3:49 am
Thanks for your reply. I need it like this 13/01/2010 10:00:00
I tried adding your code but i am am getting a syntax error at the begining of the -->SELECT dateadd(m,...
January 13, 2010 at 2:40 am
Thank you for that, just what i needed. I will read up on it but i can see the logic! Thanks again.
January 4, 2010 at 4:26 am
If i use this it returns no results, is that what you mean?
with cteEmployers( EDRS, Employer_Name, Emp_Phone, Emp_Address_1, Emp_Address_2, Emp_Address_3, Emp_Address_4, Emp_Address_Pcode1, Emp_Address_Pcode2, rown) as(Select wce_ilr.EDRS, wce_ilr.Employer_Name, ...
November 24, 2009 at 6:38 am
I think you can only get SQL Express which is the same thing but with a few limitations on how much data you can store (4 gig limit, more than...
November 24, 2009 at 6:24 am
Thanks that worked! However with this query working raises another question to an issue I have. Not sure if I should put up a new post for this or not...
November 24, 2009 at 6:16 am
Thanks for that. I altered my code to this and it looks like i'm getting the results i want. It de-duplicates and only displays the rows that do not exsist...
October 19, 2009 at 4:54 am
Any chance that someone can take a look at this and point me in the right direction?
Thanks
October 19, 2009 at 2:32 am
Viewing 15 posts - 61 through 75 (of 128 total)