Viewing 5 posts - 46 through 50 (of 50 total)
Jeet - that only works if the entire row is distinct, I suspect that it may be just the key that has the duplicates.
Simplest way I know to fix this...
January 13, 2006 at 6:41 am
I`d never used the FTP facility in a DTS, so I just went and had a go. I found that if I used ftp://ftp.whoever.com/ it gave the error message...
January 13, 2006 at 6:28 am
Hi Mark,
If the source field is consistently 8 digits, with 4 digits on either side of the point, I would import it as a Char and then add the point, something like.
SELECT...
January 13, 2006 at 1:27 am
Allen - I think he said 'UNION', but I suspect the same would apply IE
UNION
SELECT a.Field1 COLLATE SQL_Latin1_General_Cp1250_CS_AS
FROM a
etc
Collations have been one of my biggest headaches over the...
January 12, 2006 at 7:46 am
Hi Russ,
Format file is defiantely the way to go, I`ve had great success importing all kinds of data files with them.
This is Not tested but your formatfile would look something...
January 11, 2006 at 8:26 am
Viewing 5 posts - 46 through 50 (of 50 total)