Viewing 15 posts - 61 through 75 (of 130 total)
Nope...
What is the problem?
In DTS is better to use UNC path, specialty if you want to schedule as job later.
Make sure you have permission on the network.
JFB
June 23, 2003 at 10:56 am
Hi,
You can check a record if exist in some table using lookups in DTS.
Here is an example in how to use it...
http://www.sqldts.com/default.aspx?6,107,277,7,1
JFB
June 23, 2003 at 10:54 am
Hi,
99% of the scheduling problems it fixed with this article..
DTS schedule problem
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q269074
JFB
June 23, 2003 at 10:52 am
Hi,
Yes it's a problem with memo fields.
You can change the field to nvarchar or transform to nvarchar when you get the filed into SQL.
JFB
June 17, 2003 at 7:45 am
Hi,
You can use DTS package to perform this task.
Here is an example.
http://www.sqldts.com/default.aspx?6,107,276,7,1
JFB
June 17, 2003 at 7:41 am
Hi fuddin,
After you get all the files perform a loop to import to SQL like this example
http://www.swynk.com/friends/green/dtsdirloopstep.asp
And use lookups for check duplicate rows.
Regards
JFB
June 16, 2003 at 8:04 am
Hi,
Yes you can execute structured storage file with DTSRUN utility.
dtsrun /Ffilename /Npackage_name /Mpackage_password
Regards
Johnny
June 13, 2003 at 9:00 am
Hi,
Did you read this article
DTS schedule problem
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q269074
Maybe help to find the problem
Regards
JFB
June 12, 2003 at 10:37 am
Hi,
You need to use DTSRUN utility, check BOL for more information.
This can be called from within T-SQL using the xp_cmdshell extended stored procedure.
Regards.
JFB
June 12, 2003 at 10:33 am
June 6, 2003 at 9:38 am
Hi Daniel,
Yes you can...!
DTSGlobalVariables("File").Value=DTSGlobalVariables("path").Value & DTSGlobalVariables("fileName").Value
JFB
June 6, 2003 at 9:35 am
Hi,
Try to re-register the axscphst.dll file on you server.
Regsvr32.exe "C:\Program Files\Microsoft SQL Server\80\Tools\Binn\axscphst.dll
JFB
May 16, 2003 at 9:35 am
May 16, 2003 at 9:01 am
Hi,
Also check here
DTS schedule problem
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q269074
JFB
April 24, 2003 at 7:46 am
Make sure the account is using SQL agent have permission on the network.
JFB
April 17, 2003 at 7:18 am
Viewing 15 posts - 61 through 75 (of 130 total)