Menu
Find entries by Category
Find blog entries by date
  May 2025  
Sun Mon Tue Wed Thu Fri Sat
     1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

Next    Latest  

Upsizing to SQL Wizard    
Tue, 02 Aug 2011 18:50

I could not get the upsizing Wizard in MS Access to work on this database, so instead I used the SQL Server Management Studio to import the MS access database to the SQL server. This had the unfortunate side effect that the autonumber id field on each table was not marked as such.

So I had to go to the table design and mark the access ID field as  the primary key , and then update the identity attribte to 'yes', this also took the default of 1,1. ie IDENTITY(1,1).

Comments  
Your comments
Steve     Tue, 16 Aug 2011

indeed well that seems to have worked