Checklist while upgrading Access to SQL Server Database -


i have 4 ms access database needs upgraded ms sql server database. 4 ms access database contains 10 tables each, comprising of 40 tables in total. hence, should develop 1 sql server database contain 40 tables or should have 4 different sql server database contain respective tables?

in broader sense, things should sql developer should keep in mind while upgrading sql server ms access (or other database)?

depends, 4 access databases functionally different?

if interrelate, put 40 tables in same database. if need separation, security or otherwise, 4 databases 10 tables each.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -