Viewing 15 posts - 121 through 135 (of 213 total)
I see this error occur when the Profile Name in the Send Mail Task properties does not exist on the SQL server.
January 31, 2008 at 11:29 am
Use the lcd command to specify where you want the files to be copied to on your network. UNC paths work.
Use the cd command to move to a...
January 18, 2008 at 11:03 am
There is a File Transfer Protocol task object you can use in a DTS package. I personally don't like it and create an Active X Script task that creates...
January 17, 2008 at 10:55 am
By description, I assume you mean a list of the column names. There are number of different ways you can do this.
One way would be to...
January 16, 2008 at 4:46 pm
Does the DTS package always fail on the same transformation?
Are all of the source files on the same server?
Are they all imported into the same SQL server?
You could try using...
January 10, 2008 at 11:10 am
Can you still create SQL jobs in 2005?
If so, why not create a SQL job that will execute the package then use sp_start_job to run the job?
December 19, 2007 at 2:27 pm
From the DTS designer, click the Package menu and select Properties, or right-click in a blank area of the designer and select Package Properties.
Go to the Logging tab on the...
December 19, 2007 at 2:23 pm
If the files are in different formats, yes you'll have to create a separate transformation for each.
November 6, 2007 at 11:06 am
Are all of the files in the same format and will they be loaded into the same table?
If so, you could create 1 data transformation task then in an Active...
November 2, 2007 at 11:39 am
SELECT
CASE WHEN SecondAddress IS NULL THEN '' ELSE SecondAddress END
FROM
......
October 10, 2007 at 3:40 pm
There are a couple of ways this could be done. Here's one. After your file has been created, add Active X script task that uses the FileSystem Object to write...
September 10, 2007 at 12:52 pm
If you're trying to run the package from the DTS Design window in Enterprise Manager, then your personal permissions are used.
If this is executed via a job, the permissions of the...
September 10, 2007 at 12:11 pm
September 10, 2007 at 11:59 am
You don't have any tasks that are displaying a message box or automate MS Office functions, do you?
August 31, 2007 at 4:02 pm
Viewing 15 posts - 121 through 135 (of 213 total)