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
Amudhan Kuppan
NA
378
29.9k
database in sql server
Mar 1 2018 4:46 AM
hi,
iam amudhan,
i have one doubt please rectify it
i need complex code for this
Create one script to update table of another database
i.e I am in database a so update table "test" on database base b
already i know for this query but it is simple query i try but i need complex code anyone please help me
iam use this query
update db1.dbo.tb1
set value = 'your value'
from db2.dbo.tb2
where condition;
but i need complex code please anyone help me
Reply
Answers (
3
)
database in sql server
What is the use of sub query?