Communities for your favorite technologies. Explore all Collectives
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Find centralized, trusted content and collaborate around the technologies you use most.
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
i have already created a schema in sql server. is there any quick way to upload the data from table to table from msaccess to sql server. what if the col names have changed slightly?
Just use the "Import Data" function, you can map source columns to destination columns
Add a comment
You can use DTS or SSIS depending on your version of sql server to load and transform data from any ODBC or OLEDB based data source.
Other than using DTS, you could create a Linked Table inside Access (which points to SQL Server table) and create INSERT queries to do that.
If the table structure is identical & if it is a one time job, you could do copy-paste from Access Table to SQL Server Table (when that is linked).
Required, but never shown
By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.
Start asking to get answers
Find the answer to your question by asking.
Explore related questions
See similar questions with these tags.