Viewing 15 posts - 91 through 105 (of 130 total)
April 6, 2003 at 7:03 pm
Hi,
One solution: Create a .csv file from excel before import this file to sql clean all the extra commas using regular expressions and then import the file.
Example for regular expressions
April 3, 2003 at 7:17 am
Is all data in one sheet?
Maybe you have extra comma in the file is causing the problem
Johnny...
April 2, 2003 at 1:08 pm
scotttr,
You need to delete the file before create it again OR the file is open when you are using DTS OR if ypu want to add data to an excel...
April 2, 2003 at 1:04 pm
Hi,
Take out "set"
Dim myName
myName = DTSLookups("My_Query").Execute(DTSSource("Sal").Value)
Is this an array? Then
DTSDestination("col001")= myName(0)
DTSDestination("col002")= myName(1)
...
Johnny
April 2, 2003 at 12:57 pm
April 2, 2003 at 12:49 pm
Hi,
Next time please not put urgent, because maybe is urgent for you but not for anybody else.
Read this article, maybe you answer is there.
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q269074
Johnny
April 2, 2003 at 12:46 pm
Hi msbolton,
Can you give us more details?
Are you have the rigth permissions to write and delete files on the network.
Are you using map drives?
The FTP tool in DTS is only...
April 2, 2003 at 12:43 pm
Hi mhweiss,
Two options to setup:
1.Execute Meain on pkg threat and
2.Close connection on completion.
These options are in the worflow properties.
Test again and let me know.
Johnny
April 2, 2003 at 12:31 pm
HI Dude,
You should have a loop dts to get each file at the time. After bcp the file you can get counts with a select statement and past this to...
April 2, 2003 at 12:27 pm
What is the error?
What are you trying to do?
Johnnny
March 10, 2003 at 8:21 am
What sp do you have on the sql box?
Did you try to reinstall you oracle driver?
Did you check the name of the pkg in the DTSrun line code? make sure...
January 16, 2003 at 10:40 am
That error occurs when you have a char or varchar field with specific length and you try to put longer string into it.
Johnny...
January 16, 2003 at 10:32 am
Always It's an issue with xp_sendmail, I think it's not reliable tool.
Here is a good tool you can incorporate to you SQL box and forget to have more problems with...
January 16, 2003 at 9:36 am
Viewing 15 posts - 91 through 105 (of 130 total)