This is a discussion on Upsizing from Access Data Type Problems List within the SQL Server forums, part of the Microsoft SQL Server category; --> Hi there, I'm trying to come up with a definitive list of ACcess data types that cause a problem ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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! |
| ||||
| "m3ckon" <anonymous@devdex.com> wrote in message news:40c85104$0$7843$c397aba@news.newsgroups.ws... > 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! This article includes a list: http://www.microsoft.com/resources/d...rt2/c0561.mspx Simon |