![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
hai, i got some data ported in to a text file from my local server. noW the requirement is to port this text file in my clients server in another location, which i dont have any accessibility. can i achieve the same with the help of dts package with the help of a dsn at client machine. Can i make a DTS package which i can send to him , that he can execute at client site and that data can be ported in that server.? thanks rajesh |
#2
| |||
| |||
|
|
-----Original Message----- You could send the client the file + table structure + format file and ask the client to use BULK INSERT tsql statement You could send him the file and then use BULK INSERT task in DTS which will let you create the format within. You could use bcp. -- ---------------------------- Allan Mitchell (Microsoft SQL Server MVP) MCSE,MCDBA www.SQLDTS.com I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "rajesh jacob" <rajeshjacob (AT) yahoo (DOT) co.in> wrote in message news:185501c372c8$62cca3f0$a501280a (AT) phx (DOT) gbl... hai, i got some data ported in to a text file from my local server. noW the requirement is to port this text file in my clients server in another location, which i dont have any accessibility. can i achieve the same with the help of dts package with the help of a dsn at client machine. Can i make a DTS package which i can send to him , that he can execute at client site and that data can be ported in that server.? thanks rajesh . |
#3
| |||
| |||
|
|
dear Allan Mitchell, thanks for your prompt reply. i tried this already by sending him a sql script file and data file performing BULK INSERT. OUR CLIENT doesnot have any power to execute bulk insert and he can not copy any file in to the server where data base lies. i want to make a dts package that client needs to execute that only which will perform the action.is it possible.i mean only the package i can send ,the server details and database ... the package has to take from a system or user dsn as i can not choose any server while making a package as its not accessible. thanks rajesh -----Original Message----- You could send the client the file + table structure + format file and ask the client to use BULK INSERT tsql statement You could send him the file and then use BULK INSERT task in DTS which will let you create the format within. You could use bcp. -- ---------------------------- Allan Mitchell (Microsoft SQL Server MVP) MCSE,MCDBA www.SQLDTS.com I support PASS - the definitive, global community for SQL Server professionals - http://www.sqlpass.org "rajesh jacob" <rajeshjacob (AT) yahoo (DOT) co.in> wrote in message news:185501c372c8$62cca3f0$a501280a (AT) phx (DOT) gbl... hai, i got some data ported in to a text file from my local server. noW the requirement is to port this text file in my clients server in another location, which i dont have any accessibility. can i achieve the same with the help of dts package with the help of a dsn at client machine. Can i make a DTS package which i can send to him , that he can execute at client site and that data can be ported in that server.? thanks rajesh . |
![]() |
| Thread Tools | |
| Display Modes | |
| |