February 10, 2005 at 10:38 am
Comments posted to this topic are about the content posted at http://www.sqlservercentral.com/columnists/kKellenberger/accesstosqlservertheupsizingwizard.asp
Aunt Kathi Data Platform MVP
Author of Expert T-SQL Window Functions
Simple-Talk Editor
January 12, 2007 at 3:12 am
Today, your article was one of the featured articles with the newsletter.
Since your filed the article in 2005, things have changed.
Now you have the SQL Server Migration Assistant for Access (SSMA_for_Access_1_1_618.msi) free downloadeble at Microsoft.
http://www.microsoft.com/sql/solutions/migration/default.mspx
Things can only get better.
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
January 12, 2007 at 3:45 am
I look forward to seeing articles about linking SQL Server 2005 tables with an Access 2007 front-end.
January 12, 2007 at 5:25 am
Hi Kathi,
the upsize wizard has been a great tool for me also, but I like to give a tip before you use it:
Be sure all tables have a primary key otherwise they won't be updatable after the upsize while in Access they were.
DAO still works fine with linked SQLServer or Oracle tables except for recordsets of type dbOpenTable they are not allowed, you can use dbOpenDynaset in stead. In fact using linked tables means you use DAO.
Thanks
Jan
January 12, 2007 at 8:08 am
Yes, this is an old article. I'm not planning on doing any more Access / SQL Server apps. Any new applications that I work on, and that is very few, will be in ASP.net.
Aunt Kathi Data Platform MVP
Author of Expert T-SQL Window Functions
Simple-Talk Editor
January 13, 2007 at 7:14 pm
I am Group Leader of the Adelaide Dot Net Users Group http://www.adnug.com based In Adelaide South Australia.
January 16, 2007 at 4:02 am
Peter,
2SQL certainly sounds a very useful solution. We are currently using Access 2000, but our main database has reached the limits in terms of query and table size within Access, so I am in the process of designing a replacement in SQL Server 2005 - the original database having been designed in Lotus Approach and converted to Access 97 before updating to Access 2000, there are a number of basic design flaws that I feel need addressing by a total redesign.
Whilst table design in SQL Server 2005 is quite straightforward, I have found that forms and reports are much less simple, being used to the relatively easy approach provided by Access 2000, so my intention is to upgrade to Access 2007 and design these elements in a more familiar environment for linking (as an Access Project) to SQL Server.
However, if I encounter serious difficulties I shall certainly consider using 2SQL to migrate the original database to SQL Server.
January 16, 2007 at 7:33 am
This product sounds pretty cool. The one thing I caution is that many Access applications are designed poorly and porting them to SQL Server as is will not solve any problems. In fact, it might make things worse.
Steve, you are smart to recognize that the existing application has desgin flaws and are willing to address those before moving to SQL Server.
Aunt Kathi Data Platform MVP
Author of Expert T-SQL Window Functions
Simple-Talk Editor
January 22, 2007 at 1:01 am
Kathi/Steve,
Garbage in/Garbage out is always a possiblity, however 2sql statistics will help to identify problem objects.
If nothing else, 2sql provides a detail report on the status of the Access Database identifying problem areas and the ability to accurately estimate scope of project.
2sql works in 2 modes, report and update.
Run your database through 2sql for a report which summarise "errors" by type (Ansi89/Jet syntax, DAO to ADO, upsize queries to view, Referential Integrity are some of the 17 categories on the report I am looking at), click on a category then Detail to view the errors in that category in detail. The detail shows the line number, the line and whether 2sql can repair it.
On the report I have in front of me, 2sql identified 1690 errors advising that it was able to repair 1671 of them.
The remaining 19 need to be repaired manually.
This report allows preprocessing of problem areas before the migration.
This may require running reports a number of times after attending to premigration problems that need attention,
When Access application is clean, run 2sql in update mode to complete the process.
PG
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply