Viewing 9 posts - 1 through 9 (of 9 total)
The tool is installed on my server. i need to use this utility to convert the '|' delimited text files from unix to dos so that i can load them...
April 26, 2007 at 9:56 am
declare
@Path varchar(128),
@FileName
varchar(128)
select @Path =
April 19, 2007 at 12:28 pm
but what would the batch file look like. stuck on the syntax
April 18, 2007 at 11:25 am
im setting up a procedure to move the file on a daily basis as a new file is loaded in that folder daily
April 18, 2007 at 11:16 am
So i have a flat file that is uploaded into my share every day. I need to run this job everyday to import the new data. any sample coding or...
March 28, 2007 at 2:34 pm
So if i am creating a new table and want the '00' to be added to the data comming into it. what would the code look like?
January 18, 2007 at 10:42 am
Viewing 9 posts - 1 through 9 (of 9 total)