Viewing 6 posts - 1 through 6 (of 6 total)
Ritesh what is it that is not working, can you let me know.
August 21, 2008 at 5:31 am
Good Article. Every one should go through this.
December 18, 2006 at 12:05 am
Thanks Vandy, one of my colleague found how to do it, the following is the code.
Function Main()
dim dtNow, TimeNow
dtNow = Date
dtNow = replace(dtNow,"/", "-")
TimeNow = Time
TimeNow...
November 16, 2006 at 10:59 pm
Hey Vandy, Thanks for the help.
Can u tell me what is it that i have to do after i get the file name.
I really am confused on how am i...
November 15, 2006 at 6:00 am
Hi Doug Perlich,
What you could do is use the Global Temp Table.
Open Query Analyzer and create a Global Temp table (##TempTable)
The use the DTS (Import & Export) to load data...
November 12, 2006 at 10:14 pm
Thanks Kaddie Abdul, It worked through DTS, Thanks. I first created the Temp table in query analyser and then used the DTS to populate the data into that Temp table....
November 8, 2006 at 10:52 pm
Viewing 6 posts - 1 through 6 (of 6 total)