Viewing 7 posts - 1 through 7 (of 7 total)
Thanks for response. Can you please provide me any code or syntax that imports csv/txt file into SQL CE without SSIS/DTS.
October 14, 2008 at 6:06 am
In other words, can we run ssis package without sql server attached?
Is there a utility or exe that can run dtsx package on a pc?
October 2, 2008 at 11:49 pm
Currently I am trying to use sequence container for complete process.
Seq of Execution is :
1)Run Import process(File A).
2)Run Data validation process.(Creates File B) and copy to a destination for VB...
September 16, 2008 at 12:43 am
Can you pls provide some insight about your task.eg...what kind of file you reading?what kind of output you generating?
September 14, 2008 at 4:15 am
You can define cr/lf delimiter for getting data in rows. As far as columns are concerned, you can use substring function of sql to create and fill columns. eg: if...
September 9, 2008 at 3:40 am
My suggestion for you is to define username and password in connection string rather than username and pwd field.
September 9, 2008 at 3:30 am
I think you can use dstrun.exe to execute the package. Since its an exe, u don't need to install it on client/destination pc.
September 9, 2008 at 3:25 am
Viewing 7 posts - 1 through 7 (of 7 total)