Sorry for the dumb question, but I am just new enough to sql that I
can't wrap my little brain around this one.
I have a system that I need to import data into and I need transpose a
few rows as columns. A good example would be if in pubs. I needed the
following results. Book, Author1_au_lname...
more >>
Newbie needing help. I am using BULK INSERT to get records into a
table. In the flat file, I have many ascii 163 characters. The
sterling pound symbol =A3. After the insert, I read the value back
using ADO and I get ascii 250 for this character instead. Where
should I look to make sure thi...
more >>