Viewing 15 posts - 76 through 90 (of 128 total)
Ok, here is code for the source table, destination table and the select query that I am using to remove duplications from the source.
I now need to check the...
October 16, 2009 at 7:26 am
That's working a treat on the production box. Thanks a lot.
I would really appreciate it if you could give me a brief explanation as to why you think my method...
October 13, 2009 at 3:45 am
Thanks for the reply, i tried that but it gave me an error pointing at the ) bracket. i then tried the following and this gives me all the results,...
October 13, 2009 at 2:59 am
Thanks for that. I changed all the package passords and configured them to blank in both SQL databases and that did the trick.
Thanks again.
September 10, 2009 at 9:42 am
Thank you for the reply. When i edit the package in notepad i find this line
DTS:Name="ProtectionLevel">1<DTS:Property Shall i chnage it to -1?
I also see
Should this also be...
September 10, 2009 at 6:01 am
Thanks for that the second option worked a treat.
August 21, 2009 at 8:15 am
Thanks Lutz, I will go through what you have said and reply back if i have anything else to pick your brain with. You have been very helpful thanks again.
August 21, 2009 at 4:39 am
Ok, my head hurts but i like it cause we are getting somewhere!
I am running my query that i first wrote about here that gives me the 77 rows, then...
August 20, 2009 at 10:40 am
Ok it's done. Here are the results.
USE [example_db]
--===== If the test table already exists, drop it
--IF OBJECT_ID('wce_ilr','U') IS NOT NULL ...
August 20, 2009 at 9:21 am
It's running but might take another 30 -40 minutes to get the result. As soon as it completes i will post the results. I would have thought that would have...
August 20, 2009 at 8:22 am
Well here it is these are 5 off the 77 rows that i am getting returned on the live system from the wce_ilr table and 5 rows selected by uniqueid...
August 20, 2009 at 7:19 am
I will do the same for wce_ilr with just the columns i am working with and 5 rows of data and the same with the wce_contact table but it might...
August 20, 2009 at 6:35 am
Hi,
Here is the sample you requested showing the two fields from both tables I am matching against. It doest matter which of these finds a match I just want results...
August 20, 2009 at 4:18 am
Thanks for the reply. The query just finished over 2 hours later and only had 700 rows.
August 17, 2009 at 7:26 am
Viewing 15 posts - 76 through 90 (of 128 total)