Tagged Questions
The upsizing tag has no wiki summary.
5
votes
4answers
1k views
Upsizing a split Access database
I need to upsize a split Access database, i.e., one that's currently split between tow mdb files, a front-end and back-end. I see many webpages that in essence say, "run the Upsizing Wizard." My ...
2
votes
2answers
147 views
how to automate upsizing from Access to SQL Server?
I need to automate the migration from an Access (2003) to an SQL Server DB (2005 or 2008). The upsizing should be done automatically as part of a build process.
I need that because there are 2 ...
2
votes
1answer
1k views
Create & Copy Access tables to SQL via SSIS? SQL 2008
I am trying come up with a way to pull the tables out of an Access database, automate the creation of those same tables in a SQL 2008 DB, and move the data to the new tables. This process will happen ...
1
vote
2answers
215 views
Force SET IDENTITY_INSERT to take effect faster from MS Access
I'm working on upsizing a suite of MS Access backend databases to SQL Server. I've scripted the SQL to create the table schemas in SQL Server. Now I am trying to populate the tables. Most of the ...
1
vote
3answers
613 views
MS-Access sees SQL server's datetime2 fields as TEXT
I'm upsizing my application from MS-Access FE and BE to MS-Access FE and SQL Server BE. I used the SSMA Access "upsizing" tool to convert all the tables from Access to SQL, then I linked the SQL ...
0
votes
2answers
83 views
MS Access Upgrade to SQL Server
I have developed an MS Access 2007 database with forms that works fine in
access, but when I upsize the back end to SQL Server, I completely lose
functionality on a sub-form. Has anyone else run in ...
0
votes
0answers
74 views
Howto populate a Report with nested Subreports from SQLServer Backen
I am in the process of migrating tables from MS-Access 2000 to MS-SQL-Server 2008.
A new hurdle seems migrating our reports.
To populate reports with data I am using pass-through queries which works ...