How to via vb6 classic or vba for excel…
Copy table1 from database1 in sqlserver1 to database2 in sqlserver2?
note:
I have user and password trusted in windows login.
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
copy table from sqlserver1 to sqlserver2
Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » copy table from sqlserver1 to sqlserver2
- This topic has 5 replies, 3 voices, and was last updated 15 years ago.
AuthorTopicViewing 3 reply threadsAuthorReplies-
Paul T
AskWoody MVPMay 31, 2010 at 3:01 am #1226361That is a “select *” command to read the data into a variable / array / dictionary, then either a “drop” and “create”, or “update / set” command to populate the second table.
Is the second table empty, does it have the same number of entries as the first, do you need to do this often? As much info as you can please?cheers, Paul
-
WSkentg
AskWoody LoungerJune 1, 2010 at 2:39 am #1226472Do you need to copy the table or just the data? ie does the table already exist in the second database?
To copy the data you can use two ADO connections.
Moving through the recordset in the first database and appending it to the second.
To create the table itself, if you need to, then do you want to do this in code as well or manually.
Manually – in Management Studio, right click on the table, select Script Table As > Create To > New Query Editor WIndow.
This will create a query for you to run on the second database to create the same table structure.
Or if you want to create the table in the second database using code then you can use the query you just created to build DDL code that you can run against your ADO connection.
So to answer your question, we really need to know more about what you need to do and how much you already know
eg how much do you know about using ADO recordsets?
Can you create the tables in Management Studio? If not then are you familiar with DDL?
-
WSsal21
AskWoody LoungerJune 1, 2010 at 1:03 pm #1226544Do you need to copy the table or just the data? ie does the table already exist in the second database?
– table and the data
To copy the data you can use two ADO connections.
Moving through the recordset in the first database and appending it to the second.
To create the table itself, if you need to, then do you want to do this in code as well or manually.
Manually – in Management Studio, right click on the table, select Script Table As > Create To > New Query Editor WIndow.
This will create a query for you to run on the second database to create the same table structure.
Or if you want to create the table in the second database using code then you can use the query you just created to build DDL code that you can run against your ADO connection.
So to answer your question, we really need to know more about what you need to do and how much you already know
eg how much do you know about using ADO recordsets?
Can you create the tables in Management Studio? If not then are you familiar with DDL?
– no
– no
-
-
Paul T
AskWoody MVP -
WSkentg
AskWoody LoungerJune 2, 2010 at 1:23 am #1226634You are going to have to supply a bit more detail to get an answer.
Like if you can access Studio Manager and if not why not. Can you access the first Databse via SM and not the second etc.
I can provide you with some code like the following but unless we know more we can’t give you any real solution.
Code:Dim cn As ADODB.Connection Dim strSQL As String Set cn = New ADODB.Connection cn.Open "dsn=Database2" strSQL = "CREATE TABLE LocalSetting ( SettingName VarChar(50) CONSTRAINT SettingName_pk PRIMARY KEY, SettingValue varchar(100))" cn.Execute strSQL
Viewing 3 reply threads -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Windows 11 Insider Preview build 27871 released to Canary
by
joep517
25 minutes ago -
Windows 11 ad from Campaign Manager in Windows 10
by
Jim McKenna
1 hour, 40 minutes ago -
Small desktops
by
Susan Bradley
16 minutes ago -
Totally disable Bitlocker
by
CWBillow
3 hours, 53 minutes ago -
Phishers extract Millions from HMRC accounts..
by
Microfix
1 day, 2 hours ago -
Windows 10 22H2 Update today (5 June) says up-to-date but last was 2025-04
by
Alan_uk
1 day, 4 hours ago -
Thoughts on Malwarebytes Scam Guard for Mobile?
by
opti1
1 day, 7 hours ago -
Mystical Desktop
by
CWBillow
1 day, 7 hours ago -
Meta and Yandex secretly tracked billions of Android users
by
Alex5723
12 hours, 58 minutes ago -
MS-DEFCON 2: Do you need that update?
by
Susan Bradley
1 hour, 32 minutes ago -
CD/DVD drive is no longer recognized
by
WSCape Sand
1 day, 22 hours ago -
Windows 11 24H2 Default Apps stuck on Edge and Adobe Photoshop
by
MikeBravo
2 days, 1 hour ago -
North Face and Cartier customer data stolen in cyber attacks
by
Alex5723
1 day, 23 hours ago -
What is wrong with simple approach?
by
WSSpoke36
1 day, 16 hours ago -
Microsoft-Backed Builder.ai Set for Bankruptcy After Cash Seized
by
Alex5723
2 days, 11 hours ago -
Location, location, location
by
Susan Bradley
1 day, 1 hour ago -
Cannot get a task to run a restore point
by
CWBillow
2 days, 12 hours ago -
Frustrating search behavior with Outlook
by
MrJimPhelps
2 days, 3 hours ago -
June 2025 Office non-Security Updates
by
PKCano
2 days, 23 hours ago -
Secure Boot Update Fails after KB5058405 Installed
by
SteveIT
1 day, 1 hour ago -
Firefox Red Panda Fun Stuff
by
Lars220
2 days, 23 hours ago -
How start headers and page numbers on page 3?
by
Davidhs
3 days, 9 hours ago -
Attack on LexisNexis Risk Solutions exposes data on 300k +
by
Nibbled To Death By Ducks
2 days, 12 hours ago -
Windows 11 Insider Preview build 26200.5622 released to DEV
by
joep517
3 days, 18 hours ago -
Windows 11 Insider Preview build 26120.4230 (24H2) released to BETA
by
joep517
3 days, 18 hours ago -
MS Excel 2019 Now Prompts to Back Up With OneDrive
by
lmacri
3 days, 8 hours ago -
Firefox 139
by
Charlie
3 days ago -
Who knows what?
by
Will Fastie
2 days, 3 hours ago -
My top ten underappreciated features in Office
by
Peter Deegan
5 hours, 41 minutes ago -
WAU Manager — It’s your computer, you are in charge!
by
Deanna McElveen
1 day, 12 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.