How to link up the text file to a Database table?
Answer Posted / monal
using linked server or using openrowset command.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is meant by referential integrity?
What is data compression?
Explain microsoft sql server functions?
Explain user defined functions?
What is sql server schema compare? How we can compare two database schemas?
Tell me what are cursors and when they are useful?
Where is trigger in sql server?
What are a database and a data warehouse?
What is faster join or union?
What is the difference between a fill factor of 100 and 0?
What is primary key index?
Where the sql logs gets stored? : sql server database administration
Differentiate between a local and a global temporary table?
How will you monitor replication latency in transactional replication? : sql server replication
How to add a new column to an existing table with "alter table ... Add" in ms sql server?