exporting a table with long field names to Access

Hi all,

I need to export a table from Ms Sql to Access. However, dts import/
export gives me an error because the field names are too long. Is
there a quick way to trim the names of all fields to the 64 characters
allowed by Access? Or is there a better alternative?

Thanks!
myemail.an [ Mi, 23 April 2008 10:54 ] [ ID #1948515 ]

Re: exporting a table with long field names to Access

On Wed, 23 Apr 2008 01:54:24 -0700 (PDT), "myemail.an [at] googlemail.com"
<myemail.an [at] googlemail.com> wrote:

You could create a view that returns the data from that table, and
alias each column name:
create view dbo.ExportXyzTable as
select RidiculouslyLongColumnName1 as ShortCol1,
RidiculouslyLongColumnName2 as ShortCol2,
-- etc.
from XyzTable

Then use that view for exporting.

-Tom.


>Hi all,
>
>I need to export a table from Ms Sql to Access. However, dts import/
>export gives me an error because the field names are too long. Is
>there a quick way to trim the names of all fields to the 64 characters
>allowed by Access? Or is there a better alternative?
>
>Thanks!
Tom van Stiphout [ Mi, 23 April 2008 15:56 ] [ ID #1948519 ]

Re: exporting a table with long field names to Access

On Apr 23, 3:54=A0am, "myemail... [at] googlemail.com"
<myemail... [at] googlemail.com> wrote:
> Hi all,
>
> I need to export a table from Ms Sql to Access. However, dts import/
> export gives me an error because the field names are too long. Is
> there a quick way to trim the names of all fields to the 64 characters
> allowed by Access? Or is there a better alternative?
>
> Thanks!

Ok, first off, someone correct me if I'm wrong, but this should
work...

Connect to the SQL server from access (linked tables) through odbc.

odbc will shorten the file names then copy the data into a new local
table in access thereby trimming the Column names down to 64 chars.
Sam [ Do, 24 April 2008 04:48 ] [ ID #1949279 ]
Datenbanken » comp.databases.ms-sqlserver » exporting a table with long field names to Access

Vorheriges Thema: Job ends successfully even when it's not true
Nächstes Thema: Use of having with additional select