How to give a user the option of importing Excel and a
delimited text file into a SQL Server Database without
manually using SQL DTS?
Answer / guest
You can use the DTS object model to programmatically create,
modify and run DTS packages.
You can do this many ways, but essentially this object model
has objects for anything you can do in DTS.
If you already have the package created and saved as a file,
add a reference to the DTS Library.
Then you can call it like this:
Dim Package As New DTS.Package
Package.LoadFromStorageFile App.Path "\DTSPackage.dts"
Package.Execute
| Is This Answer Correct ? | 2 Yes | 0 No |
How to generate random numbers with the rand() function in ms sql server?
How is a full-text index updated?
What is the differecne between equi-join and inner-join and natural join..Is there any difference or all are same?
Explain difference between cross join and full outer join?
What do you understand by the analysis services in sql server?
What is better - 2nd Normal form or 3rd normal form? Why?
Explain DBCC?
Write a query to include a constraint, to check whether the employee salary is greater than 5000?
Explain what is public role in sql server?
What is a domain constraint give an example?
What is indexed views? plz explain with example?
How to find 6th highest salary from Employee table ?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)