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 are the different authentication modes in sql server? How can it be changed?
Can you please explain the difference between primary keys and foreign keys?
what authentication modes does sql server support? : Sql server database administration
How do you test your database? : sql server database administration
What does it mean to normalize data?
What are the dmvs? : sql server database administration
When to use Inner join & when to use subquery?
What are the features of Embedded SQL
What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration
How many categories of data types used by sql server?
What are the mathematical functions supported by sql server 2005?
How to convert a numeric expression from one data type to another?
What is always encrypted?
What is the difference between count and distinct count?
What is a result set object returned by odbc_exec()?