how can create data base link for tow servers (scott
schema) give examples plz
Answer Posted / gaurav gupta
CREATE PUBLIC DATABASE LINK remote
USING 'remote';
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
what is csv? : Sql dba
Is sql a microsoft product?
what is the difference between truncate and delete statement? : Transact sql
What action do you have to perform before retrieving data from the next result set of a stored procedure ?
Is left join and outer join same?
What is a record in pl/sql?
Which command is used to call a stored procedure?
What is multiple columns?
Why query optimization is needed?
How do I run sql profiler?
How do I delete a trigger?
Explain some predefined exceptions.
Which is better varchar or nvarchar?
how to get @@error and @@rowcount at the same time? : Sql dba
How can we link a sql database to an existing android app?