Viewing 5 posts - 1 through 5 (of 5 total)
Alvin
that works perfectly!
many thanks for your help
March 11, 2009 at 9:02 am
Hi Alvin
I know how to get a filedate by activex...
Dim oFSO
Dim oFile
Dim sSourceFile
Set oFSO = CreateObject("Scripting.FileSystemObject")
sSourceFile = DTSGlobalVariables("SourceFileName").Value
Set oFile = oFSO.GetFile(sSourceFile)
msgbox oFile.DateCreated
' Clean Up
Set oFile = Nothing
Set oFSO =...
March 11, 2009 at 8:20 am
Mark Thank you -I hadn't realised I could us SELECT CASE like that. However on using, the line gets replaced as...
'SELECT CASE WHEN [SKU] LIKE %EC% THEN EC WHEN [SKU]...
March 4, 2009 at 7:51 am
Mike
that seems a good idea - I'm very much a newbie at the structural element of SQL Server
I'll give it a go
Thanks
Paul
February 23, 2007 at 12:59 pm
many thanks, the hard way is often the best way!
November 10, 2006 at 10:24 am
Viewing 5 posts - 1 through 5 (of 5 total)