Viewing 15 posts - 1 through 15 (of 103 total)
Many thanks for everyone's replies and suggestions. I'm about to leave work now for the weekend so i will have a look at your suggestions over the next couple of...
May 20, 2016 at 9:43 am
Figured it out 🙂
Thanks again. P
CREATE TABLE PS_Test
(
cnt varchar(255),
code varchar(255),
tn varchar(255),
);
--SELECT * FROM dbo.PS_Test
--GO
DECLARE @sql nvarchar(max);
DECLARE @tbl TABLE (ID VARCHAR (255))
-- List of tables to...
April 13, 2016 at 3:00 am
Many Thanks for your reply.
I have got it working but now i need to export the results into a table so i can monitor the results daily via an...
April 13, 2016 at 2:52 am
I'm no expert with SSIS but i know my way around. which would be the best item from the toolbox list to use to get me started?
Regards
September 21, 2015 at 4:01 am
Many thanks, works a treat.
Regards
August 26, 2014 at 9:36 am
Hi, once the number have been extracted from the free text field then they will be used against a reference table to give meaning.
I know that holding reference values...
July 2, 2014 at 2:28 am
In response to previous post....
unfortunately the numbers could be anywhere in the field and there could be up to a max of 5 numbers.
for example one field could be...
July 1, 2014 at 7:11 am
More than 2 numbers is where the problems lies. !!!
I would like to have them showing as separate fields but there should never be more than 5 sets of numbers...
June 30, 2014 at 8:38 am
Never more than 5 characters as per 1st post.
so the ASCII string will be at most 15 charcters long i guess thus not causinga problem for the numeric (18)...
April 30, 2014 at 8:25 am
Hi,
Sorry for the delay in responding (meetings Urgghh!!! )
i have yet to try the suggested solutions. I will let you know how i get on.
One of you asked as to...
April 30, 2014 at 8:07 am
Many Thanks for everyone's help and advice. All sorted now, thanks to your advice.
Regards
April 11, 2014 at 3:42 am
Thanks for both of yor replies, Works a treat.
I have landed at work this morining to be presented with the full picture.
same table layout but apparently we have...
April 10, 2014 at 2:59 am
Hi, you are not wrong, I'm trying to do it form memory and so probably have script wrong.
What need is an expression that works out the average for...
April 2, 2014 at 7:22 am
Viewing 15 posts - 1 through 15 (of 103 total)