Viewing 14 posts - 1 through 14 (of 14 total)
Thanks for the reply. CustomerRef is unique (a foreign key taken from Customer.Ref) but unfortunately Invoice.InvoiceNumber is not - it is incremented by one for every new purchase made by...
April 28, 2008 at 7:52 am
i changed your code a little to return the actual emailid etc where it was available rather than null. Works very well. Thanks for your help.
April 28, 2008 at 5:00 am
thanks very much. wish i had asked earlier and saved myself an hour trying to work it out using table variable etc. I'll give this a go and let you...
April 25, 2008 at 9:01 am
it is true when i say i don't have any control of the application - the developer does not support (although they do allow) the use of select sql statements...
November 1, 2006 at 11:49 am
thank you for the suggestion. this led me to reading up on your inspired table-valued function incorporating the union all selects -
i can now limit the result as i wanted using:...
November 1, 2006 at 5:24 am
thank you both for your kind advice. i tried the select top 1 from (select .. union all select ...) as A
looks good to me - did not know i...
October 30, 2006 at 12:28 pm
testing this further, the access denied is due to not having the modify permission on folder. the xp_cmdshell was run through query analyser (connect with admin login) and dir *.*...
September 19, 2006 at 4:53 am
thanks, i have had a look at that. my concern is the comment "Saying that, you need to be careful how you set up your environment to make sure someone...
September 15, 2006 at 10:47 am
thanks Jeff for the help
September 11, 2006 at 8:26 am
thank you - i see the logic.
September 4, 2006 at 6:14 am
thanks very much for your help.
you guessed right! my stored procedure works when single integer is passed to the WHERE. however i guess because using IN requires a comma...
September 1, 2006 at 4:06 am
That makes more sense ... and then join to tblTel allowing multiple tel numbers for each address.
June 15, 2006 at 2:10 am
that's exactly what i was looking for - thanks very much
September 15, 2005 at 8:31 am
Viewing 14 posts - 1 through 14 (of 14 total)