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 |
What is “asynchronous” communication in sql server service broker?
what is bit datatype and what's the information that can be stored inside a bit column? : Sql server database administration
As a part of your job, what are the DBCC commands that you commonly use for database maintenance?
What is a bit datatype?
What are the different acid properties?
How do you send email on SQL Server?
How to get a list of columns in a view using "sys.columns" in ms sql server?
Explain left outer join and right outer join?
what are the joins,primary key,foriegn key, candidate key, super key and expain them?
What is in place upgrade in sql server?
in my server i have 3 instances,one of them got failed, and this cause we r not able to connect to server, how to know which instance was dameged?
Explain the basic concepts of SQL server architecture?
2 Answers College School Exams Tests,
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)