Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7793471
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T22:29:56+00:00 2026-06-01T22:29:56+00:00

I imported data from MS-Access into a SQL database using the import/export wizard. Now,

  • 0

I imported data from MS-Access into a SQL database using the import/export wizard.
Now, I have database called

TestDatabase – With a Table called AccessTable – It has 10 columns.

on the same SQL Server, I have another database called SampleDatabase with a table called
SampleTable

I want to copy [TESTDATABASE].[dbo].[AccessTable] to [SampleDatabase].[dbo].[SampleTable]

The structure of this table is slightly different. The first two columns don’t match but the rest of it match and I want to copy only those matched column.

How to achieve this?

In short: I want 1000 rows from first database insert into second database table.

I am using SQL Server 2008 express for the time being.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T22:29:58+00:00Added an answer on June 1, 2026 at 10:29 pm

    You can run this query:

    INSERT INTO [SampleDatabase].[dbo].[SampleTable] (
        field1, field2, field3, field4
    )
    SELECT field1, field2, field3, field4
    FROM [TESTDATABASE].[dbo].[AccessTable];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to import details from an access database into my sql application
I am using the following script to import data into my mysql database from
I imported the Software PAD File Database from http://paddatabase.net/download.html into Microsoft Access in a
I have created a passthrough query from an sql server database to display data
I imported data into a table from a backup I was given. Now I
I have a process in a website (Asp.net 3.5 using Linq-to-Sql for data access)
How does one access data imported from a CSV file by using dynamic note
I'm using a transmorgrifier recipe to import some data from drupal into a Plone
I'm working with a MySQL database that has some data imported from Excel .
I am writing a web based importer to import data from one database to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.