TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Deepak Ratan
NA
175
50.3k
Copy tables from one database to another in SQL Server
Jun 18 2015 3:39 AM
Copy tables from one database to another in SQL Server
I have a database called
FirstDatabase
and a database called
SecondDatabase
. I have a 40 table's in
First
Database
that I want to
COPY
(data and all) from
First
Database to
SecondDatabase
. What is the SQL statement to do this?
Reply
Answers (
4
)
How to write a query
How write a single Triggers for INSERT, UPDATE, DELETE