Upsizing from Access Data Type Problems List

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • m3ckon

    Upsizing from Access Data Type Problems List

    Hi there,

    I'm trying to come up with a definitive list of ACcess data types that
    cause a problem when upsizing to SQL Server.

    On the last occasion that I upsizzed, SQL Server had an issue with
    smallDatetime and with Autonumbers.

    I changed the smalldatetime to be datetime in access and that cured that
    problem.

    With the Autonumbers, I set them to be of type integer with identity set
    to yes

    I was wondering if anyone could tell me other access data types that
    cause problems and also what their sql server match should be?

    M3ckon

    *** Sent via Devdex http://www.devdex.com ***
    Don't just participate in USENET...get rewarded for it!
  • Simon Hayes

    #2
    Re: Upsizing from Access Data Type Problems List


    "m3ckon" <anonymous@devd ex.com> wrote in message
    news:40c85104$0 $7843$c397aba@n ews.newsgroups. ws...[color=blue]
    > Hi there,
    >
    > I'm trying to come up with a definitive list of ACcess data types that
    > cause a problem when upsizing to SQL Server.
    >
    > On the last occasion that I upsizzed, SQL Server had an issue with
    > smallDatetime and with Autonumbers.
    >
    > I changed the smalldatetime to be datetime in access and that cured that
    > problem.
    >
    > With the Autonumbers, I set them to be of type integer with identity set
    > to yes
    >
    > I was wondering if anyone could tell me other access data types that
    > cause problems and also what their sql server match should be?
    >
    > M3ckon
    >
    > *** Sent via Devdex http://www.devdex.com ***
    > Don't just participate in USENET...get rewarded for it![/color]

    This article includes a list:



    Simon


    Comment

    Working...