Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
OPDEV
Starting Member
2 Posts |
Posted - 2011-12-21 : 11:40:13
|
I am a new to sql server ..So excuse me if the below question is a dumb one... I have a requirement where i have to use the sql server native loader to load data from a third party tool.The tool asks for the path of the the loader.Please let me which load utility should be used for the sql server.Thanks. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2011-12-21 : 12:31:33
|
if its data load you can use export import task. did understand which is this third party tool and how it will be providing data to sql server for loading?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
|
|
X002548
Not Just a Number
15586 Posts |
|
OPDEV
Starting Member
2 Posts |
Posted - 2011-12-21 : 13:51:06
|
Thanks for the reply.We have a Tool for data masking.This is used to mask the data residing in a database and create a file in its proprietary format.This would then be used to populate any other database.To do so the tool has a process called load.This requires specfying the path of the sql server loader tool.The only documenetation i have is shown belowDirectory path and program name where the MS-SQL Server Loader resides Please let me know if the BCP or export and import task can be used for this purpose.....Thanks ....Thanks. |
|
|
tkizer
Almighty SQL Goddess
38200 Posts |
|
|
|
|